/[MITgcm]/MITgcm/verification/global_with_CFC11/README
ViewVC logotype

Contents of /MITgcm/verification/global_with_CFC11/README

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.2.2.2.9 - (show annotations) (download)
Thu Aug 25 16:22:16 2005 UTC (18 years, 8 months ago) by dimitri
Branch: release1_50yr
Changes since 1.1.2.2.2.8: +56 -1 lines
adding ecco1x1 verification/global_with_CFC11 experiment

1 menemenlis@jpl.nasa.gov 02-May-2003.
2
3 This verification experiment is identical global_with_exf
4 except that it includes CFC-11 diagnostic as per OCMIP-2
5 protocol (http://www.ipsl.jussieu.fr/OCMIP/).
6 CFC-11 output in mol/m^3 is output in files TR1.*.data
7 Example of how to read this output file using matlab is
8 in input/lookat.m
9
10 ==============================================================
11
12 Configuring 8 4x4-deg 4-cpu x 15-level experiment on chapman:
13
14 Experiment 0: Baseline integration
15 Experiment 1: viscAr 1e-3 -> .5E-3
16 Experiment 2: viscAh 5e5 -> 4e5
17 Experiment 3: diffKrT 3e-5 -> 2e-5
18 Experiment 4: diffKrS 3e-5 -> 2e-5
19 Experiment 5: tauThetaClimRelax 5184000 -> 4665600
20 Experiment 6: tauSaltClimRelax 15552000 -> 7776000
21 Experiment 7: GM_background_K 1000 -> 900
22
23 (note that viscAr=0.9e3 crashes during first time step)
24
25 ---
26
27 cd bin
28 cp ../verification/global_ocean.90x40x15/code/GMREDI_OPTIONS.h .
29 cp ../verification/global_with_CFC11/code4x4/*.h .
30 cp ../verification/global_with_CFC11/code4x4/*.F .
31 ../tools/genmake -mpi -platform=ames_opt -makefile
32 make depend
33 make -j
34
35 ---
36
37 cd ../exe
38 \cp ../verification/global_ocean.90x40x15/input/* .
39 \cp ../verification/global_with_CFC11/input/cfc1112.atm .
40 \cp ../verification/global_with_CFC11/input4x4/FICE4x4 FICE
41 \cp ../verification/global_with_CFC11/input4x4/PATM4x4 PATM
42 \cp ../verification/global_with_CFC11/input4x4/XKW4x4 XKW
43 cd ..
44 cp -r exe exe0
45 cp -r exe exe1
46 cp -r exe exe2
47 cp -r exe exe3
48 cp -r exe exe4
49 cp -r exe exe5
50 cp -r exe exe6
51 cp -r exe exe7
52 \cp verification/global_with_CFC11/input4x4/data.0 exe0/data
53 \cp verification/global_with_CFC11/input4x4/data.1 exe1/data
54 \cp verification/global_with_CFC11/input4x4/data.2 exe2/data
55 \cp verification/global_with_CFC11/input4x4/data.3 exe3/data
56 \cp verification/global_with_CFC11/input4x4/data.4 exe4/data
57 \cp verification/global_with_CFC11/input4x4/data.5 exe5/data
58 \cp verification/global_with_CFC11/input4x4/data.6 exe6/data
59 \cp verification/global_with_CFC11/input4x4/data.0 exe7/data
60 \cp verification/global_with_CFC11/input4x4/data.gmredi exe7
61 qsub verification/global_with_CFC11/input4x4/jobfile
62
63 # requires about 1:40 to complete on chapman, 32-CPU queue
64
65 cd exe0
66 RM *.meta
67 RM GM* pickup* STD*
68 cd ../exe1
69 RM *.meta
70 RM GM* pickup* STD*
71 cd ../exe2
72 RM *.meta
73 RM GM* pickup* STD*
74 cd ../exe3
75 RM *.meta
76 RM GM* pickup* STD*
77 cd ../exe4
78 RM *.meta
79 RM GM* pickup* STD*
80 cd ../exe5
81 RM *.meta
82 RM GM* pickup* STD*
83 cd ../exe6
84 RM *.meta
85 RM GM* pickup* STD*
86 cd ../exe7
87 RM *.meta
88 RM GM* pickup* STD*
89
90 ==============================================================
91
92 Configuring and running the 50-year JPL telescoping integration:
93
94 1) get code:
95
96 setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack
97 cvs login ( CVS password: cvsanon )
98 cvs co -r release1_50yr MITgcm
99
100 2) compile code:
101
102 cd MITgcm/bin
103 cp ../verification/global_with_CFC11/code50yr/*.h .
104 cp ../verification/global_with_CFC11/code50yr/*.F .
105 cp ../verification/global_with_CFC11/code50yr/.genmakerc .
106 ../tools/genmake -mpi -platform=o2k -makefile
107 make depend
108 make
109
110 3) run code for first spin-up year (1931)
111
112 cd ../exe
113
114 get forcing files:
115 bathy_50yr.bin NCEP_1948_sw NCEP_1948_vstr lev_clim_temp.bin
116 NCEP_1948_emp NCEP_1948_trb run-off.bin_1x1 lev_clim_salt.bin
117 NCEP_1948_sst NCEP_1948_ustr salt_14months.bin
118
119 \cp ../verification/global_with_CFC11/input50yr/* .
120 \cp ../verification/global_with_CFC11/input/cfc1112.atm .
121 \cp ../verification/global_with_CFC11/input/FICE .
122 \cp ../verification/global_with_CFC11/input/PATM .
123 \cp ../verification/global_with_CFC11/input/XKW .
124
125 mpirun -np 64 mitgcmuv
126
127 ==============================================================
128
129 Configuring and running the ecco1x1 configuration with CFC11.
130 Surface forcing files are assumed available in MITgcm/../iter69
131
132 1) get code:
133
134 cvs co -r release1_50yr MITgcm_code
135 cvs co -r release1_50yr MITgcm/verification/global_with_CFC11
136 cd MITgcm
137 cvs co -d ocean_inversion_project MITgcm_contrib/ocean_inversion_project
138
139 2) compile code:
140
141 mkdir bin exe
142 cd bin
143 \cp ../verification/global_with_CFC11/code1x1/* .
144 \cp ../verification/global_with_CFC11/code1x1/.g* .
145 ../tools/genmake -mpi -platform=columbia -makefile
146 make depend
147 make -j
148
149 3) execute code
150
151 cd ../exe
152 \cp ../verification/global_with_CFC11/input1x1/* .
153 ln -sf ../../iter69/* .
154 \cp ../verification/global_with_CFC11/input/cfc1112.atm .
155 \cp ../verification/global_with_CFC11/input/FICE .
156 \cp ../verification/global_with_CFC11/input/PATM .
157 \cp ../verification/global_with_CFC11/input/XKW .
158
159
160 qsub job01
161
162 make depend
163 make
164
165 3) run code for first spin-up year (1931)
166
167 cd ../exe
168
169 get forcing files:
170 bathy_50yr.bin NCEP_1948_sw NCEP_1948_vstr lev_clim_temp.bin
171 NCEP_1948_emp NCEP_1948_trb run-off.bin_1x1 lev_clim_salt.bin
172 NCEP_1948_sst NCEP_1948_ustr salt_14months.bin
173
174 \cp ../verification/global_with_CFC11/input50yr/* .
175 \cp ../verification/global_with_CFC11/input/cfc1112.atm .
176 \cp ../verification/global_with_CFC11/input/FICE .
177 \cp ../verification/global_with_CFC11/input/PATM .
178 \cp ../verification/global_with_CFC11/input/XKW .
179
180 mpirun -np 64 mitgcmuv
181
182 ==============================================================
183
184 Configuring and running the 50-year JPL telescoping integration with sea-ice:
185
186 1) get code:
187
188 setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack
189 cvs login ( CVS password: cvsanon )
190 cvs co -r release1_50yr MITgcm
191
192 2) compile code:
193
194 cd MITgcm/bin
195 cp ../verification/global_with_CFC11/code50yr/*.h .
196 cp ../verification/global_with_CFC11/code50yr/*.F .
197 cp ../verification/global_with_CFC11/code50yr/CPP_OPTIONS.h.SEAICE CPP_OPTIONS.h
198 cp ../verification/global_with_CFC11/code50yr/ECCO_CPPOPTIONS.h.SEAICE ECCO_CPPOPTIONS.h
199 cp ../verification/global_with_CFC11/code50yr/.genmakerc.SEAICE .genmakerc
200 ../tools/genmake -mpi -platform=o2k -makefile
201 make depend
202 make
203
204 3) run code for first spin-up year (1931)
205
206 cd ../exe
207
208 get forcing files:
209 bathy_50yr.bin NCEP_1948_sw NCEP_1948_vstr lev_clim_temp.bin
210 NCEP_1948_emp NCEP_1948_trb run-off.bin_1x1 lev_clim_salt.bin
211 NCEP_1948_sst NCEP_1948_ustr salt_14months.bin
212 NCEP_1948_u10m NCEP_1948_v10m NCEP_1948_tmp2m NCEP_1948_spfh2m
213 NCEP_1948_lw NCEP_1948_lhf NCEP_1948_rain
214
215 \cp ../verification/global_with_CFC11/input50yr/* .
216 \cp data.pkg.SEAICE data.pkg
217 \cp data.exf.SEAICE data.exf
218 \cp ../verification/global_with_CFC11/input/cfc1112.atm .
219 \cp ../verification/global_with_CFC11/input/FICE .
220 \cp ../verification/global_with_CFC11/input/PATM .
221 \cp ../verification/global_with_CFC11/input/XKW .
222
223 mpirun -np 64 mitgcmuv

  ViewVC Help
Powered by ViewVC 1.1.22