source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_WORK/EXP00/PARAM/namcouple_ORCA2xLMD9695 @ 561

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

Modified IPSLCM5_WORK configuration to be coherent with IPSLCM5
configuration

File size: 14.0 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            21
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#
109# Field 1 : Weighted sea surface temperature (o->a 1)
110#
111O_SSTSST  SISUTESW 1 86400  5  sstoc.nc  <output_mode>
112torc  tlmd  LAG=5760
113P  2 P  0
114LOCTRANS CHECKIN MOZAIC CHECKOUT REVERSE
115# LOCTRANS: AVERAGE to average value over coupling period
116 AVERAGE
117# CHECKIN: indicate computation of global, land and sea field integrals.
118 INT=1
119# Mozaic: 1) mapping filename 2) connected unit 3) dataset rank 4) Maximum
120#         number of overlapped neighbors
121wo2a.tsg 93  1  15
122# CHECKOUT: indicate computation of global, land and sea field integrals.
123 INT=1
124#
125  NORSUD   WSTEST
126#
127############################################################################
128#
129# Field 2 : Sea ice extent  (o->a 2)
130#
131OIceFrac SIICECOV 2 86400  5  sstoc.nc <output_mode>
132torc  tlmd   LAG=5760
133P  2 P  0
134#
135LOCTRANS CHECKIN MOZAIC  CHECKOUT  REVERSE
136 AVERAGE
137# CHECKIN: indicate computation of global, land and sea field integrals.
138 INT=1
139#
140wo2a.tsg 93  1 15
141# CHECKOUT: indicate computation of global, land and sea field integrals.
142 INT=1
143#
144NORSUD   WSTEST
145#
146############################################################################
147#
148# Field 4 : Weighted Sea Ice Temperature (o->a 3)
149#
150O_TepIce  SIICTEMW 34 86400  5  sstoc.nc  <output_mode>
151torc  tlmd   LAG=5760
152P  2 P  0
153LOCTRANS CHECKIN MOZAIC CHECKOUT REVERSE
154 AVERAGE
155# CHECKIN: indicate computation of global, land and sea field integrals.
156 INT=1
157#
158wo2a.tsg 93  1  15
159# CHECKOUT: indicate computation of global, land and sea field integrals.
160 INT=1
161#
162  NORSUD   WSTEST
163############################################################################
164#
165# Field 3 : Weighted Sea ice albedo (o->a 4)
166#
167O_AlbIce  SIICEALW 17 86400  5  sstoc.nc  <output_mode>
168torc  tlmd  LAG=5760 
169P  2 P  0
170#
171LOCTRANS CHECKIN MOZAIC CHECKOUT  REVERSE
172 AVERAGE
173# CHECKIN: indicate computation of global, land and sea field integrals.
174 INT=1
175#
176wo2a.tsg 93  1 15
177# CHECKOUT: indicate computation of global, land and sea field integrals.
178 INT=1
179#
180NORSUD   WSTEST
181#
182############################################################################
183#
184#                      ATMOSPHERE  --->>>  OCEAN
185#                      -------------------------
186############################################################################   
187#
188# Field 5 : wind stress along X axis (a->o tau 1)
189#
190COTAUXXU O_OTaux1 23 86400  6  flxat.nc   <output_mode>
191tlmd    uorc  LAG=1800
192P  0 P  2
193INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
194# Reverse
195NORSUD WSTEST
196# CHECKIN: indicate computation of global, land and sea field integrals.
197 INT=1
198# Mask value
199888888.
200# Extrapolation method
201NINENN 2 1 1
202# Interpolation method
203BICUBIPS  Z   SCALAR
204# CHECKOUT: indicate computation of global, land and sea field integrals.
205 INT=1
206#
207###########################################################################
208#
209# Field 6 : stress along Y axis (a->o tau 1)
210#
211COTAUYYU O_OTauy1 23 86400  6  flxat.nc  <output_mode>
212tlmd    uorc  LAG=1800
213P  0 P  2
214INVERT CHECKIN MASK EXTRAP INTERP CHECKOUT
215# Reverse
216NORSUD WSTEST
217# CHECKIN: indicate computation of global, land and sea field integrals.
218 INT=1
219# Mask value
220888888.
221# Extrapolation method
222NINENN 2 1 1
223# Interpolation method
224BICUBIPS  Z   SCALAR
225# CHECKOUT: indicate computation of global, land and sea field integrals.
226 INT=1
227#
228###########################################################################
229#
230# Field 7 :wind stress along Z axis (a->o tau 1)
231#
232COTAUZZU O_OTauz1 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 8 : wind stress along X axis 2 (a->o tau 2)
252#
253COTAUXXV O_OTaux2  24 86400  6    flxat.nc  <output_mode>
254tlmd    vorc  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 9 : wind stress along Y axis 2 (a->o tau 2)
273#
274COTAUYYV O_OTauy2  24 86400  6    flxat.nc  <output_mode>
275tlmd    vorc  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 10 :  wind stress along Z axis 2 (a->o tau 2)
294#
295COTAUZZV O_OTauz2  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 11 : emp_ice = evap_ice - ( rain_ice + snow_ice ) (a->o flx 7)
315#
316COEMPSIC OSubMPre 25 86400  4   flxat.nc   <output_mode>
317tlmd    torc  LAG=1800
318P  0 P  2
319INVERT CHECKIN MOZAIC CHECKOUT
320# Reverse
321NORSUD WSTEST
322# CHECKIN: indicate computation of global, land and sea field integrals.
323 INT=1
324# Interpolation method ou parametres mozaic
325wa2o.flx 92  2    18
326# CHECKOUT: indicate computation of global, land and sea field integrals.
327 INT=1
328#
329##########################################################################
330#
331# Field 12 :  sprecip = evap_ice - snow_ice (o->a flx 6)
332#
333CONESOPR  OISubMSn 25 86400  4   flxat.nc   <output_mode>
334tlmd    torc  LAG=1800
335P  0 P  2
336INVERT CHECKIN MOZAIC CHECKOUT
337# Reverse
338NORSUD WSTEST
339# CHECKIN: indicate computation of global, land and sea field integrals.
340 INT=1
341# Interpolation method ou parametres mozaic
342wa2o.flx 92  2    18
343# CHECKOUT: indicate computation of global, land and sea field integrals.
344 INT=1
345#
346#########################################################################
347#
348# Field 13 : emp = emp_oce = evap_oce - ( rain_oce + snow_oce ) (a->o flx 9)
349#
350COEMPOCE  OOEvaMPr 29 86400  4   flxat.nc   <output_mode>
351tlmd    torc  LAG=1800
352P  0 P  2
353INVERT CHECKIN MOZAIC CHECKOUT
354# Reverse
355NORSUD WSTEST
356# CHECKIN: indicate computation of global, land and sea field integrals.
357 INT=1
358# Interpolation method ou parametres mozaic
359wa2o.flx 92  2    18
360# CHECKOUT: indicate computation of global, land and sea field integrals.
361 INT=1
362#
363##########################################################################
364#
365# Field 14 : Evaporation Ice  (a->o flx 8)
366#
367COICEVAP OIceEvap 41 86400  4   flxat.nc   <output_mode>
368tlmd    torc  LAG=1800
369P  0 P  2
370INVERT CHECKIN MOZAIC CHECKOUT
371# Reverse
372NORSUD WSTEST
373# CHECKIN: indicate computation of global, land and sea field integrals.
374 INT=1
375# Interpolation method ou parametres mozaic
376wa2o.flx 92  2    18
377# CHECKOUT: indicate computation of global, land and sea field integrals.
378 INT=1
379#
380##########################################################################
381#
382# Field 15 : solar heat flux on ocean (a->o flx 2)
383#
384COSHFOCE O_QsrOce  7 86400 4   flxat.nc  <output_mode>
385tlmd    torc  LAG=1800
386P  0 P  2
387INVERT CHECKIN MOZAIC CHECKOUT
388# Reverse
389NORSUD WSTEST
390# CHECKIN: indicate computation of global, land and sea field integrals.
391 INT=1
392# Interpolation method or mozaic parameters
393wa2o.flx 92  2    18
394# CHECKOUT: indicate computation of global, land and sea field integrals.
395 INT=1
396#
397#########################################################################
398#
399# Field 16 : Non solar heat flux on ocean (a->o flx 4)
400#
401CONSFOCE O_QnsOce 6 86400  4   flxat.nc  <output_mode>
402tlmd    torc   LAG=1800
403P  0 P  2
404INVERT CHECKIN MOZAIC CHECKOUT
405# Reverse
406NORSUD WSTEST
407# CHECKIN: indicate computation of global, land and sea field integrals.
408 INT=1
409# Interpolation method ou parametres mozaic
410wa2o.flx 92  2    18
411# CHECKOUT: indicate computation of global, land and sea field integrals.
412 INT=1
413#
414###########################################################################
415#
416# Field 17 : solar heat flux on ice (a->o flx 1)
417#
418COSHFICE O_QsrIce  7 86400 4   flxat.nc  <output_mode>
419tlmd    torc  LAG=1800
420P  0 P  2
421INVERT CHECKIN MOZAIC CHECKOUT
422# Reverse
423NORSUD WSTEST
424# CHECKIN: indicate computation of global, land and sea field integrals.
425 INT=1
426# Interpolation method or mozaic parameters
427wa2o.flx 92  2    18 
428# CHECKOUT: indicate computation of global, land and sea field integrals.
429 INT=1
430#
431############################################################################
432#
433# Field 18 : Non solar heat flux on ice (a->o flx 3)
434#
435CONSFICE O_QnsIce 6 86400  4  flxat.nc  <output_mode>
436tlmd    torc  LAG=1800
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 ou parametres mozaic
444wa2o.flx 92  2    18
445# CHECKOUT: indicate computation of global, land and sea field integrals.
446 INT=1
447#
448############################################################################
449#
450# Field 19 : 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    18
462# CHECKOUT: indicate computation of global, land and sea field integrals.
463 INT=1
464#
465#########################################################################
466#
467# Field 20 : iceberg calving (a->o flx 12)
468#
469COCALVIN OCalving  36 86400  4  flxat.nc  <output_mode>
470tlmd    torc  LAG=1800
471P  0 P  2
472INVERT CHECKIN MOZAIC CHECKOUT
473# Reverse
474NORSUD WSTEST
475# CHECKIN: indicate computation of global, land and sea field integrals.
476 INT=1
477# Interpolation method ou parametres mozaic
478wa2o.cal  98   5   47
479# CHECKOUT: indicate computation of global, land and sea field integrals.
480 INT=1
481#
482#########################################################################
483#
484# Field 21 : liquid run-off (river + direct)  (a->o flx 11)
485#
486COLIQRUN  O_Runoff 32 86400  5  flxat.nc   <output_mode>
487tlmd    torc  LAG=1800
488P  0 P  2
489INVERT CHECKIN MOZAIC BLASNEW CHECKOUT
490# Reverse
491NORSUD WSTEST
492# CHECKIN: indicate computation of global, land and sea field integrals.
493 INT=1
494# Interpolation method ou parametres mozaic
495wa2o.run 94    4   216
496# change units from m/s to kg/s
497# weights convert from kg/s to kg/m^2/s
4981000.0 0
499# CHECKOUT: indicate computation of global, land and sea field integrals.
500 INT=1
501#
502#########################################################################
503#
504 $END
Note: See TracBrowser for help on using the repository browser.