Skip to content

Commit

Permalink
Merge pull request #579 from ekluzek/rel50fixf05upcime
Browse files Browse the repository at this point in the history
Fix bug in XML for surface dataset for f05 1850 non-crop
  • Loading branch information
ekluzek authored Nov 29, 2018
2 parents cea3a67 + ad96327 commit 6414fc0
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ required = True
local_path = cime
protocol = git
repo_url = https://github.com/ESMCI/cime
tag = cime_cesm2_1_rel_04
tag = cime_cesm2_1_rel_05
required = True

[externals_description]
Expand Down
2 changes: 0 additions & 2 deletions bld/namelist_files/namelist_defaults_clm4_5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,6 @@ lnd/clm2/surfdata_map/surfdata_1x1_mexicocityMEX_16pfts_Irrig_CMIP6_simyr2000_c1
lnd/clm2/surfdata_map/surfdata_1x1_urbanc_alpha_16pfts_Irrig_CMIP6_simyr2000_c171214.nc</fsurdat>

<!-- for pre-industrial simulations - year 1850 without crop -->
<fsurdat hgrid="0.47x0.63" sim_year="1850" use_crop=".false." irrigate=".true.">
lnd/clm2/surfdata_map/surfdata_0.47x0.63_16pfts_Irrig_CMIP6_simyr1850_c180508.nc</fsurdat>
<fsurdat hgrid="360x720cru" sim_year="1850" use_crop=".false." irrigate=".true." >
lnd/clm2/surfdata_map/surfdata_360x720cru_16pfts_Irrig_CMIP6_simyr1850_c170824.nc</fsurdat>
<fsurdat hgrid="48x96" sim_year="1850" use_crop=".false." irrigate=".true.">
Expand Down
1 change: 1 addition & 0 deletions doc/ChangeSum
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Tag Who Date Summary
============================================================================================================================
release-clm5.0.14 erik 11/29/2018 Update cime and fix surface dataset for f05 1850 non-crop case
release-clm5.0.13 erik 11/14/2018 Update externals with new CO2/presearo/rtm/mosart, add science_support, change testing
release-clm5.0.12 erik 11/03/2018 New IC files for clm45/clm50 coupled cases, add 2010 compset
release-clm5.0.11 erik 10/30/2018 Bring fix for transient Bgc/Sp to release branch (from ctsm1.0.dev013)
Expand Down
105 changes: 105 additions & 0 deletions doc/release-clm5.0.ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,109 @@
===============================================================
Tag name: release-clm5.0.14
Originator(s): erik (Erik Kluzek)
Date: Thu Nov 29 11:46:41 MST 2018
One-line Summary: Update cime and fix surface dataset for f05 1850 non-crop case

Purpose of this version:
------------------------

Update cime to next version being used in cesm2.1.0 release. And fix the XML for f05
surface dataset for 1850 and non-crop. Test that all six f05 cases work (1850/2000/Hist,crop/non-crop).


CTSM Master Tag This Corresponds To:

Summary of changes:
-------------------

Issues fixed (include CTSM Issue #): #576

Science changes since: release-clm5.0.13
None

Software changes since: release-clm5.0.13
Fix XML for f05 1850 non-crop fsurdat file

Changes to User Interface since: release-clm5.0.13
cpl auxilary history files names change

Testing:
--------

[PASS means all tests PASS and OK means tests PASS other than expected fails.]

build-namelist tests:

cheyenne - PASS

unit-tests (components/clm/src):

cheyenne - PASS

tools-tests (components/clm/test/tools):

cheyenne - OK

PTCLM testing (components/clm/tools/shared/PTCLM/test):

cheyenne - OK
hobart --- OK

regular tests (aux_clm):

cheyenne_intel ---- OK
cheyenne_gnu ------ OK
hobart_nag -------- OK
hobart_pgi -------- OK
hobart_intel ------ OK

Also following PASS:
SMS.f05_f05_mg17.I1850Clm50BgcCrop.cheyenne_intel.clm-default
SMS.f05_f05_mg17.I1850Clm50Sp.cheyenne_intel.clm-default
SMS.f05_f05_mg17.I2000Clm50BgcCrop.cheyenne_intel.clm-default
SMS.f05_f05_mg17.I2000Clm50Sp.cheyenne_intel.clm-default
SMS.f05_f05_mg17.IHistClm50BgcCrop.cheyenne_intel.clm-default
SMS.f05_f05_mg17.IHistClm50Sp.cheyenne_intel.clm-default

regular tests (prealpha):

cheyenne_intel - PASS
cheyenne_gnu --- PASS
hobart_nag ----- PASS

regular tests (prebeta):

cheyenne_intel - PASS
cheyenne_gnu --- PASS
hobart_nag ----- PASS

Summary of Answer changes:
-------------------------

Baseline version for comparison: release-clm5.0.13

Changes answers relative to baseline: No (bit-for-bit)

Detailed list of changes:
------------------------

Externals being used:

cism: release-cesm2.0.04
rtm: release-cesm2.0.02
mosart: release-cesm2.0.03
cime: cime_cesm2_1_rel_05
FATES: fates_s1.8.1_a3.0.0
PTCLM: PTCLM2_180611

CTSM Tag versions pulled over from master development branch: none

Pull Requests that document the changes (include PR ids): #579
(https://github.com/ESCOMP/ctsm/pull)
#579 -- Fix bug in XML for surface dataset for f05 1850 non-crop

===============================================================
===============================================================
Tag name: release-clm5.0.13
Originator(s): erik (Erik Kluzek)
Date: Wed Nov 14 11:28:00 MST 2018
Expand Down

0 comments on commit 6414fc0

Please sign in to comment.