|
1 | 1 | =============================================================== |
| 2 | +Tag name: release-cesm2.0.03 |
| 3 | +Originator(s): erik |
| 4 | +Date: Oct 18, 2018 |
| 5 | +One-line Summary: Remove ability to write out single-precision history because of issues |
| 6 | + |
| 7 | +Don't allow the namelist option rtmhist_ndens to be set to 2, because this |
| 8 | +option doesn't currently function. The simple fix we put into place for it |
| 9 | +is not robust, and doesn't show conversion issues as soon as possible. We |
| 10 | +need to implement a solution that keeps history buffers at single precision |
| 11 | +and converts the instantaneous double precision data as it goes. |
| 12 | + |
| 13 | +MOSART Master Tag This Corresponds To: mosart1_0_31 (with changes) |
| 14 | + |
| 15 | +Issues Fixed: #10 |
| 16 | + #18 -- rtmhist_ndens=2 does NOT work (so don't allow it as an option) |
| 17 | + |
| 18 | +Science changes since: release-cesm2.0.01 |
| 19 | + * None |
| 20 | +Software changes since: release-cesm2.0.01 |
| 21 | + * None |
| 22 | + |
| 23 | +Testing: Run mosart test suite |
| 24 | + hobart ---- PASS |
| 25 | + cheyenne -- PASS |
| 26 | + |
| 27 | +Pull Requests that document the changes (include PR ids): |
| 28 | + |
| 29 | + #19 -- Don't allow single precision history output |
| 30 | + |
| 31 | +Testing: |
| 32 | +=============================================================== |
2 | 33 | Tag name: release-cesm2.0.02 |
3 | 34 | Originator(s): erik/billsacks |
4 | 35 | Date: Oct 12, 2018 |
@@ -34,6 +65,9 @@ is direct from jedwards4b (other than r8th addition). |
34 | 65 |
|
35 | 66 | MOSART Master Tag This Corresponds To: mosart1_0_31 (with changes) |
36 | 67 |
|
| 68 | +Issues Fixed: #18 |
| 69 | + #18 -- rtmhist_ndens=2 does NOT work (simplest fix that converts to single on output) |
| 70 | + |
37 | 71 | Science changes since: release-cesm2.0.00 |
38 | 72 | Added in 8th degree routing file (r8th) |
39 | 73 | Software changes since: release-cesm2.0.00 |
|
0 commit comments