source: CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/PARAM/namcouple_ORCA2xLMD144142 @ 2322

Last change on this file since 2322 was 2262, checked in by aclsce, 10 years ago

Changed LMDZ component name for Oasis : now LMDZ to fit with the use of LMDZ trunk rev 2064.

File size: 16.3 KB
RevLine 
[409]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
[561]31<lib_mpi>
[409]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
[844]40            25
[409]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
[2262]54  2  LMDZ oceanx
[409]55 $END
56###############################################################################
57#
58# RUNTIME: total simulated time for the actual run in seconds (<I8)
59#
60 $RUNTIME
[561]61 <total_time>
[409]62 $END
63###############################################################################
64#
65# INIDATE (I8)
66#         initial date of the run (YYYYMMDD)         
67#
68 $INIDATE
[561]69 <initial_date>
[409]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
[811]97 <calendar_type>
[409]98 $END
99#
100#
101###############################################################################
102 $STRINGS
103###############################################################################
104#
105#                      OCEAN  --->>>  ATMOS
106#                      --------------------
[583]107# Field 1 : Weighted Sea surface temperature (o->a 1)
[409]108#
[561]109O_SSTSST SISUTESW 1 86400  5  sstoc.nc  <output_mode>
[409]110torc  tlmd  LAG=5760
111P  2 P  0
112LOCTRANS CHECKIN MOZAIC CHECKOUT REVERSE
[561]113# LOCTRANS: AVERAGE to average value over coupling period
[409]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  12
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#
[583]128OIceFrac SIICECOV 44 86400  5  sstoc.nc <output_mode>
[409]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 12
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#
[561]146O_TepIce SIICTEMW 34 86400  5  sstoc.nc  <output_mode>
[409]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  12
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#
[561]163O_AlbIce  SIICEALW 17 86400  5  sstoc.nc  <output_mode>
[409]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 12
173# CHECKOUT: indicate computation of global, land and sea field integrals.
174 INT=1
175#
176NORSUD   WSTEST
[583]177#
[409]178############################################################################
[754]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
[409]187#
[754]188wo2a.tsg 93  1 12
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 12
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 12
220# CHECKOUT: indicate computation of global, land and sea field integrals.
221 INT=1 
222
223NORSUD   WSTEST
224#############################################################################
225#
[409]226#                      ATMOSPHERE  --->>>  OCEAN
227#                      -------------------------
228############################################################################   
[844]229# Field 8 : wind stress along X axis (a->o 1)
[409]230#
[561]231COTAUXXU O_OTaux1 23 86400  6  flxat.nc   <output_mode>
[1548]232tlmd    uorc  LAG=<lag_atm>
[409]233P  0 P  2
234INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
235# Reverse
236NORSUD WSTEST
237# CHECKIN: indicate computation of global, land and sea field integrals.
238 INT=1
239# Mask value
240888888.
241# Extrapolation method
242NINENN 2 1 1
243# Interpolation method
244BICUBIPS  Z   SCALAR
245# CHECKOUT: indicate computation of global, land and sea field integrals.
246 INT=1
247#
248###########################################################################
[844]249# Field 9 : stress along Y axis (a->o 2)
[409]250#
[561]251COTAUYYU O_OTauy1 23 86400  6  flxat.nc  <output_mode>
[1548]252tlmd    uorc  LAG=<lag_atm>
[409]253P  0 P  2
254INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
255# Reverse
256NORSUD WSTEST
257# CHECKIN: indicate computation of global, land and sea field integrals.
258 INT=1
259# Mask value
260888888.
261# Extrapolation method
262NINENN 2 1 1
263# Interpolation method
264BICUBIPS  Z   SCALAR
265# CHECKOUT: indicate computation of global, land and sea field integrals.
266 INT=1
267#
268###########################################################################
[844]269# Field 10 :wind stress along Z axis (a->o 3)
[409]270#
[561]271COTAUZZU O_OTauz1 23 86400  6  flxat.nc  <output_mode>
[1548]272tlmd    uorc  LAG=<lag_atm>
[409]273P  0 P  2
274INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
275# Reverse
276NORSUD WSTEST
277# CHECKIN: indicate computation of global, land and sea field integrals.
278 INT=1
279# Mask value
280888888.
281# Extrapolation method
282NINENN 2 1 1
283# Interpolation method
284BICUBIPS  Z   SCALAR
285# CHECKOUT: indicate computation of global, land and sea field integrals.
286 INT=1
287#
288##########################################################################
[844]289# Field 11 : wind stress along X axis 2 (a->o 4)
[409]290#
[561]291COTAUXXV O_OTaux2 24 86400  6    flxat.nc  <output_mode>
[1548]292tlmd    vorc  LAG=<lag_atm>
[409]293P  0 P  2
294INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
295# Reverse
296NORSUD WSTEST
297# CHECKIN: indicate computation of global, land and sea field integrals.
298 INT=1
299# Mask value
300888888.
301# Extrapolation method
302NINENN 2 1 1
303# Interpolation method
304BICUBIPS  Z   SCALAR
305# CHECKOUT: indicate computation of global, land and sea field integrals.
306 INT=1
307#
308##########################################################################
[844]309# Field 12 : wind stress along Y axis 2 (a->o 5)
[409]310#
[561]311COTAUYYV O_OTauy2 24 86400  6    flxat.nc  <output_mode>
[1548]312tlmd    vorc  LAG=<lag_atm>
[409]313P  0 P  2
314INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
315# Reverse
316NORSUD WSTEST
317# CHECKIN: indicate computation of global, land and sea field integrals.
318 INT=1
319# Mask value
320888888.
321# Extrapolation method
322NINENN 2 1 1
323# Interpolation method
324BICUBIPS  Z   SCALAR
325# CHECKOUT: indicate computation of global, land and sea field integrals.
326 INT=1
327#
328##########################################################################
[844]329# Field 13 :  wind stress along Z axis 2 (a->o 6)
[409]330#
[561]331COTAUZZV O_OTauz2 24 86400  6    flxat.nc  <output_mode>
[1548]332tlmd    vorc  LAG=<lag_atm>
[409]333P  0 P  2
334INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
335# Reverse
336NORSUD WSTEST
337# CHECKIN: indicate computation of global, land and sea field integrals.
338 INT=1
339# Mask value
340888888.
341# Extrapolation method
342NINENN 2 1 1
343# Interpolation method
344BICUBIPS  Z   SCALAR
345# CHECKOUT: indicate computation of global, land and sea field integrals.
346 INT=1
[583]347#
[844]348##########################################################################
349# Field 14 :  wind speed 10m (a->o 7)
350#
351COWINDSP O_Wind10  56 86400  6    flxat.nc  <output_mode>
[1548]352tlmd    torc  LAG=<lag_atm>
[844]353P  0 P  2
354INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
355# Reverse
356NORSUD WSTEST
357# CHECKIN: indicate computation of global, land and sea field integrals.
358 INT=1
359# Mask value
360888888.
361# Extrapolation method
362NINENN 2 1 1
363# Interpolation method
364BICUBIPS  Z   SCALAR
365# CHECKOUT: indicate computation of global, land and sea field integrals.
366 INT=1
367#
[561]368#########################################################################
[844]369# Field 15 : Total rain (a->o 8)
[409]370#
[583]371COTOTRAI OTotRain 26  86400  4   flxat.nc   <output_mode>
[1548]372tlmd    torc  LAG=<lag_atm>
[409]373P  0 P  2
[561]374INVERT CHECKIN MOZAIC CHECKOUT
[409]375# Reverse
376NORSUD WSTEST
377# CHECKIN: indicate computation of global, land and sea field integrals.
378 INT=1
[561]379# Interpolation method ou parametres mozaic
380wa2o.flx 92  2   32
[409]381# CHECKOUT: indicate computation of global, land and sea field integrals.
382 INT=1
383#
[561]384##########################################################################
[844]385# Field 16 :  Total snow (o->a 9)
[409]386#
[583]387COTOTSNO  OTotSnow 28  86400  4   flxat.nc   <output_mode>
[1548]388tlmd    torc  LAG=<lag_atm>
[409]389P  0 P  2
[561]390INVERT CHECKIN MOZAIC CHECKOUT
[409]391# Reverse
392NORSUD WSTEST
393# CHECKIN: indicate computation of global, land and sea field integrals.
394 INT=1
395# Interpolation method ou parametres mozaic
[561]396wa2o.flx 92  2    32
[409]397# CHECKOUT: indicate computation of global, land and sea field integrals.
398 INT=1
399#
400##########################################################################
[844]401# Field 17 : Total evap (a->o 10)
[409]402#
[583]403COTOTEVA  OTotEvap  25 86400  4   flxat.nc   <output_mode>
[1548]404tlmd    torc  LAG=<lag_atm>
[409]405P  0 P  2
[561]406INVERT CHECKIN MOZAIC CHECKOUT
[409]407# Reverse
408NORSUD WSTEST
409# CHECKIN: indicate computation of global, land and sea field integrals.
410 INT=1
411# Interpolation method ou parametres mozaic
412wa2o.flx 92  2    32
413# CHECKOUT: indicate computation of global, land and sea field integrals.
414 INT=1
415#
416##########################################################################
[844]417# Field 18 : Evaporation Ice  (a->o 11)
[409]418#
[583]419COICEVAP OIceEvap 41 86400  4   flxat.nc   <output_mode>
[1548]420tlmd    torc  LAG=<lag_atm>
[409]421P  0 P  2
422INVERT CHECKIN MOZAIC CHECKOUT
423# Reverse
424NORSUD WSTEST
425# CHECKIN: indicate computation of global, land and sea field integrals.
426 INT=1
427# Interpolation method ou parametres mozaic
428wa2o.flx 92  2    32
429# CHECKOUT: indicate computation of global, land and sea field integrals.
430 INT=1
[561]431#
[409]432##########################################################################
[844]433# Field 19 : Total solar heat flux (a->o 12)
[409]434#
[583]435COQSRMIX  O_QsrMix  7 86400 4   flxat.nc  <output_mode>
[1548]436tlmd    torc  LAG=<lag_atm>
[409]437P  0 P  2
438INVERT CHECKIN MOZAIC CHECKOUT
439# Reverse
440NORSUD WSTEST
441# CHECKIN: indicate computation of global, land and sea field integrals.
442 INT=1
443# Interpolation method or mozaic parameters
444wa2o.flx 92  2  32
445# CHECKOUT: indicate computation of global, land and sea field integrals.
446 INT=1
[561]447#
[409]448#########################################################################
[844]449# Field 20 : Total Non solar heat flux (a->o 13)
[409]450#
[583]451COQNSMIX  O_QnsMix 6 86400  4   flxat.nc  <output_mode>
[1548]452tlmd    torc   LAG=<lag_atm>
[409]453P  0 P  2
454INVERT CHECKIN MOZAIC CHECKOUT
455# Reverse
456NORSUD WSTEST
457# CHECKIN: indicate computation of global, land and sea field integrals.
458 INT=1
459# Interpolation method ou parametres mozaic
460wa2o.flx 92  2    32
461# CHECKOUT: indicate computation of global, land and sea field integrals.
462 INT=1
[561]463#
[409]464##########################################################################
[844]465# Field 21 : solar heat flux on ice (a->o 14)
[409]466#
[561]467COSHFICE O_QsrIce  7 86400 4   flxat.nc  <output_mode>
[1548]468tlmd    torc  LAG=<lag_atm>
[409]469P  0 P  2
470INVERT CHECKIN MOZAIC CHECKOUT
471# Reverse
472NORSUD WSTEST
473# CHECKIN: indicate computation of global, land and sea field integrals.
474 INT=1
475# Interpolation method or mozaic parameters
476wa2o.flx 92  2    32
477# CHECKOUT: indicate computation of global, land and sea field integrals.
478 INT=1
479#
480##########################################################################
[844]481# Field 22 : Non solar heat flux on ice (a->o 15)
[409]482#
[561]483CONSFICE  O_QnsIce 6 86400  4  flxat.nc  <output_mode>
[1548]484tlmd    torc  LAG=<lag_atm>
[409]485P  0 P  2
486INVERT CHECKIN MOZAIC CHECKOUT
487# Reverse
488NORSUD WSTEST
489# CHECKIN: indicate computation of global, land and sea field integrals.
490 INT=1
491# Interpolation method ou parametres mozaic
492wa2o.flx 92  2    32
493# CHECKOUT: indicate computation of global, land and sea field integrals.
494 INT=1
495#
496############################################################################
[844]497# Field 23 : Non solar heat flux derivative (a->o 16)
[409]498#
[561]499CODFLXDT O_dQnsdT  35 86400  4   flxat.nc  <output_mode>
[1548]500tlmd    torc  LAG=<lag_atm>
[409]501P  0 P  2
502INVERT CHECKIN MOZAIC CHECKOUT
503# Reverse
504NORSUD WSTEST
505# CHECKIN: indicate computation of global, land and sea field integrals.
506 INT=1
507# Interpolation method ou parametres mozaic
508wa2o.flx 92  2    32
509# CHECKOUT: indicate computation of global, land and sea field integrals.
510 INT=1
[561]511#
[409]512###########################################################################
[844]513# Field 24 : iceberg calving (a->o 17)
[409]514#
[583]515COCALVIN OCalving  36 86400  4  flxat.nc  <output_mode>
[1548]516tlmd    torc  LAG=<lag_atm>
[409]517P  0 P  2
[561]518INVERT CHECKIN MOZAIC CHECKOUT
[409]519# Reverse
520NORSUD WSTEST
521# CHECKIN: indicate computation of global, land and sea field integrals.
522 INT=1
523# Interpolation method ou parametres mozaic
524wa2o.cal  98   5   71
525# CHECKOUT: indicate computation of global, land and sea field integrals.
526 INT=1
[561]527#
[409]528############################################################################
[844]529# Field 25 : liquid run-off (river + direct)  (a->o 18)
[409]530#
[561]531COLIQRUN  O_Runoff 32 86400  5  flxat.nc   <output_mode>
[1548]532tlmd    torc  LAG=<lag_atm>
[409]533P  0 P  2
534INVERT CHECKIN MOZAIC BLASNEW CHECKOUT
535# Reverse
536NORSUD WSTEST
537# CHECKIN: indicate computation of global, land and sea field integrals.
538 INT=1
539# Interpolation method ou parametres mozaic
540wa2o.run 94    4   513
541# change units from m/s to kg/s, change of sign
542# weights convert from kg/s to kg/m^2/s
[561]5431000.0 0
[409]544# CHECKOUT: indicate computation of global, land and sea field integrals.
545 INT=1
546#
547############################################################################
[844]548# Field 26 : wind stress module (a->o 19)
[409]549#
[819]550##COTAUMOD  O_TauMod 466 86400  6   flxat.nc   <output_mode>
[1548]551##tlmd    torc  LAG=<lag_atm>
[819]552##P  0 P  2
553##INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
554# Reverse
555##NORSUD WSTEST
556# CHECKIN: indicate computation of global, land and sea field integrals.
557## INT=1
558# Mask value
559##888888.
560# Extrapolation method
561##NINENN 2 1 1
562# Interpolation method
563##BICUBIPS  Z   SCALAR
564# CHECKOUT: indicate computation of global, land and sea field integrals.
565## INT=1
566#
567#########################################################################
568#
[409]569 $END
Note: See TracBrowser for help on using the repository browser.