/[MITgcm]/MITgcm/verification/exp2/input/data
ViewVC logotype

Annotation of /MITgcm/verification/exp2/input/data

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


Revision 1.8 - (hide annotations) (download)
Wed Dec 5 21:03:48 2001 UTC (22 years, 5 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint47e_post, checkpoint46l_post, checkpoint46g_pre, checkpoint47c_post, checkpoint46f_post, checkpoint48e_post, checkpoint44f_post, checkpoint46b_post, checkpoint43a-release1mods, checkpoint48i_post, checkpoint46l_pre, chkpt44d_post, checkpoint50, checkpoint50b_pre, checkpoint44e_pre, checkpoint48b_post, checkpoint48c_pre, checkpoint47d_pre, checkpoint47a_post, checkpoint48d_pre, checkpoint47i_post, checkpoint47d_post, checkpoint46d_pre, checkpoint48d_post, release1-branch_tutorials, checkpoint48f_post, checkpoint45d_post, checkpoint46j_pre, chkpt44a_post, checkpoint44h_pre, checkpoint48h_post, checkpoint46a_post, checkpoint47g_post, checkpoint46j_post, checkpoint46k_post, checkpoint46b_pre, chkpt44c_pre, checkpoint48a_post, checkpoint45a_post, checkpoint50a_post, checkpoint44e_post, checkpoint47j_post, branch-exfmods-tag, checkpoint44g_post, checkpoint46e_pre, checkpoint48c_post, checkpoint45b_post, release1-branch-end, release1_final_v1, checkpoint46c_pre, checkpoint46, checkpoint47b_post, checkpoint44b_post, checkpoint46h_pre, checkpoint46m_post, checkpoint46a_pre, checkpoint45c_post, checkpoint44h_post, checkpoint46g_post, checkpoint47f_post, chkpt44a_pre, checkpoint46i_post, checkpoint46c_post, checkpoint46e_post, checkpoint44b_pre, checkpoint47, checkpoint44, checkpoint45, checkpoint48, checkpoint49, checkpoint46h_post, chkpt44c_post, checkpoint47h_post, checkpoint44f_pre, checkpoint46d_post, release1-branch_branchpoint, checkpoint48g_post
Branch point for: branch-exfmods-curt, release1_final, release1-branch
Changes since 1.7: +0 -2 lines
Removed f0 and beta to avoid confusion about how Coriolis
parameter is set.

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef= 16.0 , 15.2 , 14.5 , 13.9 , 13.3 ,
8     12.4 , 11.3 , 9.9 , 8.4 , 6.7 ,
9     5.2 , 3.8 , 2.9 , 2.3 , 1.8 ,
10     1.5 , 1.1 , 0.8 , 0.66, 0.63,
11     sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
12     34.90, 34.86, 34.78, 34.69, 34.60,
13     34.58, 34.62, 34.68, 34.72, 34.73,
14     34.74, 34.73, 34.73, 34.72, 34.72,
15     viscAz=1.E-3,
16     viscAh=5.E5,
17     no_slip_sides=.FALSE.,
18     no_slip_bottom=.TRUE.,
19     diffKhT=1.E3,
20     diffKzT=3.E-5,
21     diffKhS=1.E3,
22     diffKzS=3.E-5,
23     tAlpha=2.E-4,
24     sBeta =7.4E-4,
25     gravity=9.81,
26     rigidLid=.FALSE.,
27     implicitFreeSurface=.TRUE.,
28     eosType='LINEAR',
29     readBinaryPrec=32,
30     &
31    
32     # Elliptic solver parameters
33     &PARM02
34     cg2dMaxIters=1000,
35     cg2dTargetResidual=1.E-13,
36     &
37    
38     # Time stepping parameters
39     &PARM03
40     startTime=0,
41     #endTime=3110400000,
42     endTime=2808000.,
43     deltaTmom=2400.0,
44     tauCD=321428.,
45     deltaTtracer=108000.0,
46     deltaTClock =108000.0,
47 adcroft 1.4 cAdjFreq=-1.,
48 adcroft 1.1 abEps=0.1,
49     pChkptFreq=0.0,
50     chkptFreq=0.0,
51     dumpFreq=2592000.0,
52     tauThetaClimRelax=2592000.0,
53     tauSaltClimRelax=2592000.0,
54 adcroft 1.7 monitorFreq=1.,
55 adcroft 1.1 &
56    
57     # Gridding parameters
58     &PARM04
59     usingCartesianGrid=.FALSE.,
60     usingSphericalPolarGrid=.TRUE.,
61     delZ= 5.000000e+01, 5.000000e+01, 5.500000e+01, 6.000000e+01,
62     6.500000e+01, 7.000000e+01, 8.000000e+01, 9.500000e+01,
63     1.200000e+02, 1.550000e+02, 2.000000e+02, 2.600000e+02,
64     3.200000e+02, 4.000000e+02, 4.800000e+02, 5.700000e+02,
65     6.550000e+02, 7.250000e+02, 7.750000e+02, 8.150000e+02,
66     phiMin=-80.,
67     delY=40*4,
68     delX=90*4,
69     &
70    
71     # Input datasets
72     &PARM05
73 adcroft 1.2 hydrogThetaFile='theta.bin',
74     hydrogSaltFile='salt.bin',
75     bathyFile='topog.bin',
76     zonalWindFile='windx.bin',
77     meridWindFile='windy.bin',
78 adcroft 1.1 thetaClimFile='SST.bin'
79     saltClimFile='SSS.bin'
80     &

  ViewVC Help
Powered by ViewVC 1.1.22