/[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.4 - (hide annotations) (download)
Tue Mar 7 15:40:45 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58h_post, checkpoint58j_post, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58i_post, checkpoint58g_post, checkpoint58k_post, checkpoint58b_post
Changes since 1.3: +2 -1 lines
specify tracForcingOutAB=1 (to replace forcing_In_AB=F which now applies
  also to momentum forcing) and leave output.txt unchanged for now.

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 jmc 1.3 rotationPeriod=86400.,
18 jmc 1.1 gravity=9.81,
19     rhonil=1035.,
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     delR= 50., 70., 100., 140., 190.,
77     240., 290., 340., 390., 440.,
78     490., 540., 590., 640., 690.,
79     &
80    
81     # Input datasets
82     &PARM05
83     bathyFile ='bathy_Hmin50.bin',
84     hydrogThetaFile='lev_T_cs_15k.bin',
85     hydrogSaltFile ='lev_S_cs_15k.bin',
86     zonalWindFile ='trenberth_taux.bin',
87     meridWindFile ='trenberth_tauy.bin',
88     thetaClimFile ='lev_surfT_cs_12m.bin',
89     saltClimFile ='lev_surfS_cs_12m.bin',
90     surfQFile ='shiQnet_cs32.bin',
91     EmPmRFile ='shiEmPR_cs32.bin',
92     &

  ViewVC Help
Powered by ViewVC 1.1.22