Skip to content

Commit

Permalink
update fates submodule to sci.1.81.0_api.37.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Feb 20, 2025
1 parent 59f561d commit 0aa7a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/elm/src/external_models/fates
Submodule fates updated 87 files
+71 −0 .github/ISSUE_TEMPLATE/bug.yml
+30 −0 .github/ISSUE_TEMPLATE/feature.yml
+14 −0 .github/ISSUE_TEMPLATE/task.yml
+16 −11 CMakeLists.txt
+1 −1 CODE_OF_CONDUCT.md
+1 −0 biogeochem/CMakeLists.txt
+18 −26 biogeochem/EDCanopyStructureMod.F90
+115 −385 biogeochem/EDCohortDynamicsMod.F90
+66 −47 biogeochem/EDLoggingMortalityMod.F90
+5 −6 biogeochem/EDMortalityFunctionsMod.F90
+46 −163 biogeochem/EDPatchDynamicsMod.F90
+56 −37 biogeochem/EDPhysiologyMod.F90
+98 −30 biogeochem/FatesAllometryMod.F90
+48 −50 biogeochem/FatesCohortMod.F90
+43 −0 biogeochem/FatesLandUseChangeMod.F90
+304 −61 biogeochem/FatesPatchMod.F90
+22 −23 biogeochem/FatesSoilBGCFluxMod.F90
+2 −1 biogeophys/CMakeLists.txt
+7 −16 biogeophys/EDAccumulateFluxesMod.F90
+6 −5 biogeophys/EDBtranMod.F90
+4 −4 biogeophys/FatesPlantHydraulicsMod.F90
+17 −39 biogeophys/FatesPlantRespPhotosynthMod.F90
+1 −0 fire/CMakeLists.txt
+1 −1 fire/FatesFuelMod.F90
+318 −0 fire/SFEquationsMod.F90
+80 −146 fire/SFMainMod.F90
+0 −7 main/CMakeLists.txt
+8 −6 main/EDInitMod.F90
+98 −34 main/EDMainMod.F90
+61 −1 main/EDParamsMod.F90
+12 −1 main/EDPftvarcon.F90
+53 −6 main/EDTypesMod.F90
+8 −1 main/FatesConstantsMod.F90
+10 −4 main/FatesGlobals.F90
+181 −361 main/FatesHistoryInterfaceMod.F90
+41 −18 main/FatesInterfaceMod.F90
+1 −1 main/FatesInterfaceTypesMod.F90
+16 −10 main/FatesInventoryInitMod.F90
+0 −1 main/FatesParameterDerivedMod.F90
+76 −31 main/FatesRestartInterfaceMod.F90
+1,853 −0 parameter_files/archive/api37.1.0_021425_params_default.cdl
+73 −0 parameter_files/archive/api37.1.0_pr1140_patch_params.xml
+42 −0 parameter_files/archive/api37.1.0_pr1262_patch_params.xml
+33 −0 parameter_files/archive/api37.1.0_pr1263_patch_params.xml
+30 −0 parameter_files/archive/api37.1.0_pr1319_patch_params.xml
+51 −11 parameter_files/fates_params_default.cdl
+6 −1 parteh/PRTAllometricCNPMod.F90
+45 −3 parteh/PRTGenericMod.F90
+58 −1 parteh/PRTLossFluxesMod.F90
+155 −0 parteh/PRTParamsFATESMod.F90
+1 −2 radiation/CMakeLists.txt
+10 −15 radiation/FatesRadiationDriveMod.F90
+59 −27 radiation/TwoStreamMLPEMod.F90
+7 −1 testing/CMakeLists.txt
+3 −5 testing/functional_testing/fire/fuel/CMakeLists.txt
+5 −2 testing/functional_testing/fire/fuel/FatesTestFuel.F90
+0 −0 testing/functional_testing/fire/fuel/fuel_test.py
+24 −0 testing/functional_testing/fire/ros/CMakeLists.txt
+414 −0 testing/functional_testing/fire/ros/FatesTestROS.F90
+233 −0 testing/functional_testing/fire/ros/ros_test.py
+6 −0 testing/functional_testing/fire/shr/CMakeLists.txt
+17 −8 testing/functional_testing/fire/shr/FatesTestFireMod.F90
+0 −0 testing/functional_testing/fire/shr/SyntheticFuelModels.F90
+24 −0 testing/functional_testing/patch/CMakeLists.txt
+52 −0 testing/functional_testing/patch/FatesTestPatch.F90
+39 −0 testing/functional_testing/patch/patch_test.py
+14 −0 testing/functional_tests.cfg
+8 −0 testing/load_functional_tests.py
+3 −12 testing/run_functional_tests.py
+3 −1 testing/testing_shr/CMakeLists.txt
+536 −0 testing/testing_shr/FatesFactoryMod.F90
+4 −1 testing/testing_shr/FatesUnitTestParamReaderMod.F90
+32 −0 testing/testing_shr/FatesUnitTestUtils.F90
+241 −0 testing/testing_shr/SyntheticPatchTypes.F90
+6 −0 testing/unit_testing/count_cohorts_test/CMakeLists.txt
+112 −0 testing/unit_testing/count_cohorts_test/test_CountCohorts.pf
+6 −0 testing/unit_testing/insert_cohort_test/CMakeLists.txt
+379 −0 testing/unit_testing/insert_cohort_test/test_InsertCohort.pf
+6 −0 testing/unit_testing/sort_cohorts_test/CMakeLists.txt
+282 −0 testing/unit_testing/sort_cohorts_test/test_SortCohorts.pf
+6 −0 testing/unit_testing/validate_cohorts_test/CMakeLists.txt
+246 −0 testing/unit_testing/validate_cohorts_test/test_ValidateCohorts.pf
+14 −0 testing/unit_tests.cfg
+7 −3 tools/BatchPatchParams.py
+4 −3 tools/FatesPFTIndexSwapper.py
+2 −2 tools/modify_fates_paramfile.py
+33 −11 tools/ncvarsort.py

0 comments on commit 0aa7a8d

Please sign in to comment.