Skip to content

Commit c7b004a

Browse files
committed
More updates to ChangeLog
1 parent 8b75d99 commit c7b004a

File tree

1 file changed

+34
-13
lines changed

1 file changed

+34
-13
lines changed

doc/ChangeLog

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Merge b4b-dev to master:
1111

1212
Important things coming in:
1313

14-
- mizuRoute!
14+
- mizuRoute! (NOTE: mizuRoute is a River model (ROF in the CESM context) that can be run in place or MOSART or RTM)
1515
- Documentation updates
1616
- Move a few namelist parameters to the parameter file
1717
- move of X components for nuopc
@@ -21,6 +21,21 @@ Important things coming in:
2121
- Update cdeps for access to CMIP7 CO2
2222
- Tests for FATES Tree Recruitment Scheme (TRS)
2323

24+
Main grids to use with mizuRoute:
25+
26+
Default mizuRoute grids will use the half degree land-only mizuRoute grid that is the same resolution as the MOSART grid.
27+
28+
- 5x5_amazon_r05 - is the small Amazon region for testing
29+
- 5x5_amazon_rHDMA - is the small Amazon region using the HDMA for mizuRoute
30+
- nldas2_nldas2_rUSGS_mnldas2 - is the Continental US grid with USGS Geospatial Fabric
31+
- f09_f09_rHDMA_mg17 - is the 2 degree grid with the medium resolution HDMA grid
32+
- f09_f09_rHDMAlk_mg17 - is the 2 degree grid with the medium resolution HDMA grid that includes lakes
33+
- hcru_hcru_rMERIT_mt13 - is the half degree grid with the high resolution MERIT grid
34+
35+
Standard case to run with mizuRoute:
36+
37+
grid=f09_f09_rHDMAlk_mg17 compset=I2000Clm60SpMizGs
38+
2439
Significant changes to scientifically-supported configurations
2540
--------------------------------------------------------------
2641

@@ -52,23 +67,29 @@ Notes of particular relevance for users
5267
---------------------------------------
5368

5469
Caveats for users (e.g., need to interpolate initial conditions):
70+
To use any of the specialized mizuRoute grids (USGS, HDMA, or MERIT) you'll need to use a grid alias that
71+
specifies the ROF grid
72+
If you use a compset that uses mizuRoute with a normal grid alias -- you'll get mizuRoute running on the regular half-degree grid.
73+
To change history output for mizuRoute you'll add fields to the user_nl_mizuroute_control file that has a custom format.
74+
See the User's Guide on how to edit it
5575

5676
Changes to CTSM's user interface (e.g., new/renamed XML or namelist variables):
77+
New mizuRoute compsets: I2000Clm60SpMizGs I2000Clm60SpMizGsNldas
78+
Remove namelist parameters: baseflow_scalar, precip_repartition_glc_all_snow_t, precip_repartition_glc_all_rain_t,
79+
precip_repartition_nonglc_all_snow_t, precip_repartition_nonglc_all_rain_t
80+
parameter files already had been updated to include the above parameters in ctsm5.4.024, but now they are used
81+
PE Layouts for mizuRoute grids: 5x5_amazon_rHDMA nldas2_nldas2_rUSGS_mnldas2
5782

58-
Changes made to namelist defaults (e.g., changed parameter values):
59-
60-
Changes to the datasets (e.g., streams, surface or initial files):
61-
62-
Changes to the parameter file (output of tools/param_utils/compare_paramfiles):
63-
64-
Changes to documentation:
83+
Changes to documentation: Documentation on mizuRoute added to Tech Note and User's Guide
84+
Documentation updated for the dew point restriction on bare ground temperature
6585

6686
Notes of particular relevance for developers:
6787
---------------------------------------------
6888

69-
Caveats for developers (e.g., code that is duplicated that requires double maintenance):
70-
71-
Changes to tests or testing:
89+
Changes to tests or testing:
90+
- New FATES TRS tests added to fates
91+
- New tests for mizuRoute in aux_clm and ctsm_sci
92+
- New parameter files in testmods with the new parameters added moved from the namelist
7293

7394
Contributors: @nmizukami @olyson @slevis-lmwg @swensosc @wwieder @billsacks @glemieux @cdevaneprugh
7495

@@ -78,7 +99,7 @@ Testing summary: regular
7899

79100
build-namelist tests (if CLMBuildNamelist.pm has changed):
80101

81-
derecho -
102+
derecho - OK
82103

83104
python testing (if python code has changed; see instructions in python/README.md; document testing done):
84105

@@ -119,7 +140,7 @@ Pull Requests that document the changes (include PR ids):
119140

120141
- b4b-dev: Move nml parameters (changes paramfile) #3391
121142
- b4b: Documentation changes for issue #3722 (dewpoint temperature restriction on bare ground dew flux) #3736
122-
- AFix mksurfdata.F90 format specifiers for GCC 10+ compatibility #3701
143+
- Fix mksurfdata.F90 format specifiers for GCC 10+ compatibility #3701
123144
- Add FATES tree recruitment scheme tests #3757
124145
- b4b-dev: Update SpinupStability_BGC_v12_SE.ncl to work for FATES and ne16pg3 #3776
125146
- Fill CRUJRA DATM over Antarctica and Greenland with GSWP3 data #3773

0 commit comments

Comments
 (0)