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

Annotation of /MITgcm/verification/offline_exf_seaice/input/data

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


Revision 1.8 - (hide annotations) (download)
Wed Feb 15 04:39:26 2012 UTC (12 years, 3 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63j, checkpoint63k, checkpoint64
Changes since 1.7: +1 -1 lines
moving code/README to more standard location
removing identical duplicate of README from code_ad/README
adding info about model configuration in README
adding a missing comma in input/data

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     # 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 dimitri 1.8 momStepping=.FALSE.,
37 jmc 1.7 allowFreezing=.FALSE.,
38     HeatCapacity_Cp = 3986.0,
39     gravity = 9.8156,
40     rhoConst = 1027.0,
41     rhoConstFresh = 999.8,
42 heimbach 1.1 readBinaryPrec=32,
43     writeBinaryPrec=32,
44 jmc 1.5 #- not safe to use globalFiles in multi-processors runs
45     #globalFiles=.TRUE.,
46 heimbach 1.1 &
47    
48     # Elliptic solver parameters
49     #
50     # cg2dMaxIters - Maximum number of 2d solver iterations
51     # cg2dTargetResidual - Solver target residual
52     #
53     &PARM02
54     cg2dMaxIters=500,
55     cg2dTargetResidual=1.D-8
56     &
57    
58     # Time stepping parameters
59     #
60     # startTime - Integration starting time (s)
61     # endTime - Integration ending time (s)
62     # tauCD - CD scheme coupling timescale (s)
63     # deltaTMom - Timestep for momemtum equations (s)
64     # deltaTtracer - Tracer timestep (s)
65     # deltaTClock - Timestep used as model "clock" (s)
66     # abEps - Adams-Bashforth stabilising factor
67     # pChkPtFreq - Frequency of permanent check pointing (s)
68     # chkPtFreq - Frequency of rolling check pointing (s)
69     # dumpFreq - Frequency at which model state is stored (s)
70     # tauThetaClimRelax - Relaxation to climatology time scale (s)
71     # tauSaltClimRelax - Relaxation to climatology time scale (s)
72     #
73     &PARM03
74 jmc 1.7 nIter0=0,
75 heimbach 1.1 nTimeSteps=1440,
76     deltaTmom=3600.0,
77     deltaTtracer=3600.0,
78     deltaTClock =3600.0,
79     cAdjFreq=0.,
80     abEps=0.1,
81     forcing_In_AB = .FALSE.,
82     # pChkptFreq=36000.,
83     # chkptFreq= 0.,
84     # dumpFreq = 0.,
85 jmc 1.3 tavefreq = 5184000.,
86 heimbach 1.1 monitorFreq=864000.,
87     # adjDumpFreq=86400.,
88     &
89    
90     # Gridding parameters
91     #
92     # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
93     # delX - Zonal grid spacing (degrees)
94     # delY - Meridional grid spacing (degrees)
95     # delZ - Vertical grid spacing (m)
96 jmc 1.2 # ygOrigin - Southern boundary latitude (degrees)
97 heimbach 1.1 #
98     &PARM04
99     usingSphericalPolarGrid=.TRUE.,
100     delX=20*2.E0,
101     delY=16*2.E0,
102     delZ= 10.,10.,10.,
103 jmc 1.2 ygOrigin=46.,
104     xgOrigin=280.,
105 heimbach 1.1 rSphere = 6371.D3
106     &
107    
108     # Input datasets
109     #
110     # bathyFile - File containing bathymetry
111     # hydrogThetaFile - File containing initial potential temperature data
112     # hydrogSaltFile - File containing initial salinity data
113     # zonalWindFile - File containing zonal wind data
114     # meridWindFile - File containing meridional wind data
115     # thetaClimFile - File containing theta climatology used for relaxation
116     # saltClimFile - File containing salt climatology used for relaxation
117     #
118     &PARM05
119     bathyFile = 'bathy.labsea1979',
120     hydrogThetaFile = 'LevCli_temp.labsea1979',
121     hydrogSaltFile = 'LevCli_salt.labsea1979',
122     &

  ViewVC Help
Powered by ViewVC 1.1.22