1
+ ===============================================================
2
+ Tag name: release-cesm2.0.03
3
+ Originator(s): erik
4
+ Date: Oct 19, 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.
10
+
11
+ MOSART Master Tag This Corresponds To: mosart1_0_31 (with changes)
12
+
13
+ Issues Fixed: #10
14
+ #18 -- rtmhist_ndens=2 does NOT work (so don't allow it as an option)
15
+
16
+ Science changes since: release-cesm2.0.01
17
+ * None
18
+ Software changes since: release-cesm2.0.01
19
+ * None
20
+
21
+ Testing: Run mosart test suite
22
+ hobart ---- PASS
23
+ cheyenne -- PASS
24
+
25
+ Pull Requests that document the changes (include PR ids):
26
+
27
+ #19 -- Don't allow single precision history output
28
+
1
29
===============================================================
2
30
Tag name: release-cesm2.0.02
3
31
Originator(s): erik/billsacks
4
- Date: Oct 12 , 2018
32
+ Date: Oct 16 , 2018
5
33
One-line Summary: Fix for py3
6
34
35
+ Fix for python3, using the floor operator for integer division.
36
+
7
37
MOSART Master Tag This Corresponds To: mosart1_0_31 (with changes)
8
38
9
39
Issues Fixed: #10
@@ -18,7 +48,9 @@ Pull Requests that document the changes (include PR ids):
18
48
19
49
#17 -- Changes to fix #10, where an integer divide needs the floor operator
20
50
21
- Testing:
51
+ Testing: Run mosart test suite
52
+ hobart ---- PASS
53
+ cheyenne -- PASS
22
54
23
55
===============================================================
24
56
Tag name: release-cesm2.0.01
@@ -34,6 +66,9 @@ is direct from jedwards4b (other than r8th addition).
34
66
35
67
MOSART Master Tag This Corresponds To: mosart1_0_31 (with changes)
36
68
69
+ Issues Fixed: #18
70
+ #18 -- rtmhist_ndens=2 does NOT work (simplest fix that converts to single on output)
71
+
37
72
Science changes since: release-cesm2.0.00
38
73
Added in 8th degree routing file (r8th)
39
74
Software changes since: release-cesm2.0.00
0 commit comments