/[MITgcm]/MITgcm/verification/cpl_aim+ocn/input_ocn/data
ViewVC logotype

Annotation of /MITgcm/verification/cpl_aim+ocn/input_ocn/data

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


Revision 1.6 - (hide annotations) (download)
Fri Feb 16 00:04:22 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58w_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58x_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint58y_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.5: +2 -2 lines
use same rhoConstFresh & rhoConst(sea-water) as in Atmospheric+Sea-Ice
 component ; use default rotation period.

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=15*20.,
8     sRef=15*35.,
9     viscAh =3.E5,
10     viscAr =1.E-3,
11 jmc 1.3 diffKhT=0.,
12     diffK4T=0.,
13 jmc 1.1 diffKrT=3.E-5,
14 jmc 1.3 diffKhS=0.,
15     diffK4S=0.,
16 jmc 1.1 diffKrS=3.E-5,
17     gravity=9.81,
18 jmc 1.6 rhoConst=1030.,
19     rhoConstFresh=1000.,
20 jmc 1.2 eosType='JMD95Z',
21     #allowFreezing=.TRUE.,
22     ivdc_kappa=10.,
23     implicitDiffusion=.TRUE.,
24 jmc 1.1 implicitFreeSurface=.TRUE.,
25     exactConserv=.TRUE.,
26     select_rStar=2,
27     nonlinFreeSurf=4,
28     hFacInf=0.2,
29     hFacSup=2.0,
30     useRealFreshWaterFlux=.TRUE.,
31 jmc 1.2 temp_EvPrRn=0.,
32 jmc 1.1 hFacMin=.1,
33     hFacMinDr=20.,
34     vectorInvariantMomentum=.TRUE.,
35 jmc 1.2 staggerTimeStep=.TRUE.,
36 jmc 1.1 readBinaryPrec=64,
37     writeBinaryPrec=64,
38 jmc 1.2 #debugLevel=0,
39 jmc 1.1 &
40    
41     # Elliptic solver parameters
42     &PARM02
43     cg2dMaxIters=200,
44     cg2dTargetResidual=1.E-9,
45     #cg2dTargetResWunit=1.E-14,
46     &
47    
48     # Time stepping parameters
49     &PARM03
50     nIter0=0,
51     nTimeSteps=5,
52     deltaTmom =3600.,
53     deltaTtracer=3600.,
54     deltaTClock =3600.,
55     abEps = 0.1,
56 jmc 1.3 pChkptFreq =2592000.,
57     taveFreq =2592000.,
58     dumpFreq =864000.,
59     monitorFreq =86400.,
60     monitorFreq =1.,
61 jmc 1.4 #forcing_In_AB=.FALSE.,
62     tracForcingOutAB=1,
63 jmc 1.1 periodicExternalForcing=.TRUE.,
64     externForcingPeriod=2592000.,
65     externForcingCycle=31104000.,
66     # 2 months restoring timescale for temperature
67     #tauThetaClimRelax= 5184000.,
68 jmc 1.2 # restoring timescale for salinity: 2yrs, 20 yrs
69     #tauSaltClimRelax = 62208000.,
70 jmc 1.1 tauSaltClimRelax = 622080000.,
71     &
72    
73     # Gridding parameters
74     &PARM04
75     usingCurvilinearGrid=.TRUE.,
76 jmc 1.5 horizGridFile='grid_cs32',
77 jmc 1.1 delR= 50., 70., 100., 140., 190.,
78     240., 290., 340., 390., 440.,
79     490., 540., 590., 640., 690.,
80     &
81    
82     # Input datasets
83     &PARM05
84     bathyFile ='bathy_Hmin50.bin',
85     hydrogThetaFile='lev_T_cs_15k.bin',
86     hydrogSaltFile ='lev_S_cs_15k.bin',
87     zonalWindFile ='trenberth_taux.bin',
88     meridWindFile ='trenberth_tauy.bin',
89     thetaClimFile ='lev_surfT_cs_12m.bin',
90     saltClimFile ='lev_surfS_cs_12m.bin',
91     surfQFile ='shiQnet_cs32.bin',
92     EmPmRFile ='shiEmPR_cs32.bin',
93     &

  ViewVC Help
Powered by ViewVC 1.1.22