/[MITgcm]/MITgcm/model/src/set_defaults.F
ViewVC logotype

Diff of /MITgcm/model/src/set_defaults.F

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

revision 1.40 by jmc, Mon Oct 7 16:20:39 2002 UTC revision 1.43 by jmc, Tue Dec 10 02:55:47 2002 UTC
# Line 129  Cml      sBeta               = 7.4D-4 Line 129  Cml      sBeta               = 7.4D-4
129        saltForcing         = .TRUE.        saltForcing         = .TRUE.
130        tr1Stepping         = .FALSE.        tr1Stepping         = .FALSE.
131        metricTerms         = .TRUE.        metricTerms         = .TRUE.
132          useNHMTerms         = .TRUE.
133        implicitDiffusion   = .FALSE.        implicitDiffusion   = .FALSE.
134        implicitViscosity   = .FALSE.        implicitViscosity   = .FALSE.
135        nonHydrostatic      = .FALSE.        nonHydrostatic      = .FALSE.
136          quasiHydrostatic    = .FALSE.
137        globalFiles         = .FALSE.        globalFiles         = .FALSE.
138        allowFreezing       = .FALSE.        allowFreezing       = .FALSE.
139        ivdc_kappa          = 0.D0        ivdc_kappa          = 0.D0
# Line 165  C--   Set (free)surface-related paramete Line 167  C--   Set (free)surface-related paramete
167        trac_EvPrRn = UNSET_RL        trac_EvPrRn = UNSET_RL
168    
169  C--   Atmospheric physical parameters (e.g.: EOS)  C--   Atmospheric physical parameters (e.g.: EOS)
170        atm_po =  1.D5        atm_Po =  1.D5
171        atm_cp =  1004.D0        atm_Cp =  1004.D0
172          atm_Rd =  UNSET_RL
173        atm_kappa = 2.D0 / 7.D0        atm_kappa = 2.D0 / 7.D0
174        Integr_GeoPot = 2        integr_GeoPot = 2
175          selectFindRoSurf = 0
176    
177  C--   Elliptic solver parameters  C--   Elliptic solver parameters
178        cg2dMaxIters       = 150        cg2dMaxIters       = 150

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.43

  ViewVC Help
Powered by ViewVC 1.1.22