-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1715 from swensosc/hillslope_hydrology
Hillslope hydrology
- Loading branch information
Showing
68 changed files
with
3,827 additions
and
973 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,4 +98,4 @@ tag = v1.0.8 | |
required = False | ||
|
||
[externals_description] | ||
schema_version = 1.0.0 | ||
schema_version = 1.0.0 |
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
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
1 change: 1 addition & 0 deletions
1
cime_config/testdefs/testmods_dirs/clm/Hillslope/include_user_mods
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 @@ | ||
../default |
4 changes: 4 additions & 0 deletions
4
cime_config/testdefs/testmods_dirs/clm/Hillslope/shell_commands
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,4 @@ | ||
./xmlchange CLM_BLDNML_OPTS="-bgc sp" | ||
DIN_LOC_ROOT=$(./xmlquery --value DIN_LOC_ROOT) | ||
meshfile=$DIN_LOC_ROOT/lnd/clm2/testdata/ESMFmesh_10x15_synthetic_cosphill_1.0.nc | ||
./xmlchange ATM_DOMAIN_MESH=${meshfile},LND_DOMAIN_MESH=${meshfile} |
11 changes: 11 additions & 0 deletions
11
cime_config/testdefs/testmods_dirs/clm/Hillslope/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,11 @@ | ||
use_hillslope = .true. | ||
use_hillslope_routing = .true. | ||
downscale_hillslope_meteorology = .false. | ||
hillslope_head_gradient_method = 'Darcy' | ||
hillslope_transmissivity_method = 'LayerSum' | ||
hillslope_pft_distribution_method = 'PftLowlandUpland' | ||
hillslope_soil_profile_method = 'Uniform' | ||
|
||
fsurdat = '$DIN_LOC_ROOT/lnd/clm2/testdata/surfdata_10x15_78pfts_simyr2000_synthetic_cosphill_1.2.nc' | ||
|
||
use_ssre = .false. |
1 change: 1 addition & 0 deletions
1
cime_config/testdefs/testmods_dirs/clm/HillslopeC/include_user_mods
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 @@ | ||
../Hillslope |
7 changes: 7 additions & 0 deletions
7
cime_config/testdefs/testmods_dirs/clm/HillslopeC/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,7 @@ | ||
! Various hillslope options not exercised by other testmods | ||
use_hillslope_routing = .false. | ||
downscale_hillslope_meteorology = .true. | ||
hillslope_head_gradient_method = 'Kinematic' | ||
hillslope_transmissivity_method = 'Uniform' | ||
hillslope_pft_distribution_method = 'DominantPftUniform' | ||
hillslope_soil_profile_method = 'SetLowlandUpland' |
1 change: 1 addition & 0 deletions
1
cime_config/testdefs/testmods_dirs/clm/HillslopeD/include_user_mods
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 @@ | ||
../Hillslope |
3 changes: 3 additions & 0 deletions
3
cime_config/testdefs/testmods_dirs/clm/HillslopeD/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,3 @@ | ||
! Various hillslope options not exercised by other testmods | ||
hillslope_pft_distribution_method = 'DominantPftLowland' | ||
hillslope_soil_profile_method = 'Linear' |
1 change: 1 addition & 0 deletions
1
cime_config/testdefs/testmods_dirs/clm/HillslopeFromFile/include_user_mods
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 @@ | ||
../Hillslope |
2 changes: 2 additions & 0 deletions
2
cime_config/testdefs/testmods_dirs/clm/HillslopeFromFile/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 @@ | ||
hillslope_pft_distribution_method = 'FromFile' | ||
hillslope_soil_profile_method = 'FromFile' |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
snow_cover_fraction_method = 'NiuYang2007' | ||
h2osfcflag = 0 | ||
origflag = 1 | ||
use_subgrid_fluxes = .false. |
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.