/[MITgcm]/MITgcm/verification/offline_exf_seaice/input.seaicetd/data
ViewVC logotype

Contents of /MITgcm/verification/offline_exf_seaice/input.seaicetd/data

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


Revision 1.6 - (show annotations) (download)
Mon Apr 25 21:20:13 2011 UTC (13 years ago) by ifenty
Branch: MAIN
CVS Tags: checkpoint63h, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62w, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.5: +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= 3*4.0 ,
30 sRef= 3*34.65,
31 no_slip_sides=.FALSE.,
32 no_slip_bottom=.TRUE.,
33 viscAz=1.93e-5,
34 viscAh=5.E4,
35 diffKhT=0.0,
36 diffKzT=1.46e-5,
37 diffKhS=0.0,
38 diffKzS=1.46e-5,
39 beta=1.E-11,
40 tAlpha=2.E-4,
41 sBeta =7.4E-4,
42 eosType='JMD95Z',
43 saltStepping=.FALSE.,
44 tempStepping=.FALSE.,
45 momStepping=.FALSE.
46 readBinaryPrec=32,
47 writeBinaryPrec=32,
48 #- not safe to use globalFiles in multi-processors runs
49 #globalFiles=.TRUE.,
50 allowFreezing=.FALSE.,
51 HeatCapacity_Cp = 3986.0,
52 gravity = 9.8156,
53 gBaro = 9.8156,
54 rhoNil = 1027.0,
55 rhoConstFresh = 999.8,
56 &
57
58 # Elliptic solver parameters
59 #
60 # cg2dMaxIters - Maximum number of 2d solver iterations
61 # cg2dTargetResidual - Solver target residual
62 #
63 &PARM02
64 cg2dMaxIters=500,
65 cg2dTargetResidual=1.D-8
66 &
67
68 # Time stepping parameters
69 #
70 # startTime - Integration starting time (s)
71 # endTime - Integration ending time (s)
72 # tauCD - CD scheme coupling timescale (s)
73 # deltaTMom - Timestep for momemtum equations (s)
74 # deltaTtracer - Tracer timestep (s)
75 # deltaTClock - Timestep used as model "clock" (s)
76 # abEps - Adams-Bashforth stabilising factor
77 # pChkPtFreq - Frequency of permanent check pointing (s)
78 # chkPtFreq - Frequency of rolling check pointing (s)
79 # dumpFreq - Frequency at which model state is stored (s)
80 # tauThetaClimRelax - Relaxation to climatology time scale (s)
81 # tauSaltClimRelax - Relaxation to climatology time scale (s)
82 #
83 &PARM03
84 niter0=0,
85 nTimeSteps=1440,
86 deltaTmom=3600.0,
87 deltaTtracer=3600.0,
88 deltaTClock =3600.0,
89 cAdjFreq=0.,
90 abEps=0.1,
91 forcing_In_AB = .FALSE.,
92 # pChkptFreq=36000.,
93 # chkptFreq= 0.,
94 # dumpFreq = 0.,
95 tavefreq = 5184000.,
96 monitorFreq=864000.,
97 # adjDumpFreq=86400.,
98 &
99
100 # Gridding parameters
101 #
102 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
103 # delX - Zonal grid spacing (degrees)
104 # delY - Meridional grid spacing (degrees)
105 # delZ - Vertical grid spacing (m)
106 # ygOrigin - Southern boundary latitude (degrees)
107 #
108 &PARM04
109 usingSphericalPolarGrid=.TRUE.,
110 delX=20*2.E0,
111 delY=16*2.E0,
112 delZ= 10.,10.,10.,
113 ygOrigin=46.,
114 xgOrigin=280.,
115 rSphere = 6371.D3
116 &
117
118 # Input datasets
119 #
120 # bathyFile - File containing bathymetry
121 # hydrogThetaFile - File containing initial potential temperature data
122 # hydrogSaltFile - File containing initial salinity data
123 # zonalWindFile - File containing zonal wind data
124 # meridWindFile - File containing meridional wind data
125 # thetaClimFile - File containing theta climatology used for relaxation
126 # saltClimFile - File containing salt climatology used for relaxation
127 #
128 &PARM05
129 bathyFile = 'bathy.labsea1979',
130 hydrogThetaFile = 'LevCli_temp.labsea1979',
131 hydrogSaltFile = 'LevCli_salt.labsea1979',
132 &

  ViewVC Help
Powered by ViewVC 1.1.22