From 81815e9b6cbd87bb57a593eefbb6aa5d3241c50b Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Fri, 12 Oct 2018 15:18:07 -0600 Subject: [PATCH] Update changelog --- docs/ChangeLog | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index fb8b4ac5ae..cff611e702 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,75 @@ +=============================================================== +Tag name: release-cesm2.0.01 +Originator(s): erik +Date: Oct 10, 2018 +One-line Summary: pylint cleanup, and fill value changes for pio2 + +Changes ported from mosart/#15 to rtm. Run pylint through buildlib/buildnml, +changes for fill value needed for pio2. Also use the floor operator +for a specific integer divide as python3 turns it into reals. + +Purpose: + +Software Changes since last release: release-cesm2.0.00 + * pylint on buildlib/buildnml + * fill value changes needed for pio2 from the mosart changes + * Use floor operator in buildnml for an integer division + +Science Changes since last release: release-cesm2.0.00 + * None + +Changes to User Interface since: release-cesm2.0.00 + * None + +Pull Requests that document the changes (include PR ids): + #9 -- Same changes on mosart fill-value and pylint cleanup on rtm enhancement + +Testing: + rtm testlist on hobart and cheyenne (PASS) + +=============================================================== +Tag name: release-cesm2.0.00 +Originator(s): erik +Date: May 21, 2018 +One-line Summary: First CESM2.0 release version, identical to rtm1_0_66 + +Purpose: + +First RTM version for the CESM2.0 release. This tag is identical to rtm1_0_66 + +Software Changes since last release: rtm1_0_30 + + * Add in model_doi_url read in from infodata from coupler. + * RTM own's version of config_archive.xml + * Remove old rof_comp_esmf + * Remove revision_id from output files + * Convert testlist format to version 2, and use new Clm5 compset names. + * Remove yellowstone tests. + * Update config_component.xml to version 3 format. + * if NINST_RTM > 1, will check if REFCASE has instance name and use it, otherwise without it. + * I/O fixes from Jim Edwards + * Update buildnamelist to cime5 python namelist infrastructure + * Add time period frequency to output history file + * Remove ESMF top level coupler interface and tests + * Have RTM react to CLM_ACCELERATED_SPINUP setting from CLM and turn itself off + * Update to newer cime versions + * Move tests from goldbach to hobart + * Don't assume that direction files are global + * NAG6.0 requires additional pointers to be nullified + * readnamelist on mastertask only + * PIO2 Compatibility changes + * address valgrind errors + * add SHR_ASSERT macros + * migration of cpl_share/, cpl_esmf/ and cpl_mct code into new cpl/ and introduction of rof_import_export.F90 + +Science Changes since last release: rtm1_0_30 + + * Treat irrigation as a seperate flux + * Remove directo to ocean runnoff + * fix fthresh bug and refactor RtmFloodInit + * convert volr coupling field from state to flux + * RTM Master Tag this corresponds to: rtm1_0_66 + =============================================================== Tag name: rtm1_0_66 Originator(s): erik