From 2158b8f50c379e1dcb79dafb5e0bd13489e47f79 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Thu, 7 Mar 2019 12:49:19 -0700 Subject: [PATCH 1/2] Update to cime version that works on cheyenne after the mar/5th/2019 downtime --- Externals.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals.cfg b/Externals.cfg index f8242a6763..a9052b4434 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -30,7 +30,7 @@ required = True local_path = cime protocol = git repo_url = https://github.com/ESMCI/cime -tag = cime5.6.11 +tag = cime5.6.12 required = True [externals_description] From ee140863f6fd5117dc9e642e6a1fee3ddd37817f Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Fri, 8 Mar 2019 13:58:40 -0700 Subject: [PATCH 2/2] Update ChangeLog --- doc/ChangeSum | 1 + doc/release-clm5.0.ChangeLog | 91 ++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) diff --git a/doc/ChangeSum b/doc/ChangeSum index 050dd0942d..78dbdb51a5 100644 --- a/doc/ChangeSum +++ b/doc/ChangeSum @@ -1,5 +1,6 @@ Tag Who Date Summary ============================================================================================================================ +release-clm5.0.19 erik 03/08/2019 Update cime version to one with updates for cheyenne after the Mar/5th/2019 downtime that resulting in mpt2.16 not being able to be used release-clm5.0.18 erik 02/13/2019 Add NoAnthro compset, reduce fields on fsurdat in mksurfdata_map, initial add of tools/contrib directory release-clm5.0.17 sacks 01/23/2019 History fields for vertically-resolved sums of soil C and N, and minor fixes ctsm1.0.dev025 sacks 01/23/2019 History fields for vertically-resolved sums of soil C and N, and minor fixes diff --git a/doc/release-clm5.0.ChangeLog b/doc/release-clm5.0.ChangeLog index 7092fb3dfb..0b42561b03 100644 --- a/doc/release-clm5.0.ChangeLog +++ b/doc/release-clm5.0.ChangeLog @@ -1,4 +1,95 @@ =============================================================== +Tag name: release-clm5.0.19 +Originator(s): erik (Erik Kluzek,UCAR/TSS,303-497-1326) +Date: Fri Mar 8 13:58:16 MST 2019 +One-line Summary: Update cime version to one with updates for cheyenne after the Mar/5th/2019 downtime that resulting in mpt2.16 not being able to be used + +Purpose of this version: +------------------------ + +Update cime version with changes needed to run on cheyenne after the Mar/5th/2019 downtime that resulted in the model +NOT being able to run + +CIME important updates: + Update fv1.9x2.5,gx1v7 grids + Initial port to CGD machine izumi + +CTSM Master Tag This Corresponds To: ctsm1.0.dev025 (with many changes missing) + +Summary of changes: +------------------- + +Issues fixed (include CTSM Issue #): #655 #654 + +Science changes since: None + +Software changes since: New f19_g17 grids, works on izumi, works on cheyenne_intel after the downtime + +Changes to User Interface since: None + +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 + hobart --- PASS + + tools-tests (components/clm/test/tools): + + cheyenne - PASS + hobart --- PASS + + PTCLM testing (components/clm/tools/shared/PTCLM/test): + + cheyenne - PASS + + regular tests (aux_clm): + + cheyenne_intel ---- OK + cheyenne_gnu ------ OK + hobart_nag -------- OK + hobart_pgi -------- OK + hobart_intel ------ OK + +Summary of Answer changes: +------------------------- + +Baseline version for comparison: release-clm5.0.18 + +Changes answers relative to baseline: Yes, but only f19_g17 resolutions + + Summarize any changes to answers, i.e., + - what code configurations: any at f19_g17 resolution + - what platforms/compilers: All + - nature of change: larger than roundoff/same climate + +Detailed list of changes: +------------------------ + +Externals being used: + + cism: release-cesm2.0.04 + rtm: release-cesm2.0.02 + mosart: release-cesm2.0.03 + cime: cime5.6.12 + 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): #656 +(https://github.com/ESCOMP/ctsm/pull) + #656 -- update cime + +=============================================================== +=============================================================== Tag name: release-clm5.0.18 Originator(s): erik (Erik Kluzek,UCAR/TSS,303-497-1326) Date: Wed Feb 13 19:01:26 MST 2019