/[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.2 - (hide annotations) (download)
Wed Sep 1 17:37:06 2004 UTC (19 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57o_post, checkpoint57v_post, checkpoint57m_post, checkpoint55c_post, checkpoint54e_post, checkpoint57s_post, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint55h_post, checkpoint57g_pre, checkpoint55b_post, checkpoint56c_post, checkpoint57y_pre, checkpoint55, checkpoint57f_pre, checkpoint57a_post, checkpoint54f_post, checkpoint55g_post, checkpoint55f_post, checkpoint57r_post, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint57x_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint57q_post, checkpoint57z_post, checkpoint57c_post, checkpoint55e_post, checkpoint55a_post, checkpoint57j_post, checkpoint57h_pre, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.1: +9 -7 lines
parameters of the latest coupled run using realFW with staggerTimeStep

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

  ViewVC Help
Powered by ViewVC 1.1.22