|
| 1 | +=============================================================== |
| 2 | +Tag name: release-cesm2.0.01 |
| 3 | +Originator(s): erik/jedwards4b |
| 4 | +Date: Oct 09, 2018 |
| 5 | +One-line Summary: New r8th routing file, pylint and py3 checking, fill value needed for pio2 |
| 6 | + |
| 7 | +Add in 8th degree routine file. Run pylint and check for py3 compatability. |
| 8 | +There's explict setting of fill type. And also explicit use of shr_kind_r4 for |
| 9 | +kind rather than real(4), which is a better mechanism. Also ncd_getiodesc |
| 10 | +will read in PIO_DOUBLE for input xtype= PIO_DOUBLE or PIO_REAL. Most of this |
| 11 | +is direct from jedwards4b (other than r8th addition). |
| 12 | + |
| 13 | +MOSART Master Tag This Corresponds To: Identical to mosart1_0_31 |
| 14 | + |
| 15 | +Science changes since: release-cesm2.0.00 |
| 16 | + Added in 8th degree routing file (r8th) |
| 17 | +Software changes since: release-cesm2.0.00 |
| 18 | + Run pylint on python buildlib and buildnml scripts, check for py3 compatibility. |
| 19 | + Corrects the integer fill value. Needed for pio2. |
| 20 | + |
| 21 | +Pull Requests that document the changes (include PR ids): |
| 22 | + |
| 23 | + #15 -- Bring in changes for xlf compiler, pio, and python3 update |
| 24 | + (#13 and #6 moved to release-cesm2.0) |
| 25 | + #14 -- fix type issue with xlf |
| 26 | + |
| 27 | +Testing: |
| 28 | + mosart testlist on hobart and cheyenne (PASS) |
| 29 | + |
| 30 | +=============================================================== |
| 31 | +Tag name: release-cesm2.0.00 |
| 32 | +Originator(s): erik |
| 33 | +Date: May 21, 2018 |
| 34 | +One-line Summary: First CESM2.0 release tag, identical to mosart1_0_31 |
| 35 | + |
| 36 | +MOSART Master Tag This Corresponds To: Identical to mosart1_0_31 |
| 37 | + |
| 38 | +Science changes since: mosart1_0_00 |
| 39 | + |
| 40 | + * Changes from Sean Swenson to add minimum value to rlen |
| 41 | + * Update areas on routing file |
| 42 | + * Answer changing improvements to channel storage from HongYi Li for faster spinup. |
| 43 | + * Bugfix from Tony Craig to use correct delta time for qgwl flux. |
| 44 | + * Treat irrigation as a seperate flux |
| 45 | + * bugfix for budget diagnostic output |
| 46 | + * bugfix: calculation of qgwl_volume must be multiplied by ar |
| 47 | + * Update default routing file. |
| 48 | + * New method of handeling runoff terms to avoid negative runoff. |
| 49 | + * switch to input dataset MOSART_Global_half_20151130a.nc |
| 50 | + * update direct sparse matrix to include non basin points in order |
| 51 | + * to pass data from any grid cell directly to the ocean. |
| 52 | + * modify the direct term and push all direct water to outlet points |
| 53 | + * set all tracer 2 water (frozen water) to be a direct term |
| 54 | + * add ability to skip some tracers in the euler solver via euler_calc flag |
| 55 | + * add a budget accumulator term |
| 56 | + * Fix exact restart in atan slope calc |
| 57 | + * Swenson bugfix for mosart direction file |
| 58 | + * Swenson river volume normalization bugf |
| 59 | + |
| 60 | +Software changes since: mosart1_0_00 |
| 61 | + |
| 62 | + * Add config_archive for mosart |
| 63 | + * delete rof_comp_esmf |
| 64 | + * add model_doi_url, |
| 65 | + * change some instances of RTM/CLM in documentation to MOSART |
| 66 | + * Update testlist to version 2 format, remove ys tests |
| 67 | + * Upgrade config_component to version 3 |
| 68 | + * allow output file format to change |
| 69 | + * If NINST_ROF > 1, check if instance number in name for REFCASE |
| 70 | + * Update testlist and use Clm5 compset names |
| 71 | + * Update routing file |
| 72 | + * Update to cime5 python namelist infrastructure |
| 73 | + * Fix an issue with nag, lower amount of log output |
| 74 | + * Add output frequency to history files |
| 75 | + * Turn off for CLM_ACCELERATED_SPINUP="on" |
| 76 | + * Add new namelist options bypass_routing_option, |
| 77 | + * qgwl_runoff_option |
| 78 | + * Error checking on max length of history filenames. |
| 79 | + * Add testdefs dir, testmods and testlist for integration to cime |
| 80 | + * test system. |
| 81 | + * remove rofdto from coupler interface fields. |
| 82 | + * Changes to get Mosart to build with Nag on Hobart |
| 83 | + * merge ACME fixes to decomp and performance |
| 84 | + * cime compatible infrastructure |
| 85 | + * Add direct to ocean runoff flux |
| 86 | + * PIO2 updates |
| 87 | + |
| 88 | +Changes to User Interface since: mo |
| 89 | + |
1 | 90 | =============================================================== |
2 | 91 | Tag name: mosart1_0_31 |
3 | 92 | Originator(s): erik |
|
0 commit comments