-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'wanggangsheng/lnd/alm-pflotran-bgc-rebase3' (PR #1649)
Migrate NGEE-Arctic CLM-PFLOTRAN to ACME Land Model through a generic clm_interface 1. clm_interface_dataType consists of biogeochemistry (bgcType) and thermal-hydrology (thType). 2. Rename namelist use_bgc_interface to use_clm_interface to include bgc & th interfaces. 3. Data passing between ALM & clm_interface is implemented in clm_interface_funcsMod.F90. 4. Data passing between clm_interface & PFLOTRAN is implemented in clm_interface_pflotranMod.F90. 5. Global-scale ALM-PFLOTRAN-bgc coupled run is tested. 6. The clm_interface is extended to incorporate PLFOTRAN thermal-hydrology in next step. 7. Add configuration for mach "cades" for alm-pflotran coupled run. 8. makefile: update "PETSC_LIB"-"variables" dir for petsc-git-version 1a9d3c3. [BFB] Conflicts: components/clm/src/biogeochem/CNNStateUpdate1Mod.F90 components/clm/src/biogeochem/CNNitrogenFluxType.F90 components/clm/src/biogeochem/PStateUpdate1Mod.F90 components/clm/src/biogeochem/PStateUpdate2Mod.F90 components/clm/src/biogeochem/PStateUpdate3Mod.F90 components/clm/src/biogeophys/HydrologyNoDrainageMod.F90 components/clm/src/main/clm_initializeMod.F90 components/clm/src/main/controlMod.F90
- Loading branch information
Showing
5 changed files
with
30 additions
and
4 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
2 changes: 2 additions & 0 deletions
2
config/acme/testmods_dirs/allactive/clm/bgcinterface/user_nl_clm
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
use_clm_interface = .true. | ||
use_clm_bgc = .true. |
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