Skip to content

Commit c030c23

Browse files
authored
Merge pull request #2350 from samsrabin/fix-paramfile-format
Delete history and spurious _FillValue from parameter files
2 parents e611238 + 4d7493a commit c030c23

File tree

4 files changed

+57
-4
lines changed

4 files changed

+57
-4
lines changed

bld/namelist_files/namelist_defaults_ctsm.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,9 @@ attributes from the config_cache.xml file (with keys converted to upper-case).
484484
<!-- The default filenames are given relative to the root directory
485485
for the CLM2 data in the CESM distribution -->
486486
<!-- Plant function types (relative to {csmdata}) -->
487-
<paramfile phys="clm5_1" >lnd/clm2/paramdata/ctsm51_params.c240105.nc</paramfile>
488-
<paramfile phys="clm5_0" >lnd/clm2/paramdata/clm50_params.c240105.nc</paramfile>
489-
<paramfile phys="clm4_5" >lnd/clm2/paramdata/clm45_params.c240105.nc</paramfile>
487+
<paramfile phys="clm5_1" >lnd/clm2/paramdata/ctsm51_params.c240207b.nc</paramfile>
488+
<paramfile phys="clm5_0" >lnd/clm2/paramdata/clm50_params.c240207b.nc</paramfile>
489+
<paramfile phys="clm4_5" >lnd/clm2/paramdata/clm45_params.c240207b.nc</paramfile>
490490

491491
<!-- ================================================================== -->
492492
<!-- FATES default parameter file -->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
paramfile = '$DIN_LOC_ROOT/lnd/clm2/paramdata/ctsm51_ciso_cwd_hr_params.c240105.nc'
1+
paramfile = '$DIN_LOC_ROOT/lnd/clm2/paramdata/ctsm51_ciso_cwd_hr_params.c240207b.nc'
22
hist_fincl1 = 'CWDC_HR','C13_CWDC_HR','C14_CWDC_HR','CWD_HR_L2','CWD_HR_L2_vr','CWD_HR_L3','CWD_HR_L3_vr'

doc/ChangeLog

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,56 @@
11
===============================================================
2+
Tag name: ctsm5.1.dev167
3+
Originator(s): samrabin (Sam Rabin, UCAR/TSS, [email protected])
4+
Date: Thu 08 Feb 2024 01:56:05 PM MST
5+
One-line Summary: Delete _FillValue and history from parameter files
6+
7+
Purpose and description of changes
8+
----------------------------------
9+
10+
Updates parameter files to c240207b. These are the same as c240105 except:
11+
- Attribute _FillValue has been removed from all variables
12+
- Global attributes history, history_of_appended_files, and latest_git_log have been removed
13+
14+
15+
Significant changes to scientifically-supported configurations
16+
--------------------------------------------------------------
17+
18+
Does this tag change answers significantly for any of the following physics configurations?
19+
(Details of any changes will be given in the "Answer changes" section below.)
20+
21+
[ ] clm5_1
22+
23+
[ ] clm5_0
24+
25+
[ ] ctsm5_0-nwp
26+
27+
[ ] clm4_5
28+
29+
30+
Bugs fixed
31+
----------
32+
33+
CTSM issues fixed (include CTSM Issue #):
34+
- Fixes #2347
35+
36+
37+
Testing summary:
38+
----------------
39+
40+
regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing):
41+
42+
derecho ----- OK
43+
izumi ------- OK
44+
45+
46+
Other details
47+
-------------
48+
49+
Pull Requests that document the changes (include PR ids):
50+
- #2350: Delete _FillValue and history from parameter files (https://github.com/ESCOMP/CTSM/pull/2350)
51+
52+
===============================================================
53+
===============================================================
254
Tag name: ctsm5.1.dev166
355
Originator(s): slevis (Samuel Levis,UCAR/TSS,303-665-1310), tking (Teagan King), samrabin (Sam Rabin)
456
Date: Wed 24 Jan 2024 05:39:41 PM MST

doc/ChangeSum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Tag Who Date Summary
22
============================================================================================================================
3+
ctsm5.1.dev167 samrabin 02/08/2024 Delete _FillValue and history from parameter files
34
ctsm5.1.dev166 multiple 01/24/2024 BFB merge tag
45
ctsm5.1.dev165 slevis 01/19/2024 Turn Meier2022, tillage, residue removal on for ctsm5.1, fix #2212
56
ctsm5.1.dev164 rgknox 01/17/2024 Compatibility and tests for FATES 2-Stream

0 commit comments

Comments
 (0)