source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/PARAM/namcouple_ORCA2xLMD9671 @ 763

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