/[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.43 by adcroft, Wed Apr 5 17:52:16 2000 UTC revision 1.44 by adcroft, Wed Jun 21 19:21:44 2000 UTC
# Line 318  C     hFacMinDp    - Minimum dimesional Line 318  C     hFacMinDp    - Minimum dimesional
318  C     hFacMinDr    - Minimum dimesional size of a cell (affects hFacC etc..., units of r)  C     hFacMinDr    - Minimum dimesional size of a cell (affects hFacC etc..., units of r)
319  C     tauCD        - CD scheme coupling timescale ( 1/s )  C     tauCD        - CD scheme coupling timescale ( 1/s )
320  C     rCD          - CD scheme normalised coupling parameter ( 0-1 )  C     rCD          - CD scheme normalised coupling parameter ( 0-1 )
 C     GMmaxslope    - max. slope allowed in GM/Redi tensor  
 C     GMlength      - Length to use in Visbeck et al. formula for K (m)  
 C     GMalpha       - alpha to use in Visbeck et al. formula for K  
 C     GMdepth       - Depth over which to integrate Richardson # (Visbeck et al.)  
 C     GMkbackground - background value of GM/Redi diffusion coefficient ( m^2/s )  
 C     GMmaxval      - max. value of KapGM allowed in GM/Redi scheme ( m^2/s )  
321  C     startTime     - Starting time for this integration ( s ).  C     startTime     - Starting time for this integration ( s ).
322  C     endTime       - Ending time for this integration ( s ).  C     endTime       - Ending time for this integration ( s ).
323  C     chkPtFreq     - Frequency of rolling check pointing ( s ).  C     chkPtFreq     - Frequency of rolling check pointing ( s ).
# Line 363  C                          circles ( see Line 357  C                          circles ( see
357       & diffKhT, diffKzT, diffK4T, diffKrT,       & diffKhT, diffKzT, diffK4T, diffKrT,
358       & diffKhS, diffKzS, diffK4S, diffKrS,       & diffKhS, diffKzS, diffK4S, diffKrS,
359       & delT, tauCD, rCD, freeSurfFac, hFacMin, hFacMinDz,       & delT, tauCD, rCD, freeSurfFac, hFacMin, hFacMinDz,
      & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,GMmaxval,  
360       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
361       & recip_rhoConst, rhoConst, tRef, sRef,       & recip_rhoConst, rhoConst, tRef, sRef,
362       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, taveFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, taveFreq,
# Line 418  C                          circles ( see Line 411  C                          circles ( see
411        _RL delt        _RL delt
412        _RL tauCD        _RL tauCD
413        _RL rCD        _RL rCD
       _RL GMmaxslope  
       _RL GMlength  
       _RL GMalpha  
       _RL GMdepth  
       _RL GMkbackground  
       _RL GMmaxval  
414        _RL gravity        _RL gravity
415        _RL recip_gravity        _RL recip_gravity
416        _RL gBaro        _RL gBaro
# Line 506  C Line 493  C
493        INTEGER OB_Jsouth(Nx)        INTEGER OB_Jsouth(Nx)
494        INTEGER OB_Ieast(Ny)        INTEGER OB_Ieast(Ny)
495        INTEGER OB_Iwest(Ny)        INTEGER OB_Iwest(Ny)
496    
497    C Logical flags for selecting packages
498          LOGICAL use_KPPmixing
499          LOGICAL use_GMRedi
500          COMMON /PARM_PACKAGES/
501         &        use_KPPmixing,use_GMRedi

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

  ViewVC Help
Powered by ViewVC 1.1.22