File tree 5 files changed +529
-483
lines changed
5 files changed +529
-483
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ Stage: build
10
10
mkdir -p /opt/AM4
11
11
cd /opt
12
12
# # Build the AM4 from github
13
- git clone --recursive https://github.com/NOAA-GFDL/AM4 .git -b xanadu_ 2021.01
13
+ git clone --recursive https://github.com/NOAA-GFDL/AM4 .git -b 2021.02
14
14
cd AM4 /exec
15
15
make -j 20 gcc =on HDF_INCLUDE =-I /opt /hdf5 /include SH =sh CLUBB =off
16
- cp am4 _xanadu_2021.01 .x /opt/AM4
16
+ cp am4 _xanadu_2021.02 .x /opt/AM4
17
17
make clean_all
18
- chmod 777 /opt/AM4 /am4 _xanadu_2021.01 .x
18
+ chmod 777 /opt/AM4 /am4 _xanadu_2021.02 .x
19
19
20
20
# # Add the AM4 executable to the path
21
21
%environment
@@ -24,5 +24,5 @@ ENV PATH=/opt/AM4/:${PATH}
24
24
# # Run AM4
25
25
%runscript
26
26
ulimit -s unlimited
27
- /opt/AM4 /am4 _xanadu_2021.01 .x
27
+ /opt/AM4 /am4 _xanadu_2021.02 .x
28
28
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ export F_UFMTENDIAN=big
35
35
## Run AM4
36
36
%runscript
37
37
ulimit -s unlimited
38
- /opt/AM4/am4_xanadu_2021.01 .x
38
+ /opt/AM4/am4_xanadu_2021.02 .x
39
39
You can’t perform that action at this time.
0 commit comments