/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input/data
ViewVC logotype

Annotation of /MITgcm/verification/global_ocean.90x40x15/input/data

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


Revision 1.1 - (hide annotations) (download)
Fri Sep 28 14:53:34 2001 UTC (22 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46g_pre, checkpoint46f_post, checkpoint44f_post, checkpoint46b_post, checkpoint43a-release1mods, chkpt44d_post, release1_p1, release1_p2, release1_p3, release1_p4, release1_p5, checkpoint44e_pre, release1_b1, checkpoint43, release1_chkpt44d_post, checkpoint46d_pre, release1-branch_tutorials, checkpoint45d_post, checkpoint46j_pre, chkpt44a_post, checkpoint44h_pre, checkpoint46a_post, checkpoint46j_post, checkpoint46b_pre, chkpt44c_pre, checkpoint45a_post, checkpoint44e_post, checkpoint44g_post, checkpoint46e_pre, checkpoint45b_post, release1-branch-end, release1_final_v1, checkpoint46c_pre, checkpoint46, checkpoint44b_post, checkpoint46h_pre, checkpoint46a_pre, checkpoint45c_post, checkpoint44h_post, checkpoint46g_post, chkpt44a_pre, checkpoint46i_post, checkpoint46c_post, checkpoint46e_post, release1_beta1, checkpoint44b_pre, checkpoint44, checkpoint45, checkpoint46h_post, chkpt44c_post, checkpoint44f_pre, checkpoint46d_post, release1-branch_branchpoint
Branch point for: release1_final, release1-branch, release1, release1_coupled
Adding new 4x4 global ocean experiment, put together by Steph Dutk.
 - will add pick-up later...

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef = 15*20.,
8     sRef = 15*35.,
9     viscAz=1.E-3,
10     viscAh=5.E5,
11     diffKhT=0.0,
12     diffKzT=3.E-5,
13     diffKhS=0.0,
14     diffKzS=3.E-5,
15     beta=1.E-11,
16     f0=1.e-4,
17     tAlpha=2.E-4,
18     sBeta =7.4E-4,
19     gravity=9.81,
20     gBaro=9.81,
21     rhonil=1035.,
22     rigidLid=.FALSE.,
23     implicitFreeSurface=.TRUE.,
24     eosType = 'POLY3',
25     ivdc_kappa=100.,
26     implicitDiffusion=.TRUE.,
27     allowFreezing=.TRUE.,
28     tempAdvScheme = 2
29     saltAdvScheme = 2
30     tracerAdvScheme = 2
31     tempStepping = .TRUE.
32     saltStepping = .TRUE.
33     tr1Stepping = .TRUE.
34     multiDimAdvection = .FALSE.
35     &
36    
37     # Elliptic solver parameters
38     &PARM02
39     cg2dMaxIters=1000,
40     cg2dTargetResidual=1.E-17,
41     &
42    
43     # Time stepping parameters
44     &PARM03
45     startTime = 0.,
46     endtime = 864000.,
47     #nIter0 = 14400.,
48     #endTime = 311044000.,
49     deltaTmom = 1200.0,
50     tauCD = 321428.,
51     deltaTtracer= 43200.0,
52     deltaTClock = 43200.0,
53     abEps = 0.1,
54     #cAdjFreq = -1,
55     pChkptFreq= 31104000.,
56     chkptFreq= 31104000.,
57     dumpFreq= 31104000.,
58     taveFreq= 31104000.,
59     tauThetaClimRelax = 5184000.0,
60     tauSaltClimRelax = 311040000.0,
61     monitorFreq=1.,
62     periodicExternalForcing=.TRUE.,
63     externForcingPeriod=2592000.,
64     externForcingCycle=31104000.,
65     &
66    
67     # Gridding parameters
68     &PARM04
69     usingCartesianGrid=.FALSE.,
70     usingSphericalPolarGrid=.TRUE.,
71     delZ= 50., 70., 100., 140., 190.,
72     240., 290., 340., 390., 440.,
73     490., 540., 590., 640., 690.,
74     phiMin=-78.,
75     delY=40*4.,
76     delX=90*4.,
77     &
78    
79     # Input datasets
80     &PARM05
81     bathyFile= 'bathy.bin',
82     hydrogThetaFile='theta.bin',
83     hydrogSaltFile= 'sal.bin',
84     zonalWindFile= 'tren_taux.bin',
85     meridWindFile= 'tren_tauy.bin',
86     thetaClimFile= 'theta_surf.bin',
87     saltClimFile= 'sal_surf.bin',
88     surfQFile= 'shi_qnet.bin',
89     EmPmRFile= 'shi_empr.bin',
90     &

  ViewVC Help
Powered by ViewVC 1.1.22