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

Diff of /MITgcm/verification/offline_exf_seaice/input/data

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

revision 1.6 by ifenty, Mon Apr 25 21:20:13 2011 UTC revision 1.7 by jmc, Mon Jan 16 19:44:38 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 36  Line 30 
30   diffKzT=1.46e-5,   diffKzT=1.46e-5,
31   diffKhS=0.0,   diffKhS=0.0,
32   diffKzS=1.46e-5,   diffKzS=1.46e-5,
  beta=1.E-11,  
  tAlpha=2.E-4,  
  sBeta =7.4E-4,  
33   eosType='JMD95Z',   eosType='JMD95Z',
34   saltStepping=.FALSE.,   saltStepping=.FALSE.,
35   tempStepping=.FALSE.,   tempStepping=.FALSE.,
36   momStepping=.FALSE.   momStepping=.FALSE.
  readBinaryPrec=32,  
  writeBinaryPrec=32,  
 #- not safe to use globalFiles in multi-processors runs  
 #globalFiles=.TRUE.,  
37   allowFreezing=.FALSE.,   allowFreezing=.FALSE.,
38   HeatCapacity_Cp = 3986.0,   HeatCapacity_Cp = 3986.0,
39   gravity         = 9.8156,   gravity         = 9.8156,
40   gBaro           = 9.8156,   rhoConst        = 1027.0,
  rhoNil          = 1027.0,  
41   rhoConstFresh   = 999.8,   rhoConstFresh   = 999.8,
42     readBinaryPrec=32,
43     writeBinaryPrec=32,
44    #- not safe to use globalFiles in multi-processors runs
45    #globalFiles=.TRUE.,
46   &   &
47    
48  # Elliptic solver parameters  # Elliptic solver parameters
# Line 81  Line 71 
71  #   tauSaltClimRelax  - Relaxation to climatology time scale     (s)  #   tauSaltClimRelax  - Relaxation to climatology time scale     (s)
72  #  #
73   &PARM03   &PARM03
74   niter0=0,   nIter0=0,
75   nTimeSteps=1440,   nTimeSteps=1440,
76   deltaTmom=3600.0,   deltaTmom=3600.0,
77   deltaTtracer=3600.0,   deltaTtracer=3600.0,

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22