Warning, /verification/cpl_aim+ocn/input_atm/data.cpl is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 7976ba62 on 2016-01-06 01:44:57 UTC
7976ba62d9 Jean*0001 # Coupling package parameters, ATM component:
0002 # cpl_oldPickup :: restart from an old pickup (= until ckpt 59h)
0003 # useImportMxlD :: True => use Imported Mix.Layer Detph from coupler
0004 # useImportSST :: True => use the Imported SST from coupler
0005 # useImportSSS :: True => use the Imported SSS from coupler
0006 # useImportVsq :: True => use the Imported Surf. velocity^2
0007 # useImportThSIce :: True => use the Imported thSIce state var from coupler
0008 # useImportFlxCO2 :: True => use the Imported air-sea CO2 flux from coupler
0009 # cpl_atmSendFrq :: Frequency^-1 for sending data to coupler (s)
0010 # maxNumberPrint :: max number of printed Exp/Imp messages
d1f97ab8eb Jean*0011 &CPL_ATM_PARAM
7976ba62d9 Jean*0012 # cpl_oldPickup =.TRUE.,
0013 # useImportMxlD =.FALSE.,
0014 # useImportSST =.FALSE.,
0015 # useImportSSS =.FALSE.,
0016 # useImportVsq =.FALSE.,
0017 # useImportThSIce=.FALSE.,
0018 # useImportFlxCO2=.FALSE.,
0019 cpl_atmSendFrq = 3600.,
d1f97ab8eb Jean*0020 &