1
+ ===============================================================
2
+ Tag name: release-cesm2.0.02
3
+ Originator(s): erik/billsacks
4
+ Date: Oct 12, 2018
5
+ One-line Summary: Fix for py3
6
+
7
+ MOSART Master Tag This Corresponds To: mosart1_0_31 (with changes)
8
+
9
+ Issues Fixed: #10
10
+ #10 -- With python3, coupling_period is real rather than int
11
+
12
+ Science changes since: release-cesm2.0.01
13
+ * None
14
+ Software changes since: release-cesm2.0.01
15
+ * None
16
+
17
+ Pull Requests that document the changes (include PR ids):
18
+
19
+ #17 -- Changes to fix #10, where an integer divide needs the floor operator
20
+
21
+ Testing:
22
+
1
23
===============================================================
2
24
Tag name: release-cesm2.0.01
3
25
Originator(s): erik/jedwards4b
@@ -10,7 +32,7 @@ kind rather than real(4), which is a better mechanism. Also ncd_getiodesc
10
32
will read in PIO_DOUBLE for input xtype= PIO_DOUBLE or PIO_REAL. Most of this
11
33
is direct from jedwards4b (other than r8th addition).
12
34
13
- MOSART Master Tag This Corresponds To: Identical to mosart1_0_31
35
+ MOSART Master Tag This Corresponds To: mosart1_0_31 (with changes)
14
36
15
37
Science changes since: release-cesm2.0.00
16
38
Added in 8th degree routing file (r8th)
@@ -19,6 +41,7 @@ Software changes since: release-cesm2.0.00
19
41
Corrects the integer fill value. Needed for pio2.
20
42
21
43
Pull Requests that document the changes (include PR ids):
44
+ Testing:
22
45
23
46
#15 -- Bring in changes for xlf compiler, pio, and python3 update
24
47
(#13 and #6 moved to release-cesm2.0)
0 commit comments