/[MITgcm]/MITgcm/verification/cpl_aim+ocn/input_cpl/data.cpl
ViewVC logotype

Annotation of /MITgcm/verification/cpl_aim+ocn/input_cpl/data.cpl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Thu Nov 12 01:18:04 2015 UTC (8 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, HEAD
new parameter file for coupler, using namelist (replace old "data" file)

1 jmc 1.1 # ATM+OCN Coupler package parameters:
2     # cpl_sequential :: =0/1 : selects Synchronous/Sequential Coupling
3     #-- cpl_exchange_[xxx] :: controls exchange of [xxx] fields with OCN & ATM components
4     # :: =0 : none ; =1,3 : exch [xxx] fields with OCN comp.
5     # :: =2,3 : exch [xxx] fileds with ATM comp.
6     # cpl_exchange_RunOff :: controls exchange of RunOff fields
7     # cpl_exchange1W_sIce :: controls 1-way exchange of seaice (step fwd in ATM)
8     # cpl_exchange2W_sIce :: controls 2-way exchange of ThSIce variables
9     # cpl_exchange_SaltPl :: controls exchange of Salt-Plume fields
10     # cpl_exchange_DIC :: controls exchange of DIC variables
11     #--
12     # runOffMapSize :: Nb of connection in the runOff map (nROmap)
13     # runOffMapFile :: File name for the runOff map (max_length= 80c)
14     #-- IMPORTANT: Unlike other MITgcm parameter files, this namelist is read-in
15     # directly without prior removing of commented lines (i.e., starting with "#")
16     #-------------
17     &COUPLER_PARAMS
18     runOffMapSize = 3644,
19     runOffMapFile = 'runOff_cs32_3644.bin',
20     cpl_sequential = 0,
21     cpl_exchange_RunOff = 2,
22     cpl_exchange1W_sIce = 3,
23     cpl_exchange2W_sIce = 0,
24     cpl_exchange_SaltPl = 0,
25     cpl_exchange_DIC = 0,
26     /

  ViewVC Help
Powered by ViewVC 1.1.22