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

Diff of /MITgcm/verification/OpenAD/input_ad/data

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

revision 1.2 by heimbach, Tue Aug 23 15:48:57 2005 UTC revision 1.10 by jmc, Thu Nov 6 23:24:13 2014 UTC
# Line 8  Line 8 
8   sRef = 15*35.,   sRef = 15*35.,
9   viscAr=1.E-3,   viscAr=1.E-3,
10   viscAh=5.E5,   viscAh=5.E5,
11   diffKhT=0.0,   diffKhT=0.0,
12   diffKrT=3.E-5,  #- diffKrT unused when compiled with ALLOW_3D_DIFFKR
13   diffKhS=0.0,    #diffKrT=3.E-5,
14     diffKhS=0.0,
15   diffKrS=3.E-5,   diffKrS=3.E-5,
16   rhonil=1035.,   rhoConst=1035.,
17     rotationPeriod=86400.,
18   gravity=9.81,   gravity=9.81,
19   eosType = 'JMD95Z',   eosType = 'JMD95Z',
20   ivdc_kappa=100.,   ivdc_kappa=100.,
# Line 29  Line 31 
31    
32  # Elliptic solver parameters  # Elliptic solver parameters
33   &PARM02   &PARM02
34   cg2dMaxIters=500,   cg2dMaxIters=1000,
35   cg2dTargetResidual=1.E-13,   cg2dTargetResidual=1.E-19,
36   &   &
37    
38  # Time stepping parameters  # Time stepping parameters
39   &PARM03   &PARM03
40   nIter0 =       0,   nIter0 =     0,
41   nTimeSteps = 120,   nTimeSteps = 4,
42  # 100 years of integration will yield a reasonable flow field  # 100 years of integration will yield a reasonable flow field
43  # startTime  =          0.,  # startTime  =          0.,
44  # endTime    = 3110400000.,  # endTime    = 3110400000.,
45   deltaTmom = 1200.0,   deltaTMom = 1200.0,
46   tauCD =     321428.,   tauCD =     321428.,
47   deltaTtracer= 43200.0,   deltaTtracer= 43200.0,
48   deltaTClock = 43200.0,   deltaTClock = 43200.0,
49  # if you are using a version later than checkpoint45d on the main branch  # if you are using a version later than checkpoint45d on the main branch
50  # you can uncomment the following line and increase the time step  # you can uncomment the following line and increase the time step
51  # deltaTtracer and deltaTClock to 172800.0 as well to speed up the  # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
52  # asynchronous time stepping  # asynchronous time stepping
53  # deltaTfreesurf = 172800.0,  # deltaTfreesurf = 172800.0,
54   abEps = 0.1,   abEps = 0.1,
55   pChkptFreq= 311040000.,   pChkptFreq= 311040000.,
56   dumpFreq=   311040000.,   dumpFreq       = 2592000.,
57   dumpFreq=   864000.,   adjDumpFreq    = 2592000.,
58   adjDumpFreq= 432000.,   monitorFreq    = 2592000.,
59  # taveFreq=   311040000.,   adjMonitorFreq = 2592000.,
 # taveFreq=   864000.,  
 #monitorFreq=31104000.,  
  monitorFreq=1.,  
60  # 2 months restoring timescale for temperature  # 2 months restoring timescale for temperature
61   tauThetaClimRelax =  5184000.0,   tauThetaClimRelax =  5184000.0,
62  # 6 months restoring timescale for salinity  # 6 months restoring timescale for salinity
# Line 69  Line 68 
68    
69  # Gridding parameters  # Gridding parameters
70   &PARM04   &PARM04
  usingCartesianGrid=.FALSE.,  
71   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
72   delR= 50., 70., 100., 140., 190.,   delR= 50.,  70., 100., 140., 190.,
73         240., 290., 340., 390., 440.,        240., 290., 340., 390., 440.,
74         490., 540., 590., 640., 690.,        490., 540., 590., 640., 690.,
75   phiMin=-80.,   ygOrigin=-80.,
76   dySpacing=4.,   dySpacing=4.,
77   dxSpacing=4.,   dxSpacing=4.,
78   &   &

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22