/[MITgcm]/MITgcm/model/inc/PARAMS.h
ViewVC logotype

Diff of /MITgcm/model/inc/PARAMS.h

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

revision 1.233 by jmc, Sun Nov 29 03:06:25 2009 UTC revision 1.234 by jmc, Tue Dec 8 00:29:32 2009 UTC
# Line 143  C     nonlinFreeSurf      :: option rela Line 143  C     nonlinFreeSurf      :: option rela
143  C                           =0 Linear free surface ; >0 Non-linear  C                           =0 Linear free surface ; >0 Non-linear
144  C     select_rStar        :: option related to r* vertical coordinate  C     select_rStar        :: option related to r* vertical coordinate
145  C                           =0 (default) use r coord. ; > 0 use r*  C                           =0 (default) use r coord. ; > 0 use r*
146    C     selectNHfreeSurf    :: option for Non-Hydrostatic (free-)Surface formulation:
147    C                           =0 (default) hydrostatic surf. ; > 0 add NH effects.
148  C     selectAddFluid      :: option to add mass source/sink of fluid in the interior  C     selectAddFluid      :: option to add mass source/sink of fluid in the interior
149  C                            (3-D generalisation of oceanic real-fresh water flux)  C                            (3-D generalisation of oceanic real-fresh water flux)
150  C                           =0 off ; =1 add fluid ; =-1 virtual flux (no mass added)  C                           =0 off ; =1 add fluid ; =-1 virtual flux (no mass added)
# Line 169  C     debugLevel          :: debug level Line 171  C     debugLevel          :: debug level
171       &        writeStatePrec,       &        writeStatePrec,
172       &        writeBinaryPrec, readBinaryPrec,       &        writeBinaryPrec, readBinaryPrec,
173       &        nonlinFreeSurf, select_rStar,       &        nonlinFreeSurf, select_rStar,
174         &        selectNHfreeSurf,
175       &        selectAddFluid,       &        selectAddFluid,
176       &        momForcingOutAB, tracForcingOutAB,       &        momForcingOutAB, tracForcingOutAB,
177       &        tempAdvScheme, tempVertAdvScheme,       &        tempAdvScheme, tempVertAdvScheme,
# Line 188  C     debugLevel          :: debug level Line 191  C     debugLevel          :: debug level
191        INTEGER readBinaryPrec        INTEGER readBinaryPrec
192        INTEGER nonlinFreeSurf        INTEGER nonlinFreeSurf
193        INTEGER select_rStar        INTEGER select_rStar
194          INTEGER selectNHfreeSurf
195        INTEGER selectAddFluid        INTEGER selectAddFluid
196        INTEGER momForcingOutAB, tracForcingOutAB        INTEGER momForcingOutAB, tracForcingOutAB
197        INTEGER tempAdvScheme, tempVertAdvScheme        INTEGER tempAdvScheme, tempVertAdvScheme

Legend:
Removed from v.1.233  
changed lines
  Added in v.1.234

  ViewVC Help
Powered by ViewVC 1.1.22