Skip to content

Commit

Permalink
update fates tag to sci.1.80.11_api.37.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Jan 31, 2025
1 parent 9d987f3 commit a346a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
[submodule "fates"]
path = src/fates
url = https://github.com/NGEET/fates
fxtag = sci.1.80.4_api.37.0.0
fxtag = sci.1.80.11_api.37.0.0
fxrequired = AlwaysRequired
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
fxDONOTUSEurl = https://github.com/NCAR/fates-release
Expand Down
2 changes: 1 addition & 1 deletion src/fates
Submodule fates updated 36 files
+16 −11 CMakeLists.txt
+12 −16 biogeochem/EDCanopyStructureMod.F90
+0 −1 biogeochem/EDCohortDynamicsMod.F90
+45 −23 biogeochem/EDLoggingMortalityMod.F90
+5 −6 biogeochem/EDMortalityFunctionsMod.F90
+23 −26 biogeochem/EDPatchDynamicsMod.F90
+27 −23 biogeochem/EDPhysiologyMod.F90
+56 −30 biogeochem/FatesAllometryMod.F90
+8 −8 biogeochem/FatesCohortMod.F90
+2 −0 biogeochem/FatesLandUseChangeMod.F90
+1 −0 fire/CMakeLists.txt
+1 −1 fire/FatesFuelMod.F90
+318 −0 fire/SFEquationsMod.F90
+80 −146 fire/SFMainMod.F90
+5 −5 main/EDMainMod.F90
+3 −1 main/FatesConstantsMod.F90
+109 −244 main/FatesHistoryInterfaceMod.F90
+15 −1 main/FatesInterfaceMod.F90
+0 −1 main/FatesParameterDerivedMod.F90
+155 −0 parteh/PRTParamsFATESMod.F90
+2 −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
+7 −0 testing/functional_tests.cfg
+2 −1 testing/run_functional_tests.py
+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 a346a18

Please sign in to comment.