source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/examples/tutorial/data_oasis3/namcouple_TP @ 4775

Last change on this file since 4775 was 4775, checked in by aclsce, 5 years ago
  • Imported oasis3-mct from Cerfacs svn server (not suppotred anymore).

The version has been extracted from https://oasis3mct.cerfacs.fr/svn/branches/OASIS3-MCT_2.0_branch/oasis3-mct@1818

File size: 2.5 KB
Line 
1# This is a typical input file for OASIS3-MCT.
2# Keywords used in previous versions of OASIS3
3# but now obsolete are marked "Not used"
4# Don't hesitate to ask precisions or make suggestions (oasishelp@cerfacs.fr).
5#
6# Any line beginning with # is ignored. Blank lines are not allowed.
7#
8#########################################################################
9 $NFIELDS
10# The number of fields described in the second part of the namcouple.
11#
12             3
13 $END
14#########################################################################
15 $NBMODEL
16# The number of models in this experiment + their names (6 characters)
17#
18   2  model1   model2
19 $END
20###########################################################################
21 $RUNTIME
22# The total simulated time for this run in seconds
23#
24  21600
25 $END
26###########################################################################
27 $NLOGPRT
28# Amount of information written to OASIS3-MCT log files (see User Guide)
29  10
30 $END
31###########################################################################
32 $STRINGS
33#
34# The above variables are the general parameters for the experiment.
35# Everything below has to do with the fields being exchanged.
36#
37######################################################
38#
39# Field 1: model1 to model2
40#
41#   First line:
42# 1) and 2) Symbolic names for the field before and after interpolation
43#           (8 characters maximum)
44# 3) Index of field in cf_name_table.txt
45# 4) Exchange frequency for the field in seconds (here 1 day)
46# 5) Number of analysis to be performed
47# 6) Restart input NetCDF file names
48# 7) Field status: EXPORTED, EXPOUT, INPUT, OUTPUT
49#    (For OASIS3-MCT, IGNORED/IGNOUT are converted to EXPORTED/EXPOUT)
50#
51FSENDOCN FRECVATM 1 7200  1  fdocn.nc EXPOUT
52#
53#   Second line:
54# 1)-2) and 3)-4) Source and target grids first and 2nd dimensions (optional)
55# 5) and 6) Source and target locator prefix (4 characters)
56# 7) LAG index if needed
57# 8) SEQ index if needed
58#
59182 149 96 72 torc  lmdz  LAG=+3600
60#
61#   Third line:
62# Overlap (P or R) and nbr of overlap grid points for source and target grids.
63P  2  P  0
64#
65# List of analyses
66#
67MAPPING
68# Specific parameters for each analysis
69my_remapping_file_bilinear.nc src
70#
71######################################################
72#
73# Field 2: model1 output
74#
75FSENDOCN FSENDOCN 1 7200 1 f2avg.nc OUTPUT
76torc  torc
77LOCTRANS
78  AVERAGE
79#
80######################################################
81#
82# Field 3: model2 to model1
83#
84FSENDATM  FRECVOCN  1 10800  1  fdatm.nc EXPOUT
85#
8696 72 182 149 lmdz torc LAG=+1800
87#
88P  0  P  2
89SCRIPR
90BILINEAR LR SCALAR LATLON 1
91#
92 $END
Note: See TracBrowser for help on using the repository browser.