source: CONFIG/IPSLCM/IPSLCM5/trunk/EXP00/PARAM/namcouple_ORCA2xLMD9671 @ 483

Last change on this file since 483 was 483, checked in by aclsce, 16 years ago
  • Added possibility to choose "nemo" as parameter in physiq.def
  • Added possibility to have coupling variables in output files (output_mode=y/n) in oasis.card
File size: 14.4 KB
Line 
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 <nproc_oce>  <nproc_oce>
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 oceanx
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# Field 1 : Sea surface temperature (o->a 1)
108#
109O_SSTSST SISUTESW 1 86400  5  sstoc.nc  <output_mode>
110torc  tlmd  LAG=5760
111P  2 P  0
112LOCTRANS CHECKIN MOZAIC CHECKOUT REVERSE
113# LOCTRANS: AVERAGE to average value over coupling period
114 AVERAGE
115# CHECKIN: indicate computation of global, land and sea field integrals.
116 INT=1
117# Mozaic: 1) mapping filename 2) connected unit 3) dataset rank 4) Maximum
118#         number of overlapped neighbors
119wo2a.tsg 93  1  20
120# CHECKOUT: indicate computation of global, land and sea field integrals.
121 INT=1
122#
123  NORSUD   WSTEST
124
125############################################################################
126# Field 2 : Sea ice extent  (o->a 2)
127#
128OIceFrac SIICECOV 2 86400  5  sstoc.nc <output_mode>
129torc  tlmd   LAG=5760
130P  2 P  0
131#
132LOCTRANS CHECKIN MOZAIC  CHECKOUT  REVERSE
133 AVERAGE
134# CHECKIN: indicate computation of global, land and sea field integrals.
135 INT=1
136#
137wo2a.tsg 93  1 20
138# CHECKOUT: indicate computation of global, land and sea field integrals.
139 INT=1
140#
141NORSUD   WSTEST
142#
143############################################################################
144# Field 3 : Sea Ice Temperature (o->a 4)
145#
146O_TepIce SIICTEMW 34 86400  5  sstoc.nc  <output_mode>
147torc  tlmd   LAG=5760
148P  2 P  0
149LOCTRANS CHECKIN MOZAIC CHECKOUT REVERSE
150 AVERAGE
151# CHECKIN: indicate computation of global, land and sea field integrals.
152 INT=1
153#
154wo2a.tsg 93  1  20
155# CHECKOUT: indicate computation of global, land and sea field integrals.
156 INT=1
157#
158  NORSUD   WSTEST
159#
160############################################################################
161# Field 4 : Sea ice albedo (o->a 3)
162#
163O_AlbIce SIICEALW 17 86400  5  sstoc.nc  <output_mode>
164torc  tlmd  LAG=5760 
165P  2 P  0
166#
167LOCTRANS CHECKIN MOZAIC CHECKOUT  REVERSE
168 AVERAGE
169# CHECKIN: indicate computation of global, land and sea field integrals.
170 INT=1
171#
172wo2a.tsg 93  1 20
173# CHECKOUT: indicate computation of global, land and sea field integrals.
174 INT=1
175#
176NORSUD   WSTEST
177#
178############################################################################
179#
180#                      ATMOSPHERE  --->>>  OCEAN
181#                      -------------------------
182############################################################################   
183# Field 5 : wind stress along X axis (a->o tau 1)
184#
185COTAUXXU O_OTaux1 23 86400  6  flxat.nc   <output_mode>
186tlmd    uorc  LAG=1800
187P  0 P  2
188INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
189# Reverse
190NORSUD WSTEST
191# CHECKIN: indicate computation of global, land and sea field integrals.
192 INT=1
193# Mask value
194888888.
195# Extrapolation method
196NINENN 2 1 1
197# Interpolation method
198BICUBIPS  Z   SCALAR
199# CHECKOUT: indicate computation of global, land and sea field integrals.
200 INT=1
201#
202###########################################################################
203# Field 6 : stress along Y axis (a->o tau 1)
204#
205COTAUYYU O_OTauy1 23 86400  6  flxat.nc  <output_mode>
206tlmd    uorc  LAG=1800
207P  0 P  2
208INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
209# Reverse
210NORSUD WSTEST
211# CHECKIN: indicate computation of global, land and sea field integrals.
212 INT=1
213# Mask value
214888888.
215# Extrapolation method
216NINENN 2 1 1
217# Interpolation method
218BICUBIPS  Z   SCALAR
219# CHECKOUT: indicate computation of global, land and sea field integrals.
220 INT=1
221#
222###########################################################################
223# Field 7 :wind stress along Z axis (a->o tau 1)
224#
225COTAUZZU O_OTauz1 23 86400  6  flxat.nc  <output_mode>
226tlmd    uorc  LAG=1800
227P  0 P  2
228INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
229# Reverse
230NORSUD WSTEST
231# CHECKIN: indicate computation of global, land and sea field integrals.
232 INT=1
233# Mask value
234888888.
235# Extrapolation method
236NINENN 2 1 1
237# Interpolation method
238BICUBIPS  Z   SCALAR
239# CHECKOUT: indicate computation of global, land and sea field integrals.
240 INT=1
241#
242##########################################################################
243# Field 8 : wind stress along X axis 2 (a->o tau 2)
244#
245COTAUXXV O_OTaux2 24 86400  6    flxat.nc  <output_mode>
246tlmd    vorc  LAG=1800
247P  0 P  2
248INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
249# Reverse
250NORSUD WSTEST
251# CHECKIN: indicate computation of global, land and sea field integrals.
252 INT=1
253# Mask value
254888888.
255# Extrapolation method
256NINENN 2 1 1
257# Interpolation method
258BICUBIPS  Z   SCALAR
259# CHECKOUT: indicate computation of global, land and sea field integrals.
260 INT=1
261#
262##########################################################################
263# Field 9 : wind stress along Y axis 2 (a->o tau 2)
264#
265COTAUYYV O_OTauy2 24 86400  6    flxat.nc  <output_mode>
266tlmd    vorc  LAG=1800
267P  0 P  2
268INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
269# Reverse
270NORSUD WSTEST
271# CHECKIN: indicate computation of global, land and sea field integrals.
272 INT=1
273# Mask value
274888888.
275# Extrapolation method
276NINENN 2 1 1
277# Interpolation method
278BICUBIPS  Z   SCALAR
279# CHECKOUT: indicate computation of global, land and sea field integrals.
280 INT=1
281#
282##########################################################################
283# Field 10 :  wind stress along Z axis 2 (a->o tau 2)
284#
285COTAUZZV O_OTauz2 24 86400  6    flxat.nc  <output_mode>
286tlmd    vorc  LAG=1800
287P  0 P  2
288INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
289# Reverse
290NORSUD WSTEST
291# CHECKIN: indicate computation of global, land and sea field integrals.
292 INT=1
293# Mask value
294888888.
295# Extrapolation method
296NINENN 2 1 1
297# Interpolation method
298BICUBIPS  Z   SCALAR
299# CHECKOUT: indicate computation of global, land and sea field integrals.
300 INT=1
301##
302##########################################################################
303# Field 11 : 10-m wind speed (a->o tau 2)
304#
305COWINDSP O_Wind10 36 86400  6    flxat.nc <output_mode>
306tlmd  torc LAG=1800
307P  0 P  2
308INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
309# Reverse
310NORSUD WSTEST
311# CHECKIN: indicate computation of global, land and sea field integrals.
312 INT=1
313# Mask value
314888888.
315# Extrapolation method
316NINENN 2 1 1
317# Interpolation method
318BILINEAR  Z   SCALAR
319# CHECKOUT: indicate computation of global, land and sea field integrals.
320 INT=1
321#
322#########################################################################
323# Field 12 : emp_ice = evap_ice - ( rain_ice + snow_ice ) (a->o flx 7)
324#
325COPEFWAT OPre-Sub 25 86400  4   flxat.nc   <output_mode>
326tlmd    torc  LAG=1800
327P  0 P  2
328INVERT CHECKIN MOZAIC CHECKOUT
329# Reverse
330NORSUD WSTEST
331# CHECKIN: indicate computation of global, land and sea field integrals.
332 INT=1
333# Interpolation method ou parametres mozaic
334wa2o.flx 92  2    14
335# CHECKOUT: indicate computation of global, land and sea field integrals.
336 INT=1
337#
338##########################################################################
339# Field 13 :  sprecip = evap_ice - snow_ice (o->a flx 6)
340#
341COPEFICE  OISub-Sn 25 86400  4   flxat.nc   <output_mode>
342tlmd    torc  LAG=1800
343P  0 P  2
344INVERT CHECKIN MOZAIC CHECKOUT
345# Reverse
346NORSUD WSTEST
347# CHECKIN: indicate computation of global, land and sea field integrals.
348 INT=1
349# Interpolation method ou parametres mozaic
350wa2o.flx 92  2    14
351# CHECKOUT: indicate computation of global, land and sea field integrals.
352 INT=1
353#########################################################################
354# Field 14 : emp = emp_oce = evap_oce - ( rain_oce + snow_oce ) (a->o flx 9)
355#
356COTOSPSU  OOEva-Pr 28 86400  4   flxat.nc   <output_mode>
357tlmd    torc  LAG=1800
358P  0 P  2
359INVERT CHECKIN MOZAIC CHECKOUT
360# Reverse
361NORSUD WSTEST
362# CHECKIN: indicate computation of global, land and sea field integrals.
363 INT=1
364# Interpolation method ou parametres mozaic
365wa2o.flx 92  2    14
366# CHECKOUT: indicate computation of global, land and sea field integrals.
367 INT=1
368##########################################################################
369# Field 15 : Evaporation Ice  (a->o flx 8)
370#
371COICEVAP OIceEvap 27 86400  4   flxat.nc   <output_mode>
372tlmd    torc  LAG=1800
373P  0 P  2
374INVERT CHECKIN MOZAIC CHECKOUT
375# Reverse
376NORSUD WSTEST
377# CHECKIN: indicate computation of global, land and sea field integrals.
378 INT=1
379# Interpolation method ou parametres mozaic
380wa2o.flx 92  2    14
381# CHECKOUT: indicate computation of global, land and sea field integrals.
382 INT=1
383#
384###########################################################################
385# Field 16 : solar heat flux on ocean (a->o flx 2)
386#
387COSWFLDO O_QsrOce  7 86400 4   flxat.nc  <output_mode>
388tlmd    torc  LAG=1800
389P  0 P  2
390INVERT CHECKIN MOZAIC CHECKOUT
391# Reverse
392NORSUD WSTEST
393# CHECKIN: indicate computation of global, land and sea field integrals.
394 INT=1
395# Interpolation method or mozaic parameters
396wa2o.flx 92  2    14
397# CHECKOUT: indicate computation of global, land and sea field integrals.
398 INT=1
399#
400#########################################################################
401#
402# Field 17 : Non solar heat flux on ocean (a->o flx 4)
403#
404CONSFLDO O_QnsOce 6 86400  4   flxat.nc  <output_mode>
405tlmd    torc   LAG=1800
406P  0 P  2
407INVERT CHECKIN MOZAIC CHECKOUT
408# Reverse
409NORSUD WSTEST
410# CHECKIN: indicate computation of global, land and sea field integrals.
411 INT=1
412# Interpolation method ou parametres mozaic
413wa2o.flx 92  2    14
414# CHECKOUT: indicate computation of global, land and sea field integrals.
415 INT=1
416#
417###########################################################################
418# Field 18 : solar heat flux on ice (a->o flx 1)
419#
420COSHFLIC O_QsrIce  7 86400 4   flxat.nc  <output_mode>
421tlmd    torc  LAG=1800
422P  0 P  2
423INVERT CHECKIN MOZAIC CHECKOUT
424# Reverse
425NORSUD WSTEST
426# CHECKIN: indicate computation of global, land and sea field integrals.
427 INT=1
428# Interpolation method or mozaic parameters
429wa2o.flx 92  2    14 
430# CHECKOUT: indicate computation of global, land and sea field integrals.
431 INT=1
432#
433############################################################################
434# Field 19 : Non solar heat flux on ice (a->o flx 3)
435#
436CONSFLIC O_QnsIce 6 86400  4  flxat.nc  <output_mode>
437tlmd    torc  LAG=1800
438P  0 P  2
439INVERT CHECKIN MOZAIC CHECKOUT
440# Reverse
441NORSUD WSTEST
442# CHECKIN: indicate computation of global, land and sea field integrals.
443 INT=1
444# Interpolation method ou parametres mozaic
445wa2o.flx 92  2    14
446# CHECKOUT: indicate computation of global, land and sea field integrals.
447 INT=1
448#
449############################################################################
450# Field 20 : Non solar heat flux derivative (o->a flx 5)
451#
452CODFLXDT O_dQnsdT  35 86400  4   flxat.nc  <output_mode>
453tlmd    torc  LAG=1800
454P  0 P  2
455INVERT CHECKIN MOZAIC CHECKOUT
456# Reverse
457NORSUD WSTEST
458# CHECKIN: indicate computation of global, land and sea field integrals.
459 INT=1
460# Interpolation method ou parametres mozaic
461wa2o.flx 92  2    14
462# CHECKOUT: indicate computation of global, land and sea field integrals.
463 INT=1
464#
465#########################################################################
466# Field 21 : iceberg calving (a->o flx 12)
467#
468CRWOCEIS OCalving  32 86400  4  flxat.nc  <output_mode>
469tlmd    torc  LAG=1800
470P  0 P  2
471INVERT CHECKIN MOZAIC CHECKOUT
472# Reverse
473NORSUD WSTEST
474# CHECKIN: indicate computation of global, land and sea field integrals.
475 INT=1
476# Interpolation method ou parametres mozaic
477wa2o.cal  98   5   36
478# CHECKOUT: indicate computation of global, land and sea field integrals.
479 INT=1
480#
481#########################################################################
482# Field 22 : river run-off (a->o flx 11)
483#
484CRWOCERD  O_Runoff 32 86400  5  flxat.nc   <output_mode>
485tlmd    torc  LAG=1800
486P  0 P  2
487INVERT CHECKIN MOZAIC BLASNEW CHECKOUT
488# Reverse
489NORSUD WSTEST
490# CHECKIN: indicate computation of global, land and sea field integrals.
491 INT=1
492# Interpolation method ou parametres mozaic
493wa2o.run 94    4   158
494# change units from m/s to kg/s, change of sign
495# weights convert from kg/s to kg/m^2/s
4961000.0 0
497# CHECKOUT: indicate computation of global, land and sea field integrals.
498 INT=1
499#
500###########################################################################
501#
502 $END
Note: See TracBrowser for help on using the repository browser.