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

Annotation of /MITgcm/verification/natl_box/input/data

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


Revision 1.5 - (hide annotations) (download)
Fri Jun 29 18:28:50 2001 UTC (22 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint47e_post, checkpoint46l_post, checkpoint46g_pre, checkpoint47c_post, release1_p13_pre, checkpoint46f_post, checkpoint48e_post, checkpoint44f_post, checkpoint46b_post, checkpoint43a-release1mods, release1_p13, checkpoint40pre3, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint48i_post, checkpoint40pre9, checkpoint40pre8, checkpoint46l_pre, chkpt44d_post, checkpoint50, release1_p8, release1_p9, release1_p1, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, checkpoint50b_pre, checkpoint44e_pre, release1_b1, checkpoint48b_post, checkpoint43, checkpoint48c_pre, checkpoint47d_pre, release1_chkpt44d_post, checkpoint47a_post, checkpoint48d_pre, checkpoint47i_post, checkpoint47d_post, checkpoint46d_pre, checkpoint40pre2, checkpoint48d_post, release1-branch_tutorials, checkpoint48f_post, checkpoint45d_post, checkpoint46j_pre, chkpt44a_post, checkpoint44h_pre, checkpoint48h_post, checkpoint40pre4, checkpoint46a_post, checkpoint47g_post, checkpoint46j_post, checkpoint46k_post, checkpoint46b_pre, chkpt44c_pre, checkpoint48a_post, checkpoint45a_post, checkpoint50a_post, checkpoint44e_post, release1_p12, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, 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, release1_p12_pre, checkpoint40pre5, checkpoint47f_post, chkpt44a_pre, checkpoint46i_post, checkpoint46c_post, checkpoint46e_post, release1_beta1, checkpoint44b_pre, checkpoint42, checkpoint40, checkpoint41, 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, release1, release1_50yr, release1_coupled
Changes since 1.4: +1 -0 lines
Across the board regeneration of results/output.txt
 o format of output differs
 o some numbers in some expts were inaccurate/out of date
 o now can test model using more than cg2d_init_res

1 heimbach 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     #
7     # tRef - Reference vertical potential temperature (deg C)
8     # sRef - Reference vertical salinity (PSU)
9     # viscAh - Horizontal eddy viscosity coefficient (m^2/s)
10     # viscAz - Vertical eddy viscosity coefficient (m^2/s)
11     # diffKhT - Horizontal temperature diffusivity (m^2/s)
12     # diffKzT - Vertical temperature diffusivity (m^2/s)
13     # diffKhS - Horizontal salt diffusivity (m^2/s)
14     # diffKzS - Vertical salt diffusivity (m^2/s)
15     # f0 - Reference coriolis parameter,
16     # south edge of f on beta plane (1/s)
17     # beta - df/dy (s^-1.m^-1)
18     # tAlpha - Linear EOS thermal expansion coefficient (1/oC)
19     # sBeta - Linear EOS haline contraction coefficient (1/ppt)
20     # gravity - Acceleration due to gravity (m/s^2)
21     # gBaro - Accel. due to gravity used in barotropic equation (m/s^2)
22     # rigidLid - Set to true to use rigid lid
23     # implicitFreeSurface - Set to true to use implicit free surface
24     # eosType - Flag for linear or polynomial equation of state
25     # GMkbackground - background value of GM/Redi coefficient
26     # momAdvection - On/Off flag for momentum self transport
27     # momViscosity - On/Off flag for momentum mixing
28     #
29     &PARM01
30     viscAz = 1.E-3,
31     diffKzT = 1.E-5,
32     diffKzS = 1.E-5,
33     viscAh = 5.0E4,
34     viscA4 = 5.e12,
35     diffKhT = 1.0E3,
36     diffKhS = 1.0E3,
37     f0 = 1.e-4,
38     beta = 1.E-11,
39     tAlpha = 2.E-4,
40     sBeta = 7.4E-4,
41     gravity = 9.81,
42     gBaro = 9.81,
43     rigidLid = .FALSE.,
44     implicitFreeSurface= .TRUE.,
45     implicitDiffusion = .TRUE.,
46     eosType = 'POLY3',
47     momAdvection = .TRUE.,
48     momViscosity = .TRUE.,
49     implicitDiffusion = .TRUE.,
50     implicitViscosity = .TRUE.,
51     no_slip_bottom = .TRUE.,
52     no_slip_sides = .FALSE.,
53     readBinaryPrec = 32,
54     &
55    
56     # Elliptic solver parameters
57     #
58     # cg2dMaxIters - Maximum number of 2d solver iterations
59     # cg2dTargetResidual - Solver target residual
60     #
61     &PARM02
62     cg2dMaxIters = 1000,
63 heimbach 1.2 cg2dTargetResidual = 1.E-13,
64 heimbach 1.1 &
65    
66     # Time stepping parameters
67     #
68     # startTime - Integration starting time (s)
69     # endTime - Integration ending time (s)
70     # tauCD - CD scheme coupling timescale (s)
71     # deltaTMom - Timestep for momemtum equations (s)
72     # deltaTtracer - Tracer timestep (s)
73     # deltaTClock - Timestep used as model "clock" (s)
74     # abEps - Adams-Bashforth stabilising factor
75     # pChkPtFreq - Frequency of permanent check pointing (s)
76     # chkPtFreq - Frequency of rolling check pointing (s)
77     # dumpFreq - Frequency at which model state is stored (s)
78     # tauThetaClimRelax - Relaxation to climatology time scale (s)
79     # tauSaltClimRelax - Relaxation to climatology time scale (s)
80     #
81     &PARM03
82     startTime = 0.0,
83 adcroft 1.4 endTime = 72000.0,
84 heimbach 1.1 deltaTmom = 3600.0,
85     TauCD = 172800.
86 heimbach 1.2 cAdjFreq = 0.,
87 heimbach 1.1 abEps = 0.1,
88     pChkptFreq = 0.0,
89     chkptFreq = 0.0,
90     dumpFreq = 864000.0,
91     tauSaltClimRelax = 2592000.0,
92     tauThetaClimRelax = 2592000.0,
93     periodicExternalForcing = .TRUE.,
94     externForcingPeriod = 43200.0,
95 heimbach 1.2 externForcingCycle = 2764800.0,
96 adcroft 1.5 monitorFreq=1.,
97 heimbach 1.1 &
98    
99     # Gridding parameters
100     #
101     # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
102     # usingCartesianGrid - On/Off flag for selecting cartesian coordinates
103     # delX - Zonal grid spacing (degrees)
104     # delY - Meridional grid spacing (degrees)
105     # delZ - Vertical grid spacing (m)
106     # phiMin - Southern boundary latitude (degrees)
107     #
108     &PARM04
109     usingCartesianGrid = .FALSE.,
110     usingSphericalPolarGrid = .TRUE.,
111     delX = 20*2.,
112     delY = 16*2.,
113     delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
114     100., 150., 200., 275., 350., 415., 450.,
115     500., 500., 500., 500., 500., 500., 500.
116 heimbach 1.2 phiMin = 10.,
117     thetaMin= -42.
118 heimbach 1.1 &
119    
120     # Input datasets
121     #
122     # bathyFile - File containing bathymetry
123     # hydrogThetaFile - File containing initial potential temperature data
124     # hydrogSaltFile - File containing initial salinity data
125     # zonalWindFile - File containing zonal wind data
126     # meridWindFile - File containing meridional wind data
127     # thetaClimFile - File containing theta climatology used for relaxation
128     # saltClimFile - File containing salt climatology used for relaxation
129     #
130     &PARM05
131     bathyFile = 'kf_topog',
132     hydrogThetaFile = 'kf_climtheta',
133     hydrogSaltFile = 'kf_climsalt',
134     zonalWindFile = 'kf_fu',
135     meridWindFile = 'kf_fv',
136     thetaClimFile = 'kf_sst',
137     saltClimFile = 'kf_sss',
138     surfQFile = 'kf_qnet',
139     EmPmRFile = 'kf_empmr',
140     surfQswFile = 'kf_sw',
141     &

  ViewVC Help
Powered by ViewVC 1.1.22