Skip to content

Commit

Permalink
Update change files for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Jun 12, 2018
1 parent 46c7f27 commit db6ac1c
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/.release-ChangeLog_template
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CIME Issues fixed (include issue #): [If none, remove this line]

Science changes since:

Softare changes since:
Software changes since:

Changes to User Interface since:

Expand Down
2 changes: 2 additions & 0 deletions doc/ChangeSum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Tag Who Date Summary
============================================================================================================================
release-clm5.0.02 erik 06/12/2018 Second release branch tag for CESM2.0 release, fixing DA and tools and README files, identical to clm5.0.dev013
clm5.0.dev013 erik 06/12/2018 cleanup and update cime and cism
release-clm5.0.01 erik 05/22/2018 First release branch tag for CESM2.0 release, identical to clm5.0.dev012
clm5.0.dev012 sacks 05/17/2018 Fixes for variable_year orbital mode
clm5.0.dev011 erik 05/16/2018 1850 ndep update, cism update, PE layouts, turn BFBFLAG for testing
Expand Down
2 changes: 1 addition & 1 deletion doc/UpdateChangelog.pl
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ sub usage {
my $format = "%17.17s %8.8s %10.10s %s\n";
if ( $update ) {
$_ = <CS>;
if ( /^(.{16}) (.{8}) (.{10}) (.+)$/ ) {
if ( /^(.{17}) (.{8}) (.{10}) (.+)$/ ) {
$tag = $1;
$user = $2;
$sum = $4;
Expand Down
127 changes: 127 additions & 0 deletions doc/release-clm5.0.ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,131 @@
===============================================================
Tag name: release-clm5.0.02
Originator(s): erik (Erik Kluzek,UCAR/TSS,303-497-1326)
Date: Tue Jun 12 15:04:49 MDT 2018
One-line Summary: Second release branch tag for CESM2.0 release, fixing DA and tools and README files, identical to clm5.0.dev013

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

Update cime and cism to newer versions used in release. These bring in some answer
changes. The cime version updates the orbit for 2000 compsets. The cism version
changes answers for two fields with NO_EVOLVE and more fields for EVOLVE.

Fixes an important bug needed for use with Data Assimulation. Several changes
to testing. Adding wallclock as needed, changing a few compsets so science
supported compsets are used, added tput_tolerance to some tests known to be
variable.

Many changes to the clm tools for creating input files. Added the version by
querying "git describe" and adding it as an attribute to NetCDF files. Changes
to get tools working, and tested. Also changed so that tools can be run in either
a CTSM checkout or a CESM checkout.

Updated README files so they are accurate.

CTSM Master Tag This Corresponds To: clm5.0.dev013

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

Issues fixed (include CTSM Issue #):
#188 -- Global PTCLM tools test fails
#187 -- PTCLM tools tests fail baseline comparisons due to a seg fault
#259 -- Most README files in ctsm are incorrect
#386 -- Shorten some currently very long debug tests
#387 -- Lots of testmods still set orb_iyear and orb_iyear_align
#388 -- Add "git describe" to input files that are created
#389 -- Post data-assimilation processing broken with multi-driver
#393 -- Increase wallclock
#399 -- minor format update needed in namelist_definition_clm4_5.xml
#402 -- Some smaller tests can be slow..
#411 -- Refactor tools aren't useful anymore
#414 -- PTCLM tests aren't working
#415 -- mkprocdata_map tests aren't working because of bad return statement in script type: bug - other
#418 -- Path needs to be updated for getco2 script type: bug - other

Science changes since release-clm5.0.01: None

Software changes since release-clm5.0.01:
Fix an important bug for data assimulation. Work on the CLM tools for creating input files.
Some changes to the CLM testing.

Changes to User Interface since release-clm5.0.01: 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 - OK
hobart --- OK

regular tests (aux_clm):

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

regular tests (prealpha):

cheyenne_intel - OK
cheyenne_gnu --- OK
hobart_nag ----- OK

regular tests (prebeta):

cheyenne_intel - OK
cheyenne_gnu --- OK
hobart_nag ----- OK

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

Baseline version for comparison: release-5.0.01

Changes answers relative to baseline: Yes

Changes answers relative to baseline: Yes! Because of changes in cism and cime

Summarize any changes to answers:
- what code configurations: All 2000 compsets and some cases with cism
- what platforms/compilers: All
- nature of change: similar climate

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

Externals being used:
cime cime_cesm2_0_rel_03
cism release-v2.1.01
rtm release-cesm2.0.00
mosart release-cesm2.0.00
fates fates_s1.8.1_a3.0.0
PTCLM PTCLM2_180611


CTSM Tag versions pulled over from master development branch: clm5.0.dev013

===============================================================
===============================================================
Tag name: release-clm5.0.01
Originator(s): erik (Erik Kluzek)
Date: Tue May 22 10:09:15 MDT 2018
Expand Down

0 comments on commit db6ac1c

Please sign in to comment.