/[MITgcm]/MITgcm/verification/1D_ocean_ice_column/input_ad/data
ViewVC logotype

Contents of /MITgcm/verification/1D_ocean_ice_column/input_ad/data

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


Revision 1.3 - (show annotations) (download)
Fri Apr 22 16:54:17 2011 UTC (13 years, 1 month ago) by ifenty
Branch: MAIN
CVS Tags: checkpoint62w, checkpoint62y, checkpoint62x
Changes since 1.2: +1 -0 lines
Update 1D_ocean_ice_column verification experiment

#1) Removed ICE2WATR from input/ and input_ad/data.seaice
#2) Put in proper value of rhoConstFresh (999.8) in input/ and input_ad/data
#3) Updated results/output.txt and output_adm.txt

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 # momAdvection - On/Off flag for momentum self transport
26 # momViscosity - On/Off flag for momentum mixing
27 #
28 &PARM01
29 # an's T,S profiles @ 23 levels
30 tRef = -1.930,-1.931,-1.932,-1.2854,-0.6,-0.6,-0.9,-1.2,-1.2,-1.3,
31 -1.4,-1.4,-1.5,-1.5,-1.5,-1.5,-1.3,-0.9,-0.3, 0.2,
32 0.5, 0.5, 0.5
33 sRef = 29.0079,29.0080,29.0086,29.0775,30.7,31.6,31.9,32.1,32.3,32.4,
34 32.5,32.7,32.8,32.9,33.1,33.4,33.8,34.2,34.5,34.7,
35 34.8,34.8,34.8
36
37 no_slip_sides=.FALSE.,
38 no_slip_bottom=.TRUE.,
39 viscAz=1.93e-5,
40 viscAh=5.E4,
41 diffKhT=0.0,
42 diffKzT=1.46e-7,
43 diffKhS=0.0,
44 diffKzS=1.46e-7,
45 beta=1.E-11,
46 tAlpha=2.E-4,
47 sBeta =7.4E-4,
48 rigidLid=.FALSE.,
49 implicitFreeSurface=.TRUE.,
50 eosType='JMD95Z',
51 readBinaryPrec=32,
52 writeBinaryPrec=32,
53 saltStepping=.TRUE.,
54 tempStepping=.TRUE.,
55 momStepping=.TRUE.,
56 implicitDiffusion=.TRUE.,
57 implicitViscosity=.TRUE.,
58 #globalFiles=.TRUE.,
59 #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
60 useSingleCpuIO=.FALSE.,
61 allowFreezing=.FALSE.,
62 HeatCapacity_Cp = 3986.D0
63 gravity = 9.8156,
64 rhoNil = 1027.D0
65 rhoConstFresh = 999.8,
66 useCDscheme=.FALSE.,
67 inAdExact=.TRUE.,
68 staggerTimeStep=.TRUE.,
69 multiDimAdvection=.false.,
70 tempAdvScheme=30,
71 saltAdvScheme=30,
72
73 vectorInvariantMomentum=.TRUE.,
74 useRealFreshWaterFlux = .true.,
75
76 debugLevel=1,
77
78 &
79
80 # Elliptic solver parameters
81 #
82 # cg2dMaxIters - Maximum number of 2d solver iterations
83 # cg2dTargetResidual - Solver target residual
84 #
85 &PARM02
86 cg2dMaxIters=1000,
87 cg2dTargetResidual=1.D-13,
88 &
89
90 # Time stepping parameters
91 #
92 # startTime - Integration starting time (s)
93 # endTime - Integration ending time (s)
94 # tauCD - CD scheme coupling timescale (s)
95 # deltaTMom - Timestep for momemtum equations (s)
96 # deltaTtracer - Tracer timestep (s)
97 # deltaTClock - Timestep used as model "clock" (s)
98 # abEps - Adams-Bashforth stabilising factor
99 # pChkPtFreq - Frequency of permanent check pointing (s)
100 # chkPtFreq - Frequency of rolling check pointing (s)
101 # dumpFreq - Frequency at which model state is stored (s)
102 # tauThetaClimRelax - Relaxation to climatology time scale (s)
103 # tauSaltClimRelax - Relaxation to climatology time scale (s)
104 #
105 &PARM03
106
107 startTime=0.0,
108 nTimeSteps= 10,
109
110 deltaTtracer=3600.0,
111 deltaTClock =3600.0,
112
113 cAdjFreq=0.,
114 abEps=0.1,
115 pChkptFreq=0.,
116 chkptFreq= 0.,
117 dumpFreq = 0.,
118 tavefreq = 0.,
119 monitorFreq=1.,
120
121 adjDumpFreq=86400.,
122 tracForcingOutAB=1,
123
124 &
125
126 # Gridding parameters
127 #
128 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
129 # delX - Zonal grid spacing (degrees)
130 # delY - Meridional grid spacing (degrees)
131 # delZ - Vertical grid spacing (m)
132 # ygOrigin - Southern boundary latitude (degrees)
133 #
134 &PARM04
135 usingSphericalPolarGrid=.TRUE.,
136 delX=5*2.E0,
137 delY=5*2.E0,
138
139 delZ = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
140 10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04 , 19.82, 24.85,
141 31.10, 38.42, 46.50, 55.00, 63.50, 71.58
142
143 ygOrigin=65.,
144 xgOrigin=280.,
145 rSphere = 6371.D3
146 &
147
148 &PARM05
149 bathyFile = 'bathy_5x5_testpool_one_year',
150 &

  ViewVC Help
Powered by ViewVC 1.1.22