source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/oasis3-mct/examples/spoc/spoc_communication/data_spoc/namcouple_LAG @ 5725

Last change on this file since 5725 was 5725, checked in by aclsce, 3 years ago

Added new oasis3-MCT version to be used to handle ensembles simulations with XIOS.

File size: 2.0 KB
Line 
1# This is a typical input file for OASIS3-MCT.
2#
3# Any line beginning with # is ignored.
4#
5#########################################################################
6 $NFIELDS
7# The number of fields described in the second part of the namcouple.
8             2
9###########################################################################
10 $RUNTIME
11# The total simulated time for this run in seconds
12  14400
13###########################################################################
14 $NLOGPRT
15# Amount of information written to OASIS3-MCT log files (see User Guide)
16  30  0
17###########################################################################
18 $STRINGS
19#
20# Everything below has to do with the fields being exchanged.
21#
22######################################################
23#
24# Field 1: ocean to atmos
25#
26#   First line:
27# 1) and 2) Symbolic names for the field in the source and target component models
28# 3) Not used anymore but still required for parsing
29# 4) Exchange frequency for the field in seconds
30# 5) Number of transformation to be performed by OASIS3-MCT
31# 6) Coupling restart file names
32# 7) Field status: EXPORTED, EXPOUT, INPUT, OUTPUT
33FIELD_SEND_OCN FIELD_RECV_ATM 1 3600  1  fdocn.nc EXPOUT
34#
35#   Second line:
36# 1)-2) and 3)-4) Source and target grid first and 2nd dimensions (optional)
37# 5) and 6) Source and target grid prefix (4 characters)
38# 7) LAG index if needed
39182 149 96 72 torc  lmdz  LAG=+3600
40#
41#   Third line:
42# Overlap (P or R) and nbr of overlap grid points for source and target grids.
43P  2  P  0
44#
45# List of analyses (here only MAPPING)
46MAPPING
47#
48# Specific parameters for each analysis (here only the name of the remapping file for MAPPING)
49my_remapping_file_bilinear.nc
50#
51######################################################
52#
53# Field 2: atmos to ocean
54#
55FIELD_SEND_ATM FIELD_RECV_OCN  1 7200  1  fdatm.nc EXPOUT
56#
5796 72 182 149 lmdz torc LAG=+1800
58#
59P  0  P  2
60#
61# List of analyses (here only SCRIPR)
62SCRIPR
63#
64# Specific parameters for SCRIPR, here specifying the parameter of the BLINEAR interpolation to be used
65BILINEAR LR SCALAR LATLON 1
66#
Note: See TracBrowser for help on using the repository browser.