1 | ############################################################################### |
---|
2 | # |
---|
3 | # Input file for OASIS3 |
---|
4 | # |
---|
5 | # This version is for use with IPSL_CM4_v1 |
---|
6 | # |
---|
7 | # The file will be edited at runtime to update it for |
---|
8 | # - the initial date of the run |
---|
9 | # |
---|
10 | ############################################################################### |
---|
11 | # |
---|
12 | # Input delimiters have to occupy position 1 to 9 ! |
---|
13 | # No blank lines allowed ! |
---|
14 | # Length of input lines <= 80 ! |
---|
15 | # |
---|
16 | ############################################################################### |
---|
17 | # |
---|
18 | # SEQMODE : 1 if all models run simultaneously |
---|
19 | # n if n models run sequentially |
---|
20 | $SEQMODE |
---|
21 | 1 |
---|
22 | $END |
---|
23 | ############################################################################### |
---|
24 | # |
---|
25 | # CHANNEL (CHAR*4) |
---|
26 | # PIPE if named pipes + binary files are used |
---|
27 | # for synchro and data respectively (not tested); |
---|
28 | # MPI1/2 if MPI message passing is used for data exchange; |
---|
29 | # |
---|
30 | $CHANNEL |
---|
31 | <lib_mpi> |
---|
32 | <nproc_atm> <nproc_atm> |
---|
33 | 1 1 |
---|
34 | $END |
---|
35 | ############################################################################### |
---|
36 | # |
---|
37 | # NFIELDS : total number of fields being exchanged. |
---|
38 | # |
---|
39 | $NFIELDS |
---|
40 | 22 |
---|
41 | $END |
---|
42 | ############################################################################### |
---|
43 | # |
---|
44 | # JOBNAME : acronym for the given simulation (CHAR*3) |
---|
45 | # |
---|
46 | $JOBNAME |
---|
47 | EXP |
---|
48 | $END |
---|
49 | ############################################################################### |
---|
50 | # |
---|
51 | # NBMODEL : number of models and their names (CHAR*6). |
---|
52 | # |
---|
53 | $NBMODEL |
---|
54 | 2 lmdz.x opa.xx |
---|
55 | $END |
---|
56 | ############################################################################### |
---|
57 | # |
---|
58 | # RUNTIME: total simulated time for the actual run in seconds (<I8) |
---|
59 | # |
---|
60 | $RUNTIME |
---|
61 | <total_time> |
---|
62 | $END |
---|
63 | ############################################################################### |
---|
64 | # |
---|
65 | # INIDATE (I8) |
---|
66 | # initial date of the run (YYYYMMDD) |
---|
67 | # |
---|
68 | $INIDATE |
---|
69 | <initial_date> |
---|
70 | $END |
---|
71 | ############################################################################### |
---|
72 | # |
---|
73 | # MODINFO (YES or NOT) |
---|
74 | # Indicates whether a header is encapsulated within the field |
---|
75 | # |
---|
76 | $MODINFO |
---|
77 | NOT |
---|
78 | $END |
---|
79 | ############################################################################### |
---|
80 | # |
---|
81 | # NLOGPRT: printing level in output file cplout: |
---|
82 | # 0 = no printing |
---|
83 | # 1 = main routines and field names when treated |
---|
84 | # 2 = complete output |
---|
85 | # |
---|
86 | $NLOGPRT |
---|
87 | 2 |
---|
88 | $END |
---|
89 | ############################################################################### |
---|
90 | # |
---|
91 | # CALTYPE: Calendar type |
---|
92 | # 0 = 365 day calendar (no leap years) |
---|
93 | # 1 = 365 day, or 366 days for leap years, calendar |
---|
94 | # n (>1) = n day month calendar |
---|
95 | # |
---|
96 | $CALTYPE |
---|
97 | 0 |
---|
98 | $END |
---|
99 | # |
---|
100 | # |
---|
101 | ############################################################################### |
---|
102 | $STRINGS |
---|
103 | ############################################################################### |
---|
104 | # |
---|
105 | # OCEAN --->>> ATMOS |
---|
106 | # -------------------- |
---|
107 | ############################################################################### |
---|
108 | # Field 1 : Weighted sea surface temperature (o->a 1) |
---|
109 | SOSSTSSW SISUTESW 1 86400 4 sstoc.nc EXPORTED |
---|
110 | torc tlmd LAG=5760 |
---|
111 | P 2 P 0 |
---|
112 | CHECKIN MOZAIC CHECKOUT REVERSE |
---|
113 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
114 | INT=1 |
---|
115 | # Mozaic: 1) mapping filename 2) connected unit 3) dataset rank 4) Maximum |
---|
116 | # number of overlapped neighbors |
---|
117 | wo2a.tsg 93 1 15 |
---|
118 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
119 | INT=1 |
---|
120 | # |
---|
121 | NORSUD WSTEST |
---|
122 | # |
---|
123 | # |
---|
124 | ############################################################################ |
---|
125 | # |
---|
126 | ############################################################################ |
---|
127 | # Field 2 : Sea ice extent (o->a 2) |
---|
128 | # |
---|
129 | SOICECOV SIICECOV 2 86400 4 sstoc.nc EXPORTED |
---|
130 | torc tlmd LAG=5760 |
---|
131 | P 2 P 0 |
---|
132 | # |
---|
133 | CHECKIN MOZAIC CHECKOUT REVERSE |
---|
134 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
135 | INT=1 |
---|
136 | # |
---|
137 | wo2a.tsg 93 1 15 |
---|
138 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
139 | INT=1 |
---|
140 | # |
---|
141 | NORSUD WSTEST |
---|
142 | # |
---|
143 | ############################################################################ |
---|
144 | # Field 3 : Weighted Sea ice albedo (o->a 3) |
---|
145 | # |
---|
146 | SOICEALW SIICEALW 17 86400 4 sstoc.nc EXPORTED |
---|
147 | torc tlmd LAG=5760 |
---|
148 | P 2 P 0 |
---|
149 | # |
---|
150 | CHECKIN MOZAIC CHECKOUT REVERSE |
---|
151 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
152 | INT=1 |
---|
153 | # |
---|
154 | wo2a.tsg 93 1 15 |
---|
155 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
156 | INT=1 |
---|
157 | # |
---|
158 | NORSUD WSTEST |
---|
159 | # |
---|
160 | ############################################################################ |
---|
161 | # Field 4 : Weighted Sea Ice Temperature (o->a 4) |
---|
162 | # |
---|
163 | SOICTEMW SIICTEMW 34 86400 4 sstoc.nc EXPORTED |
---|
164 | torc tlmd LAG=5760 |
---|
165 | P 2 P 0 |
---|
166 | CHECKIN MOZAIC CHECKOUT REVERSE |
---|
167 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
168 | INT=1 |
---|
169 | # |
---|
170 | wo2a.tsg 93 1 15 |
---|
171 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
172 | INT=1 |
---|
173 | # |
---|
174 | NORSUD WSTEST |
---|
175 | # |
---|
176 | ############################################################################ |
---|
177 | # |
---|
178 | # ATMOSPHERE --->>> OCEAN |
---|
179 | # ------------------------- |
---|
180 | ############################################################################ |
---|
181 | # Field 17 : wind stress along X axis (a->o tau 1) |
---|
182 | # |
---|
183 | COTAUXXU SOTAUXXU 23 86400 6 flxat.nc EXPORTED |
---|
184 | tlmd uorc LAG=1800 |
---|
185 | P 0 P 2 |
---|
186 | INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT |
---|
187 | # Reverse |
---|
188 | NORSUD WSTEST |
---|
189 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
190 | INT=1 |
---|
191 | # Mask value |
---|
192 | 888888. |
---|
193 | # Extrapolation method |
---|
194 | NINENN 2 1 1 |
---|
195 | # Interpolation method |
---|
196 | BICUBIPS Z SCALAR |
---|
197 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
198 | INT=1 |
---|
199 | # |
---|
200 | ########################################################################### |
---|
201 | # |
---|
202 | # |
---|
203 | # Field 18 : stress along Y axis (a->o tau 1) |
---|
204 | # |
---|
205 | COTAUYYU SOTAUYYU 23 86400 6 flxat.nc EXPORTED |
---|
206 | tlmd uorc LAG=1800 |
---|
207 | P 0 P 2 |
---|
208 | INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT |
---|
209 | # Reverse |
---|
210 | NORSUD WSTEST |
---|
211 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
212 | INT=1 |
---|
213 | # Mask value |
---|
214 | 888888. |
---|
215 | # Extrapolation method |
---|
216 | NINENN 2 1 1 |
---|
217 | # Interpolation method |
---|
218 | BICUBIPS Z SCALAR |
---|
219 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
220 | INT=1 |
---|
221 | # |
---|
222 | ########################################################################### |
---|
223 | # |
---|
224 | # |
---|
225 | # Field 19 :wind stress along Z axis (a->o tau 1) |
---|
226 | # |
---|
227 | COTAUZZU SOTAUZZU 23 86400 6 flxat.nc EXPORTED |
---|
228 | tlmd uorc LAG=1800 |
---|
229 | P 0 P 2 |
---|
230 | INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT |
---|
231 | # Reverse |
---|
232 | NORSUD WSTEST |
---|
233 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
234 | INT=1 |
---|
235 | # Mask value |
---|
236 | 888888. |
---|
237 | # Extrapolation method |
---|
238 | NINENN 2 1 1 |
---|
239 | # Interpolation method |
---|
240 | BICUBIPS Z SCALAR |
---|
241 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
242 | INT=1 |
---|
243 | # |
---|
244 | ########################################################################## |
---|
245 | # |
---|
246 | # Field 20 : wind stress along X axis 2 (a->o tau 2) |
---|
247 | # |
---|
248 | COTAUXXV SOTAUXXV 24 86400 6 flxat.nc EXPORTED |
---|
249 | tlmd vorc LAG=1800 |
---|
250 | P 0 P 2 |
---|
251 | INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT |
---|
252 | # Reverse |
---|
253 | NORSUD WSTEST |
---|
254 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
255 | INT=1 |
---|
256 | # Mask value |
---|
257 | 888888. |
---|
258 | # Extrapolation method |
---|
259 | NINENN 2 1 1 |
---|
260 | # Interpolation method |
---|
261 | BICUBIPS Z SCALAR |
---|
262 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
263 | INT=1 |
---|
264 | # |
---|
265 | ########################################################################## |
---|
266 | # |
---|
267 | # Field 21 : wind stress along Y axis 2 (a->o tau 2) |
---|
268 | # |
---|
269 | COTAUYYV SOTAUYYV 24 86400 6 flxat.nc EXPORTED |
---|
270 | tlmd vorc LAG=1800 |
---|
271 | P 0 P 2 |
---|
272 | INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT |
---|
273 | # Reverse |
---|
274 | NORSUD WSTEST |
---|
275 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
276 | INT=1 |
---|
277 | # Mask value |
---|
278 | 888888. |
---|
279 | # Extrapolation method |
---|
280 | NINENN 2 1 1 |
---|
281 | # Interpolation method |
---|
282 | BICUBIPS Z SCALAR |
---|
283 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
284 | INT=1 |
---|
285 | # |
---|
286 | ########################################################################## |
---|
287 | # |
---|
288 | # Field 22 : wind stress along Z axis 2 (a->o tau 2) |
---|
289 | # |
---|
290 | COTAUZZV SOTAUZZV 24 86400 6 flxat.nc EXPORTED |
---|
291 | tlmd vorc LAG=1800 |
---|
292 | P 0 P 2 |
---|
293 | INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT |
---|
294 | # Reverse |
---|
295 | NORSUD WSTEST |
---|
296 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
297 | INT=1 |
---|
298 | # Mask value |
---|
299 | 888888. |
---|
300 | # Extrapolation method |
---|
301 | NINENN 2 1 1 |
---|
302 | # Interpolation method |
---|
303 | BICUBIPS Z SCALAR |
---|
304 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
305 | INT=1 |
---|
306 | ## |
---|
307 | ######################################################################### |
---|
308 | # |
---|
309 | # Field 5 : solar heat flux on ice (a->o flx 1) |
---|
310 | # |
---|
311 | COSHFICE SOSHFLDO 7 86400 4 flxat.nc EXPORTED |
---|
312 | tlmd torc LAG=1800 |
---|
313 | P 0 P 2 |
---|
314 | INVERT CHECKIN MOZAIC CHECKOUT |
---|
315 | # Reverse |
---|
316 | NORSUD WSTEST |
---|
317 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
318 | INT=1 |
---|
319 | # Interpolation method or mozaic parameters |
---|
320 | wa2o.flx 92 2 18 |
---|
321 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
322 | INT=1 |
---|
323 | # |
---|
324 | ######################################################################### |
---|
325 | # |
---|
326 | # Field 6 : solar heat flux on ocean (a->o flx 2) |
---|
327 | # |
---|
328 | COSHFOCE SOSHFOCE 7 86400 4 flxat.nc EXPORTED |
---|
329 | tlmd torc LAG=1800 |
---|
330 | P 0 P 2 |
---|
331 | INVERT CHECKIN MOZAIC CHECKOUT |
---|
332 | # Reverse |
---|
333 | NORSUD WSTEST |
---|
334 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
335 | INT=1 |
---|
336 | # Interpolation method or mozaic parameters |
---|
337 | wa2o.flx 92 2 18 |
---|
338 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
339 | INT=1 |
---|
340 | # |
---|
341 | ############################################################################ |
---|
342 | # |
---|
343 | # Field 7 : Non solar heat flux on ice (a->o flx 3) |
---|
344 | # |
---|
345 | CONSFICE SONSFLDO 6 86400 4 flxat.nc EXPORTED |
---|
346 | tlmd torc LAG=1800 |
---|
347 | P 0 P 2 |
---|
348 | INVERT CHECKIN MOZAIC CHECKOUT |
---|
349 | # Reverse |
---|
350 | NORSUD WSTEST |
---|
351 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
352 | INT=1 |
---|
353 | # Interpolation method ou parametres mozaic |
---|
354 | wa2o.flx 92 2 18 |
---|
355 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
356 | INT=1 |
---|
357 | # |
---|
358 | ############################################################################ |
---|
359 | # |
---|
360 | ############################################################################ |
---|
361 | # |
---|
362 | # Field 8 : Non solar heat flux on ocean (a->o flx 4) |
---|
363 | # |
---|
364 | CONSFOCE SONSFOCE 6 86400 4 flxat.nc EXPORTED |
---|
365 | tlmd torc LAG=1800 |
---|
366 | P 0 P 2 |
---|
367 | INVERT CHECKIN MOZAIC CHECKOUT |
---|
368 | # Reverse |
---|
369 | NORSUD WSTEST |
---|
370 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
371 | INT=1 |
---|
372 | # Interpolation method ou parametres mozaic |
---|
373 | wa2o.flx 92 2 18 |
---|
374 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
375 | INT=1 |
---|
376 | # |
---|
377 | ########################################################################## |
---|
378 | # |
---|
379 | # Field 9 : Non solar heat flux derivative (o->a flx 5) |
---|
380 | # |
---|
381 | CODFLXDT SODFLXDT 35 86400 4 flxat.nc EXPORTED |
---|
382 | tlmd torc LAG=1800 |
---|
383 | P 0 P 2 |
---|
384 | INVERT CHECKIN MOZAIC CHECKOUT |
---|
385 | # Reverse |
---|
386 | NORSUD WSTEST |
---|
387 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
388 | INT=1 |
---|
389 | # Interpolation method ou parametres mozaic |
---|
390 | wa2o.flx 92 2 18 |
---|
391 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
392 | INT=1 |
---|
393 | # |
---|
394 | ########################################################################## |
---|
395 | # |
---|
396 | # Field 10 : Evaporation Ice (o->a flx 6) |
---|
397 | # |
---|
398 | COTFSICE SOTFSICE 25 86400 4 flxat.nc EXPORTED |
---|
399 | tlmd torc LAG=1800 |
---|
400 | P 0 P 2 |
---|
401 | INVERT CHECKIN MOZAIC CHECKOUT |
---|
402 | # Reverse |
---|
403 | NORSUD WSTEST |
---|
404 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
405 | INT=1 |
---|
406 | # Interpolation method ou parametres mozaic |
---|
407 | wa2o.flx 92 2 18 |
---|
408 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
409 | INT=1 |
---|
410 | # |
---|
411 | ########################################################################## |
---|
412 | # |
---|
413 | # Field 11 : Evaporation Water (a->o flx 7) |
---|
414 | # |
---|
415 | COTFSOCE SOTFSOCE 25 86400 4 flxat.nc EXPORTED |
---|
416 | tlmd torc LAG=1800 |
---|
417 | P 0 P 2 |
---|
418 | INVERT CHECKIN MOZAIC CHECKOUT |
---|
419 | # Reverse |
---|
420 | NORSUD WSTEST |
---|
421 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
422 | INT=1 |
---|
423 | # Interpolation method ou parametres mozaic |
---|
424 | wa2o.flx 92 2 18 |
---|
425 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
426 | INT=1 |
---|
427 | # |
---|
428 | ########################################################################## |
---|
429 | # |
---|
430 | # Field 12 : liquid precip (a->o flx 8) |
---|
431 | # |
---|
432 | COTOLPSU SOTOLPSU 27 86400 5 flxat.nc EXPORTED |
---|
433 | tlmd torc LAG=1800 |
---|
434 | P 0 P 2 |
---|
435 | INVERT CHECKIN MOZAIC BLASNEW CHECKOUT |
---|
436 | # Reverse |
---|
437 | NORSUD WSTEST |
---|
438 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
439 | INT=1 |
---|
440 | # Interpolation method ou parametres mozaic |
---|
441 | wa2o.flx 92 2 18 |
---|
442 | # change of sign |
---|
443 | -1.0 0 |
---|
444 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
445 | INT=1 |
---|
446 | # |
---|
447 | ########################################################################## |
---|
448 | # |
---|
449 | # Field 13: solid precip (a->o flx 9) |
---|
450 | # |
---|
451 | COTOSPSU SOTOSPSU 28 86400 5 flxat.nc EXPORTED |
---|
452 | tlmd torc LAG=1800 |
---|
453 | P 0 P 2 |
---|
454 | INVERT CHECKIN MOZAIC BLASNEW CHECKOUT |
---|
455 | # Reverse |
---|
456 | NORSUD WSTEST |
---|
457 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
458 | INT=1 |
---|
459 | # Interpolation method ou parametres mozaic |
---|
460 | wa2o.flx 92 2 18 |
---|
461 | # change of sign |
---|
462 | -1.0 0 |
---|
463 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
464 | INT=1 |
---|
465 | # |
---|
466 | ######################################################################### |
---|
467 | # |
---|
468 | # Field 14 : direct run-off (a->o flx 10) |
---|
469 | # |
---|
470 | CORUNCOA SORUNCOA 32 86400 5 flxat.nc EXPORTED |
---|
471 | tlmd torc LAG=1800 |
---|
472 | P 0 P 2 |
---|
473 | INVERT CHECKIN MOZAIC BLASNEW CHECKOUT |
---|
474 | # Reverse |
---|
475 | NORSUD WSTEST |
---|
476 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
477 | INT=1 |
---|
478 | # Interpolation method ou parametres mozaic |
---|
479 | wa2o.run 94 4 216 |
---|
480 | # change units from m/s to kg/s, change of sign |
---|
481 | # weights convert from kg/s to kg/m^2/s |
---|
482 | -1000.0 0 |
---|
483 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
484 | INT=1 |
---|
485 | # |
---|
486 | ######################################################################### |
---|
487 | # |
---|
488 | # Field 15 : river run-off (a->o flx 11) |
---|
489 | # |
---|
490 | CORIVFLU SORIVFLU 32 86400 5 flxat.nc EXPORTED |
---|
491 | tlmd torc LAG=1800 |
---|
492 | P 0 P 2 |
---|
493 | INVERT CHECKIN MOZAIC BLASNEW CHECKOUT |
---|
494 | # Reverse |
---|
495 | NORSUD WSTEST |
---|
496 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
497 | INT=1 |
---|
498 | # Interpolation method ou parametres mozaic |
---|
499 | wa2o.run 94 4 216 |
---|
500 | # change units from m/s to kg/s, change of sign |
---|
501 | # weights convert from kg/s to kg/m^2/s |
---|
502 | -1000.0 0 |
---|
503 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
504 | INT=1 |
---|
505 | # |
---|
506 | ######################################################################### |
---|
507 | # |
---|
508 | # Field 16 : iceberg calving (a->o flx 12) |
---|
509 | # |
---|
510 | COCALVIN SOCALVIN 32 86400 5 flxat.nc EXPORTED |
---|
511 | tlmd torc LAG=1800 |
---|
512 | P 0 P 2 |
---|
513 | INVERT CHECKIN MOZAIC BLASNEW CHECKOUT |
---|
514 | # Reverse |
---|
515 | NORSUD WSTEST |
---|
516 | # CHECKIN: indicate computation of global, land and sea field integrals. |
---|
517 | INT=1 |
---|
518 | # Interpolation method ou parametres mozaic |
---|
519 | wa2o.cal 98 5 47 |
---|
520 | # change of sign |
---|
521 | -1.0 0 |
---|
522 | # CHECKOUT: indicate computation of global, land and sea field integrals. |
---|
523 | INT=1 |
---|
524 | ########################################################################## |
---|
525 | # |
---|
526 | $END |
---|