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

Contents of /MITgcm/verification/lab_sea/input_ad/data

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


Revision 1.10 - (show annotations) (download)
Mon Apr 25 21:20:12 2011 UTC (13 years ago) by ifenty
Branch: MAIN
CVS Tags: checkpoint63d, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62w, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.9: +1 -0 lines
Verification experiment update

1) Remove "backward compatability only" lines from lab_sea, offline_exf_seaice, and seaice_obcs  data.seaice files

< # for backward compatibility only:
<  SEAICE_cpAir       = 1.0039560439560439e+03,
<  SEAICE_lhSublim    = 2.8340219780219775e+06,
<  SEAICE_rhoAir      = 1.3E0,

2) Added rhoConstFresh = 999.8 in input*/data where no rhoConstFresh was previously defined

3) Update output*.txt where necessary

 Modified Files:
        1D_ocean_ice_column/input/data.seaice
        1D_ocean_ice_column/results/output.txt

        lab_sea/input_ad/data
        lab_sea/input_ad/data.seaice
        lab_sea/input_ad.evp/data
        lab_sea/input_ad.evp/data.seaice
        lab_sea/input_ad.noseaicedyn/data.seaice
        lab_sea/input_ad_seaice_ocean/data
        lab_sea/input_ad_seaice_ocean/data.seaice
        lab_sea/input_ad_seaice_only/data
        lab_sea/input_ad_seaice_only/data.seaice
        lab_sea/input/data
        lab_sea/input/data.seaice
        lab_sea/input.fd/data.seaice
        lab_sea/input.hb87/data
        lab_sea/input.hb87/data.seaice
        lab_sea/input.salt_plume/data
        lab_sea/input.salt_plume/data.seaice
        lab_sea/results/output_adm.evp.txt
        lab_sea/results/output_adm.noseaicedyn.txt
        lab_sea/results/output_adm.noseaice.txt
        lab_sea/results/output_adm.txt lab_sea/results/output.fd.txt
        lab_sea/results/output.hb87.txt
        lab_sea/results/output.salt_plume.txt
        lab_sea/results/output.txt

        offline_exf_seaice/input_ad/data
        offline_exf_seaice/input_ad/data.seaice
        offline_exf_seaice/input/data
        offline_exf_seaice/input.seaicetd/data
        offline_exf_seaice/input.seaicetd/data.seaice
        offline_exf_seaice/results/output_adm.txt
        offline_exf_seaice/results/output.seaicetd.txt

        seaice_obcs/input/data
        seaice_obcs/input/data.seaice
        seaice_obcs/results/output.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 tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
30 19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
31 14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
32 9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
33 4.0 , 3.0 , 2.0 ,
34 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
35 34.90, 34.86, 34.78, 34.69, 34.60,
36 34.58, 34.62, 34.68, 34.72, 34.73,
37 34.74, 34.73, 34.73, 34.72, 34.72,
38 34.71, 34.70, 34.69,
39 no_slip_sides=.FALSE.,
40 no_slip_bottom=.TRUE.,
41 viscAz=1.93e-5,
42 viscAh=5.E4,
43 diffKhT=0.0,
44 diffKzT=1.46e-5,
45 diffKhS=0.0,
46 diffKzS=1.46e-5,
47 beta=1.E-11,
48 tAlpha=2.E-4,
49 sBeta =7.4E-4,
50 rigidLid=.FALSE.,
51 implicitFreeSurface=.TRUE.,
52 eosType='JMD95Z',
53 readBinaryPrec=32,
54 writeBinaryPrec=32,
55 saltStepping=.TRUE.,
56 tempStepping=.TRUE.,
57 momStepping=.TRUE.,
58 implicitDiffusion=.TRUE.,
59 implicitViscosity=.TRUE.,
60 #globalFiles=.TRUE.,
61 #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
62 useSingleCpuIO=.FALSE.,
63 allowFreezing=.FALSE.,
64 HeatCapacity_Cp = 3986.D0
65 gravity = 9.8156,
66 rhoNil = 1027.D0
67 rhoConstFresh = 999.8,
68 useCDscheme=.TRUE.,
69 inAdExact=.TRUE.,
70 #ph(
71 staggerTimeStep=.TRUE.,
72 multiDimAdvection=.TRUE.,
73 tempAdvScheme=30,
74 saltAdvScheme=30,
75 #ph)
76 &
77
78 # Elliptic solver parameters
79 #
80 # cg2dMaxIters - Maximum number of 2d solver iterations
81 # cg2dTargetResidual - Solver target residual
82 #
83 &PARM02
84 cg2dMaxIters=1000,
85 cg2dTargetResidual=1.D-13,
86 &
87
88 # Time stepping parameters
89 #
90 # startTime - Integration starting time (s)
91 # endTime - Integration ending time (s)
92 # tauCD - CD scheme coupling timescale (s)
93 # deltaTMom - Timestep for momemtum equations (s)
94 # deltaTtracer - Tracer timestep (s)
95 # deltaTClock - Timestep used as model "clock" (s)
96 # abEps - Adams-Bashforth stabilising factor
97 # pChkPtFreq - Frequency of permanent check pointing (s)
98 # chkPtFreq - Frequency of rolling check pointing (s)
99 # dumpFreq - Frequency at which model state is stored (s)
100 # tauThetaClimRelax - Relaxation to climatology time scale (s)
101 # tauSaltClimRelax - Relaxation to climatology time scale (s)
102 #
103 &PARM03
104 tauCD=172800.,
105 startTime=0.0,
106 nTimeSteps=4,
107 deltaTmom=3600.0,
108 deltaTtracer=3600.0,
109 deltaTClock =3600.0,
110 cAdjFreq=0.,
111 abEps=0.1,
112 pChkptFreq=36000.,
113 chkptFreq= 0.,
114 dumpFreq = 0.,
115 tavefreq = 36000.,
116 monitorFreq=1.,
117 adjMonitorFreq=1.,
118 adjDumpFreq=1.,
119 #forcing_In_AB = .FALSE.
120 tracForcingOutAB=1,
121 &
122
123 # Gridding parameters
124 #
125 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
126 # delX - Zonal grid spacing (degrees)
127 # delY - Meridional grid spacing (degrees)
128 # delZ - Vertical grid spacing (m)
129 # ygOrigin - Southern boundary latitude (degrees)
130 #
131 &PARM04
132 usingSphericalPolarGrid=.TRUE.,
133 delX=20*2.E0,
134 delY=16*2.E0,
135 delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
136 100., 150., 200., 275., 350., 415., 450.,
137 500., 500., 500., 500., 500., 500., 500.
138 ygOrigin=46.,
139 xgOrigin=280.,
140 rSphere = 6371.D3
141 &
142
143 # Input datasets
144 #
145 # bathyFile - File containing bathymetry
146 # hydrogThetaFile - File containing initial potential temperature data
147 # hydrogSaltFile - File containing initial salinity data
148 # zonalWindFile - File containing zonal wind data
149 # meridWindFile - File containing meridional wind data
150 # thetaClimFile - File containing theta climatology used for relaxation
151 # saltClimFile - File containing salt climatology used for relaxation
152 #
153 &PARM05
154 bathyFile = 'bathy.labsea1979',
155 hydrogThetaFile = 'LevCli_temp.labsea1979',
156 hydrogSaltFile = 'LevCli_salt.labsea1979',
157 &

  ViewVC Help
Powered by ViewVC 1.1.22