Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Oct 12, 2018
1 parent 22f22ef commit 81815e9
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 81815e9

Please sign in to comment.