source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/PARAM/namcouple_ORCA2xLMD5655 @ 754

Last change on this file since 754 was 754, checked in by aclsce, 15 years ago

Added surface currents(ice and oce) to send from the ocean to the atmosphere as
coupling fields.

File size: 15.1 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            24
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 : Weighted 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  35
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 44 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 35
138# CHECKOUT: indicate computation of global, land and sea field integrals.
139 INT=1
140#
141NORSUD   WSTEST
142#
143############################################################################
144# Field 3 : Weighted Sea Ice Temperature (o->a 3)
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  35
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 albedo (o->a 4)
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 35
173# CHECKOUT: indicate computation of global, land and sea field integrals.
174 INT=1
175#
176NORSUD   WSTEST
177#
178############################################################################
179# Field 5 : Current surface (o->a 5)
180O_OCurx1 CURRENTX 321 86400  5  sstoc.nc  <output_mode>
181torc    tlmd  LAG=5760
182P  2 P  0
183LOCTRANS CHECKIN MOZAIC CHECKOUT REVERSE
184 AVERAGE
185# CHECKIN: indicate computation of global, land and sea field integrals.
186 INT=1
187#
188wo2a.tsg 93  1 35
189# CHECKOUT: indicate computation of global, land and sea field integrals.
190 INT=1
191#
192NORSUD   WSTEST
193#
194############################################################################
195# Field 6 : Current surface (o->a 6)
196O_OCury1 CURRENTY 321 86400  5  sstoc.nc  <output_mode>
197torc    tlmd  LAG=5760
198P  2 P  0
199LOCTRANS CHECKIN MOZAIC CHECKOUT REVERSE 
200 AVERAGE
201# CHECKIN: indicate computation of global, land and sea field integrals.
202 INT=1
203#
204wo2a.tsg 93  1 35
205# CHECKOUT: indicate computation of global, land and sea field integrals.
206 INT=1
207
208NORSUD   WSTEST
209############################################################################
210# Field 7 : Current surface (o->a 7)
211O_OCurz1 CURRENTZ 321 86400  5  sstoc.nc  <output_mode>
212torc    tlmd  LAG=5760
213P  2 P  0
214LOCTRANS CHECKIN MOZAIC CHECKOUT REVERSE
215 AVERAGE
216# CHECKIN: indicate computation of global, land and sea field integrals.
217 INT=1
218#
219wo2a.tsg 93  1 35
220# CHECKOUT: indicate computation of global, land and sea field integrals.
221 INT=1 
222
223NORSUD   WSTEST
224############################################################################
225#
226#                      ATMOSPHERE  --->>>  OCEAN
227#                      -------------------------
228############################################################################   
229#
230# Field 5 : wind stress along X axis (a->o tau 1)
231#
232COTAUXXU O_OTaux1 23 86400  6  flxat.nc   <output_mode>
233tlmd    uorc  LAG=1800
234P  0 P  2
235INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
236# Reverse
237NORSUD WSTEST
238# CHECKIN: indicate computation of global, land and sea field integrals.
239 INT=1
240# Mask value
241888888.
242# Extrapolation method
243NINENN 2 1 1
244# Interpolation method
245BICUBIPS  Z   SCALAR
246# CHECKOUT: indicate computation of global, land and sea field integrals.
247 INT=1
248#
249###########################################################################
250#
251# Field 6 : stress along Y axis (a->o tau 1)
252#
253COTAUYYU O_OTauy1 23 86400  6  flxat.nc  <output_mode>
254tlmd    uorc  LAG=1800
255P  0 P  2
256INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
257# Reverse
258NORSUD WSTEST
259# CHECKIN: indicate computation of global, land and sea field integrals.
260 INT=1
261# Mask value
262888888.
263# Extrapolation method
264NINENN 2 1 1
265# Interpolation method
266BICUBIPS  Z   SCALAR
267# CHECKOUT: indicate computation of global, land and sea field integrals.
268 INT=1
269#
270###########################################################################
271#
272# Field 7 :wind stress along Z axis (a->o tau 1)
273#
274COTAUZZU O_OTauz1 23 86400  6  flxat.nc  <output_mode>
275tlmd    uorc  LAG=1800
276P  0 P  2
277INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
278# Reverse
279NORSUD WSTEST
280# CHECKIN: indicate computation of global, land and sea field integrals.
281 INT=1
282# Mask value
283888888.
284# Extrapolation method
285NINENN 2 1 1
286# Interpolation method
287BICUBIPS  Z   SCALAR
288# CHECKOUT: indicate computation of global, land and sea field integrals.
289 INT=1
290#
291##########################################################################
292#
293# Field 8 : wind stress along X axis 2 (a->o tau 2)
294#
295COTAUXXV O_OTaux2 24 86400  6    flxat.nc  <output_mode>
296tlmd    vorc  LAG=1800
297P  0 P  2
298INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
299# Reverse
300NORSUD WSTEST
301# CHECKIN: indicate computation of global, land and sea field integrals.
302 INT=1
303# Mask value
304888888.
305# Extrapolation method
306NINENN 2 1 1
307# Interpolation method
308BICUBIPS  Z   SCALAR
309# CHECKOUT: indicate computation of global, land and sea field integrals.
310 INT=1
311#
312##########################################################################
313#
314# Field 9 : wind stress along Y axis 2 (a->o tau 2)
315#
316COTAUYYV O_OTauy2 24 86400  6    flxat.nc  <output_mode>
317tlmd    vorc  LAG=1800
318P  0 P  2
319INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
320# Reverse
321NORSUD WSTEST
322# CHECKIN: indicate computation of global, land and sea field integrals.
323 INT=1
324# Mask value
325888888.
326# Extrapolation method
327NINENN 2 1 1
328# Interpolation method
329BICUBIPS  Z   SCALAR
330# CHECKOUT: indicate computation of global, land and sea field integrals.
331 INT=1
332#
333##########################################################################
334#
335# Field 10 :  wind stress along Z axis 2 (a->o tau 2)
336#
337COTAUZZV O_OTauz2 24 86400  6    flxat.nc  <output_mode>
338tlmd    vorc  LAG=1800
339P  0 P  2
340INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
341# Reverse
342NORSUD WSTEST
343# CHECKIN: indicate computation of global, land and sea field integrals.
344 INT=1
345# Mask value
346888888.
347# Extrapolation method
348NINENN 2 1 1
349# Interpolation method
350BICUBIPS  Z   SCALAR
351# CHECKOUT: indicate computation of global, land and sea field integrals.
352 INT=1
353#
354#########################################################################
355#
356# Field 11 : Total rain (a->o flx 7)
357#
358COTOTRAI OTotRain 26 86400  4   flxat.nc   <output_mode>
359tlmd    torc  LAG=1800
360P  0 P  2
361INVERT CHECKIN MOZAIC CHECKOUT
362# Reverse
363NORSUD WSTEST
364# CHECKIN: indicate computation of global, land and sea field integrals.
365 INT=1
366# Interpolation method ou parametres mozaic
367wa2o.flx 92  2    7
368# CHECKOUT: indicate computation of global, land and sea field integrals.
369 INT=1
370#
371##########################################################################
372#
373# Field 12 :  Total snow (o->a flx 6)
374#
375COTOTSNO  OTotSnow 28 86400  4   flxat.nc   <output_mode>
376tlmd    torc  LAG=1800
377P  0 P  2
378INVERT CHECKIN MOZAIC CHECKOUT
379# Reverse
380NORSUD WSTEST
381# CHECKIN: indicate computation of global, land and sea field integrals.
382 INT=1
383# Interpolation method ou parametres mozaic
384wa2o.flx 92  2    7
385# CHECKOUT: indicate computation of global, land and sea field integrals.
386 INT=1
387#
388#########################################################################
389#
390# Field 13 : Total evap (a->o flx 9)
391#
392COTOTEVA  OTotEvap 25 86400  4   flxat.nc   <output_mode>
393tlmd    torc  LAG=1800
394P  0 P  2
395INVERT CHECKIN MOZAIC CHECKOUT
396# Reverse
397NORSUD WSTEST
398# CHECKIN: indicate computation of global, land and sea field integrals.
399 INT=1
400# Interpolation method ou parametres mozaic
401wa2o.flx 92  2    7
402# CHECKOUT: indicate computation of global, land and sea field integrals.
403 INT=1
404#
405##########################################################################
406#
407# Field 14 : Evaporation Ice  (a->o flx 8)
408#
409COICEVAP OIceEvap 41 86400  4   flxat.nc   <output_mode>
410tlmd    torc  LAG=1800
411P  0 P  2
412INVERT CHECKIN MOZAIC CHECKOUT
413# Reverse
414NORSUD WSTEST
415# CHECKIN: indicate computation of global, land and sea field integrals.
416 INT=1
417# Interpolation method ou parametres mozaic
418wa2o.flx 92  2    7
419# CHECKOUT: indicate computation of global, land and sea field integrals.
420 INT=1
421#
422###########################################################################
423#
424# Field 15 : Total solar heat flux (a->o flx 2)
425#
426COQSRMIX  O_QsrMix  7 86400 4   flxat.nc  <output_mode>
427tlmd    torc  LAG=1800
428P  0 P  2
429INVERT CHECKIN MOZAIC CHECKOUT
430# Reverse
431NORSUD WSTEST
432# CHECKIN: indicate computation of global, land and sea field integrals.
433 INT=1
434# Interpolation method or mozaic parameters
435wa2o.flx 92  2    7
436# CHECKOUT: indicate computation of global, land and sea field integrals.
437 INT=1
438#
439#########################################################################
440#
441# Field 16 : Total Non solar heat flux  (a->o flx 4)
442#
443COQNSMIX  O_QnsMix 6 86400  4   flxat.nc  <output_mode>
444tlmd    torc   LAG=1800
445P  0 P  2
446INVERT CHECKIN MOZAIC CHECKOUT
447# Reverse
448NORSUD WSTEST
449# CHECKIN: indicate computation of global, land and sea field integrals.
450 INT=1
451# Interpolation method ou parametres mozaic
452wa2o.flx 92  2    7
453# CHECKOUT: indicate computation of global, land and sea field integrals.
454 INT=1
455#
456###########################################################################
457#
458# Field 17 : solar heat flux on ice (a->o flx 1)
459#
460COSHFICE O_QsrIce  7 86400 4   flxat.nc  <output_mode>
461tlmd    torc  LAG=1800
462P  0 P  2
463INVERT CHECKIN MOZAIC CHECKOUT
464# Reverse
465NORSUD WSTEST
466# CHECKIN: indicate computation of global, land and sea field integrals.
467 INT=1
468# Interpolation method or mozaic parameters
469wa2o.flx 92  2    7
470# CHECKOUT: indicate computation of global, land and sea field integrals.
471 INT=1
472#
473############################################################################
474#
475# Field 18 : Non solar heat flux on ice (a->o flx 3)
476#
477CONSFICE O_QnsIce 6 86400  4  flxat.nc  <output_mode>
478tlmd    torc  LAG=1800
479P  0 P  2
480INVERT CHECKIN MOZAIC CHECKOUT
481# Reverse
482NORSUD WSTEST
483# CHECKIN: indicate computation of global, land and sea field integrals.
484 INT=1
485# Interpolation method ou parametres mozaic
486wa2o.flx 92  2    7
487# CHECKOUT: indicate computation of global, land and sea field integrals.
488 INT=1
489#
490############################################################################
491#
492# Field 19 : Non solar heat flux derivative (o->a flx 5)
493#
494CODFLXDT O_dQnsdT  35 86400  4   flxat.nc  <output_mode>
495tlmd    torc  LAG=1800
496P  0 P  2
497INVERT CHECKIN MOZAIC CHECKOUT
498# Reverse
499NORSUD WSTEST
500# CHECKIN: indicate computation of global, land and sea field integrals.
501 INT=1
502# Interpolation method ou parametres mozaic
503wa2o.flx 92  2    7
504# CHECKOUT: indicate computation of global, land and sea field integrals.
505 INT=1
506#
507#########################################################################
508#
509# Field 20 : iceberg calving (a->o flx 12)
510#
511COCALVIN OCalving  36 86400  4  flxat.nc  <output_mode>
512tlmd    torc  LAG=1800
513P  0 P  2
514INVERT CHECKIN MOZAIC CHECKOUT
515# Reverse
516NORSUD WSTEST
517# CHECKIN: indicate computation of global, land and sea field integrals.
518 INT=1
519# Interpolation method ou parametres mozaic
520wa2o.cal  98   5   27
521# CHECKOUT: indicate computation of global, land and sea field integrals.
522 INT=1
523#
524#########################################################################
525#
526# Field 21 : liquid run-off (river + direct)  (a->o flx 11)
527#
528COLIQRUN  O_Runoff 32 86400  5  flxat.nc   <output_mode>
529tlmd    torc  LAG=1800
530P  0 P  2
531INVERT CHECKIN MOZAIC BLASNEW CHECKOUT
532# Reverse
533NORSUD WSTEST
534# CHECKIN: indicate computation of global, land and sea field integrals.
535 INT=1
536# Interpolation method ou parametres mozaic
537wa2o.run 94    4   129
538# change units from m/s to kg/s
539# weights convert from kg/s to kg/m^2/s
5401000.0 0
541# CHECKOUT: indicate computation of global, land and sea field integrals.
542 INT=1
543#
544###########################################################################
545#
546 $END
Note: See TracBrowser for help on using the repository browser.