-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'glemfork/lnd/fates-crossgrid-seeddisper…
…sal' (PR #5555) This PR enables FATES to disperse seeds across neighboring grid cells using MPI. The API update includes calls to new fates dispersal procedures and as such should be coordinated with NGEET/fates#1005. [B4B] except for FATES
- Loading branch information
Showing
10 changed files
with
241 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fates
updated
25 files
+20 −10 | .github/PULL_REQUEST_TEMPLATE.md | |
+33 −33 | biogeochem/EDCanopyStructureMod.F90 | |
+22 −22 | biogeochem/EDCohortDynamicsMod.F90 | |
+52 −37 | biogeochem/EDPhysiologyMod.F90 | |
+1 −1 | biogeochem/FatesAllometryMod.F90 | |
+16 −11 | biogeochem/FatesCohortMod.F90 | |
+63 −65 | biogeochem/FatesSoilBGCFluxMod.F90 | |
+5 −1 | biogeophys/EDAccumulateFluxesMod.F90 | |
+7 −7 | biogeophys/FatesPlantHydraulicsMod.F90 | |
+14 −12 | biogeophys/FatesPlantRespPhotosynthMod.F90 | |
+6 −6 | fire/SFMainMod.F90 | |
+1 −0 | main/ChecksBalancesMod.F90 | |
+74 −30 | main/EDInitMod.F90 | |
+14 −12 | main/EDMainMod.F90 | |
+138 −3 | main/EDPftvarcon.F90 | |
+8 −3 | main/EDTypesMod.F90 | |
+25 −0 | main/FatesConstantsMod.F90 | |
+274 −0 | main/FatesDispersalMod.F90 | |
+52 −29 | main/FatesHistoryInterfaceMod.F90 | |
+287 −26 | main/FatesInterfaceMod.F90 | |
+21 −9 | main/FatesInterfaceTypesMod.F90 | |
+4 −4 | main/FatesInventoryInitMod.F90 | |
+25 −3 | main/FatesRestartInterfaceMod.F90 | |
+70 −1 | main/FatesUtilsMod.F90 | |
+1 −1 | parteh/PRTAllometricCarbonMod.F90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.