Skip to content

Commit

Permalink
Merge branch 'mabrunke/lnd/varsoil-in-ZD2009' (PR #1564)
Browse files Browse the repository at this point in the history
This incorporates variable soil thickness (depth-to-bedrock) into the
classical soil hydrology [the modified Richards equation of Zeng and Decker (2009)]
as an option. The optional code has tested not to keep the model from running
without variable soil thickness, and the latest commits run successfully on edison.

[NML]
[BFB]
  • Loading branch information
Gautam Bisht committed Jul 10, 2017
2 parents db75bc1 + d8f0764 commit f58d67a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/acme/testmods_dirs/allactive/clm/vst/user_nl_clm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
finidat = ''
use_var_soil_thick = .true.
1 change: 1 addition & 0 deletions scripts/lib/update_acme_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
("SMS_Ly2_P1x1.1x1_smallvilleIA.ICLM45CNCROP", "force_netcdf_pio"),
("SMS_Ld4.f45_f45.ICLM45ED","clm-fates"),
("ERS.f19_g16.I1850CLM45","clm-betr"),
("ERS.f19_g16.I1850CLM45","clm-vst"),
"ERS.ne11_oQU240.I20TRCLM45",
"ERS.f09_g16.IMCLM45BC")
),
Expand Down

0 comments on commit f58d67a

Please sign in to comment.