/[MITgcm]/MITgcm_contrib/ksnow/press_release/code/set_defaults.F
ViewVC logotype

Diff of /MITgcm_contrib/ksnow/press_release/code/set_defaults.F

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

revision 1.1 by ksnow, Fri Dec 16 15:23:18 2016 UTC revision 1.2 by ksnow, Mon Jan 30 16:32:18 2017 UTC
# Line 203  C-    viscosity and diffusivity default Line 203  C-    viscosity and diffusivity default
203        useStrainTensionVisc= .FALSE.        useStrainTensionVisc= .FALSE.
204        implicitDiffusion   = .FALSE.        implicitDiffusion   = .FALSE.
205        implicitViscosity   = .FALSE.        implicitViscosity   = .FALSE.
206        implBottomFriction  = .FALSE.        selectImplicitDrag  = 0
207        momImplVertAdv      = .FALSE.        momImplVertAdv      = .FALSE.
208        tempImplVertAdv     = .FALSE.        tempImplVertAdv     = .FALSE.
209        saltImplVertAdv     = .FALSE.        saltImplVertAdv     = .FALSE.
# Line 245  C--   Set (free)surface-related paramete Line 245  C--   Set (free)surface-related paramete
245        implicitFreeSurface = .FALSE.        implicitFreeSurface = .FALSE.
246        rigidLid            = .FALSE.        rigidLid            = .FALSE.
247        implicSurfPress     = 1. _d 0        implicSurfPress     = 1. _d 0
248        implicDiv2Dflow     = 1. _d 0        implicDiv2DFlow     = 1. _d 0
249        exactConserv        = .FALSE.        exactConserv        = .FALSE.
250        linFSConserveTr     = .FALSE.        linFSConserveTr     = .FALSE.
251        uniformLin_PhiSurf  = .TRUE.        uniformLin_PhiSurf  = .TRUE.
# Line 288  C--   Elliptic solver parameters Line 288  C--   Elliptic solver parameters
288        cg3dTargetResidual = 1. _d -7        cg3dTargetResidual = 1. _d -7
289        cg3dChkResFreq     = 1        cg3dChkResFreq     = 1
290        useSRCGSolver      = .FALSE.        useSRCGSolver      = .FALSE.
 #ifdef ALLOW_PRESSURE_RELEASE_CODE  
       cg2dMinColumnEps = 0. _d 0  
       pReleaseVisc       = 0. _d 0  
 #endif  
291    
292  C--   Time stepping parameters  C--   Time stepping parameters
293        deltaT            = 0. _d 0        deltaT            = 0. _d 0

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

  ViewVC Help
Powered by ViewVC 1.1.22