Back to home page

MITgcm

 
 

    


Warning, /verification/cpl_aim+ocn/input_cpl/data.cpl is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 45b5efa5 on 2015-11-12 01:18:04 UTC
45b5efa528 Jean*0001 # ATM+OCN Coupler package parameters:
                0002 #     cpl_sequential   :: =0/1 : selects Synchronous/Sequential Coupling
                0003 #-- cpl_exchange_[xxx] :: controls exchange of [xxx] fields with OCN & ATM components
                0004 #                      ::  =0 : none ; =1,3 : exch [xxx] fields with OCN comp.
                0005 #                      ::              =2,3 : exch [xxx] fileds with ATM comp.
                0006 #     cpl_exchange_RunOff :: controls exchange of RunOff fields
                0007 #     cpl_exchange1W_sIce :: controls 1-way exchange of seaice (step fwd in ATM)
                0008 #     cpl_exchange2W_sIce :: controls 2-way exchange of ThSIce variables
                0009 #     cpl_exchange_SaltPl :: controls exchange of Salt-Plume fields
                0010 #     cpl_exchange_DIC    :: controls exchange of DIC variables
                0011 #--
                0012 #     runOffMapSize    :: Nb of connection in the runOff map (nROmap)
                0013 #     runOffMapFile    :: File name for the runOff map (max_length= 80c)
                0014 #-- IMPORTANT: Unlike other MITgcm parameter files, this namelist is read-in
                0015 #    directly without prior removing of commented lines (i.e., starting with "#")
                0016 #-------------
                0017  &COUPLER_PARAMS
                0018    runOffMapSize = 3644,
                0019    runOffMapFile = 'runOff_cs32_3644.bin',
                0020    cpl_sequential      = 0,
                0021    cpl_exchange_RunOff = 2,
                0022    cpl_exchange1W_sIce = 3,
                0023    cpl_exchange2W_sIce = 0,
                0024    cpl_exchange_SaltPl = 0,
                0025    cpl_exchange_DIC    = 0,
                0026  /
                0027