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

Diff of /MITgcm/verification/lab_sea/input_ad/data

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

revision 1.11 by heimbach, Mon Oct 31 03:28:48 2011 UTC revision 1.16 by jmc, Wed Jul 4 18:09:14 2012 UTC
# Line 12  Line 12 
12  #   diffKzT         - Vertical temperature diffusivity                  (m^2/s)  #   diffKzT         - Vertical temperature diffusivity                  (m^2/s)
13  #   diffKhS         - Horizontal salt diffusivity                       (m^2/s)  #   diffKhS         - Horizontal salt diffusivity                       (m^2/s)
14  #   diffKzS         - Vertical salt diffusivity                         (m^2/s)  #   diffKzS         - Vertical salt diffusivity                         (m^2/s)
 #   f0              - Reference coriolis parameter,  
 #                     south edge of f on beta plane                       (1/s)  
 #   beta            - df/dy                                         (s^-1.m^-1)  
 #   tAlpha          - Linear EOS thermal expansion coefficient           (1/oC)  
 #   sBeta           - Linear EOS haline contraction coefficient         (1/ppt)  
15  #   gravity         - Acceleration due to gravity                       (m/s^2)  #   gravity         - Acceleration due to gravity                       (m/s^2)
 #   gBaro           - Accel. due to gravity used in barotropic equation (m/s^2)  
16  #   rigidLid        - Set to true to use rigid lid  #   rigidLid        - Set to true to use rigid lid
17  #   implicitFreeSurface - Set to true to use implicit free surface  #   implicitFreeSurface - Set to true to use implicit free surface
18  #   eosType         - Flag for linear or polynomial equation of state  #   eosType         - Flag for linear or polynomial equation of state
# Line 44  Line 38 
38   diffKzT=1.46e-5,   diffKzT=1.46e-5,
39   diffKhS=0.0,   diffKhS=0.0,
40   diffKzS=1.46e-5,   diffKzS=1.46e-5,
  beta=1.E-11,  
  tAlpha=2.E-4,  
  sBeta =7.4E-4,  
  rigidLid=.FALSE.,  
41   implicitFreeSurface=.TRUE.,   implicitFreeSurface=.TRUE.,
42   eosType='JMD95Z',   eosType='JMD95Z',
  readBinaryPrec=32,  
  writeBinaryPrec=32,  
43   saltStepping=.TRUE.,   saltStepping=.TRUE.,
44   tempStepping=.TRUE.,   tempStepping=.TRUE.,
45   momStepping=.TRUE.,   momStepping=.TRUE.,
46   implicitDiffusion=.TRUE.,   implicitDiffusion=.TRUE.,
47   implicitViscosity=.TRUE.,   implicitViscosity=.TRUE.,
 #globalFiles=.TRUE.,  
 #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO  
  useSingleCpuIO=.FALSE.,  
48   allowFreezing=.FALSE.,   allowFreezing=.FALSE.,
49   HeatCapacity_Cp = 3986.D0  #- set wrong celsius2K to reproduce old results:
50     celsius2K=273.16,
51     HeatCapacity_Cp = 3986.D0,
52   gravity         = 9.8156,   gravity         = 9.8156,
53   rhoNil          = 1027.D0   rhoConst        = 1027.D0,
54   rhoConstFresh   = 999.8,   rhoConstFresh   = 999.8,
55   useCDscheme=.TRUE.,   useCDscheme=.TRUE.,
  inAdExact=.TRUE.,  
56  #ph(  #ph(
57   staggerTimeStep=.TRUE.,   staggerTimeStep=.TRUE.,
58   multiDimAdvection=.TRUE.,   multiDimAdvection=.TRUE.,
59   tempAdvScheme=30,   tempAdvScheme=30,
60   saltAdvScheme=30,   saltAdvScheme=30,
61  #ph)  #ph)
62    #globalFiles=.TRUE.,
63    #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
64     useSingleCpuIO=.FALSE.,
65     readBinaryPrec=32,
66     writeBinaryPrec=32,
67   &   &
68    
69  # Elliptic solver parameters  # Elliptic solver parameters
# Line 82  Line 73 
73  #  #
74   &PARM02   &PARM02
75   cg2dMaxIters=1000,   cg2dMaxIters=1000,
76   cg2dTargetResidual=1.D-13,   cg2dTargetResidual=1.E-13,
77   &   &
78    
79  # Time stepping parameters  # Time stepping parameters
# Line 103  Line 94 
94   &PARM03   &PARM03
95   tauCD=172800.,   tauCD=172800.,
96   startTime=0.0,   startTime=0.0,
97   nTimeSteps=3,   nTimeSteps=4,
98   deltaTmom=3600.0,   deltaTmom=3600.0,
99   deltaTtracer=3600.0,   deltaTtracer=3600.0,
100   deltaTClock =3600.0,   deltaTClock =3600.0,
101   cAdjFreq=0.,   cAdjFreq=0.,
102   abEps=0.1,   abEps=0.1,
103     forcing_In_AB = .FALSE.,
104   pChkptFreq=36000.,   pChkptFreq=36000.,
105   chkptFreq= 0.,   chkptFreq= 0.,
106   dumpFreq = 0.,   dumpFreq = 0.,
  tavefreq = 36000.,  
107   monitorFreq=1.,   monitorFreq=1.,
108   adjMonitorFreq=1.,   adjMonitorFreq=1.,
109   adjDumpFreq=1.,   adjDumpFreq=1.,
 #forcing_In_AB = .FALSE.  
  tracForcingOutAB=1,  
110   &   &
111    
112  # Gridding parameters  # Gridding parameters
# Line 134  Line 123 
123   delY=16*2.E0,   delY=16*2.E0,
124   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,   delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
125         100., 150., 200., 275., 350., 415., 450.,         100., 150., 200., 275., 350., 415., 450.,
126         500., 500., 500., 500., 500., 500., 500.         500., 500., 500., 500., 500., 500., 500.,
127   ygOrigin=46.,   ygOrigin=46.,
128   xgOrigin=280.,   xgOrigin=280.,
129   rSphere         = 6371.D3   rSphere = 6371.D3,
130   &   &
131    
132  # Input datasets  # Input datasets

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.22