/[MITgcm]/MITgcm/verification/offline_exf_seaice/input_ad/data
ViewVC logotype

Contents of /MITgcm/verification/offline_exf_seaice/input_ad/data

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


Revision 1.8 - (show annotations) (download)
Sat Dec 22 18:07:32 2012 UTC (11 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d
Changes since 1.7: +2 -2 lines
- switch to 4 time steps, consistent with lab_sea.
- match paramaters from SEAICE_GROWTH_LEGACY branch.

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 # gravity - Acceleration due to gravity (m/s^2)
16 # rigidLid - Set to true to use rigid lid
17 # implicitFreeSurface - Set to true to use implicit free surface
18 # eosType - Flag for linear or polynomial equation of state
19 # momAdvection - On/Off flag for momentum self transport
20 # momViscosity - On/Off flag for momentum mixing
21 #
22 &PARM01
23 tRef= 3*4.0 ,
24 sRef= 3*34.65,
25 no_slip_sides=.FALSE.,
26 no_slip_bottom=.TRUE.,
27 viscAz=1.93e-5,
28 viscAh=5.E4,
29 diffKhT=0.0,
30 diffKzT=1.46e-5,
31 diffKhS=0.0,
32 diffKzS=1.46e-5,
33 eosType='JMD95Z',
34 saltStepping=.FALSE.,
35 tempStepping=.FALSE.,
36 momStepping=.FALSE.
37 allowFreezing=.FALSE.,
38 #- set wrong celsius2K to reproduce old results:
39 celsius2K=273.16,
40 HeatCapacity_Cp = 3986.0,
41 gravity = 9.8156,
42 rhoConst = 1027.0,
43 rhoConstFresh = 999.8,
44 readBinaryPrec=32,
45 writeBinaryPrec=32,
46 #- not safe to use globalFiles in multi-processors runs
47 #globalFiles=.TRUE.,
48 &
49
50 # Elliptic solver parameters
51 #
52 # cg2dMaxIters - Maximum number of 2d solver iterations
53 # cg2dTargetResidual - Solver target residual
54 #
55 &PARM02
56 cg2dMaxIters=500,
57 cg2dTargetResidual=1.D-8
58 &
59
60 # Time stepping parameters
61 #
62 # startTime - Integration starting time (s)
63 # endTime - Integration ending time (s)
64 # tauCD - CD scheme coupling timescale (s)
65 # deltaTMom - Timestep for momemtum equations (s)
66 # deltaTtracer - Tracer timestep (s)
67 # deltaTClock - Timestep used as model "clock" (s)
68 # abEps - Adams-Bashforth stabilising factor
69 # pChkPtFreq - Frequency of permanent check pointing (s)
70 # chkPtFreq - Frequency of rolling check pointing (s)
71 # dumpFreq - Frequency at which model state is stored (s)
72 # tauThetaClimRelax - Relaxation to climatology time scale (s)
73 # tauSaltClimRelax - Relaxation to climatology time scale (s)
74 #
75 &PARM03
76 nIter0=0,
77 nTimeSteps=4,
78 deltaTmom=3600.0,
79 deltaTtracer=3600.0,
80 deltaTClock =3600.0,
81 cAdjFreq=0.,
82 abEps=0.1,
83 forcing_In_AB = .FALSE.,
84 # pChkptFreq=36000.,
85 # chkptFreq= 0.,
86 # dumpFreq = 0.,
87 taveFreq = 864000.,
88 monitorFreq=1.,
89 # adjDumpFreq=86400.,
90 &
91
92 # Gridding parameters
93 #
94 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
95 # delX - Zonal grid spacing (degrees)
96 # delY - Meridional grid spacing (degrees)
97 # delZ - Vertical grid spacing (m)
98 # ygOrigin - Southern boundary latitude (degrees)
99 #
100 &PARM04
101 usingSphericalPolarGrid=.TRUE.,
102 delX=20*2.E0,
103 delY=16*2.E0,
104 delZ= 10.,10.,10.,
105 ygOrigin=46.,
106 xgOrigin=280.,
107 rSphere = 6371.D3,
108 &
109
110 # Input datasets
111 #
112 # bathyFile - File containing bathymetry
113 # hydrogThetaFile - File containing initial potential temperature data
114 # hydrogSaltFile - File containing initial salinity data
115 # zonalWindFile - File containing zonal wind data
116 # meridWindFile - File containing meridional wind data
117 # thetaClimFile - File containing theta climatology used for relaxation
118 # saltClimFile - File containing salt climatology used for relaxation
119 #
120 &PARM05
121 bathyFile = 'bathy.labsea1979',
122 hydrogThetaFile = 'LevCli_temp.labsea1979',
123 hydrogSaltFile = 'LevCli_salt.labsea1979',
124 &

  ViewVC Help
Powered by ViewVC 1.1.22