/[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.82 by cheisey, Thu Nov 21 19:11:42 2002 UTC revision 1.83 by jmc, Tue Dec 10 02:47:26 2002 UTC
# Line 587  Cml      _RL tAlpha Line 587  Cml      _RL tAlpha
587  Cml      _RL sBeta  Cml      _RL sBeta
588    
589  C Atmospheric physical parameters (Ideal Gas EOS, ...)  C Atmospheric physical parameters (Ideal Gas EOS, ...)
590  C     atm_po    :: standard reference pressure  C     atm_Po    :: standard reference pressure
591  C     atm_cp    :: specific heat (Cp) of the (dry) air at constant pressure  C     atm_Cp    :: specific heat (Cp) of the (dry) air at constant pressure
592    C     atm_Rd    :: gas constant for dry air
593  C     atm_kappa :: kappa = R/Cp (R: constant of Ideal Gas EOS)  C     atm_kappa :: kappa = R/Cp (R: constant of Ideal Gas EOS)
594  C     Integr_GeoPot :: option to select the way we integrate the geopotential  C     integr_GeoPot :: option to select the way we integrate the geopotential
595  C                     (still a subject of discussions ...)  C                     (still a subject of discussions ...)
596        COMMON /PARM_ATM/ atm_cp, atm_kappa, atm_po,  C     selectFindRoSurf :: select the way surf. ref. pressure (=Ro_surf) is
597       &                  Integr_GeoPot  C             derived from the orography. Implemented: 0,1 (see INI_P_GROUND)
598        _RL atm_cp, atm_kappa, atm_po        COMMON /PARM_ATM/ atm_Cp, atm_Rd, atm_kappa, atm_Po,
599        INTEGER Integr_GeoPot       &                  integr_GeoPot, selectFindRoSurf
600          _RL atm_Po, atm_Cp, atm_Rd, atm_kappa
601          INTEGER integr_GeoPot, selectFindRoSurf
602    
603  C Logical flags for selecting packages  C Logical flags for selecting packages
604        LOGICAL useKPP        LOGICAL useKPP

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83

  ViewVC Help
Powered by ViewVC 1.1.22