/[MITgcm]/MITgcm/pkg/cheapaml/CHEAPAML.h
ViewVC logotype

Diff of /MITgcm/pkg/cheapaml/CHEAPAML.h

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

revision 1.10 by jmc, Fri Dec 28 23:23:27 2012 UTC revision 1.11 by jmc, Mon Feb 18 21:16:15 2013 UTC
# Line 113  C    cheap[]StartAB :: Adams-Bashforth r Line 113  C    cheap[]StartAB :: Adams-Bashforth r
113        INTEGER cheapTairStartAB, cheapQairStartAB, cheapTracStartAB        INTEGER cheapTairStartAB, cheapQairStartAB, cheapTracStartAB
114    
115  C--   COMMON /CHEAPAML_PARMS_L/  C--   COMMON /CHEAPAML_PARMS_L/
116    C     cheapamlXperiodic :: domain (including land) is periodic in X dir
117    C     cheapamlYperiodic :: domain (including land) is periodic in Y dir
118  C     useFreshWaterFlux :: option to include evap+precip  (on  by default)  C     useFreshWaterFlux :: option to include evap+precip  (on  by default)
119  C     useFluxLimit      :: use flux limiting advection    (off by default)  C     useFluxLimit      :: use flux limiting advection    (off by default)
120  C     useStressOption   :: use stress option              (off by default)  C     useStressOption   :: use stress option              (off by default)
# Line 121  C     useTimeVarBLH     :: use time vary Line 123  C     useTimeVarBLH     :: use time vary
123  C     useClouds         :: use clouds option              (off by default)  C     useClouds         :: use clouds option              (off by default)
124  C     useDLongWave      :: use imported downward longwave (off by default)  C     useDLongWave      :: use imported downward longwave (off by default)
125        COMMON /CHEAPAML_PARMS_L/        COMMON /CHEAPAML_PARMS_L/
126         &       cheapamlXperiodic,
127         &       cheapamlYperiodic,
128       &       useFreshWaterFlux,       &       useFreshWaterFlux,
129       &       useFluxLimit,       &       useFluxLimit,
130       &       useStressOption,       &       useStressOption,
# Line 130  C     useDLongWave      :: use imported Line 134  C     useDLongWave      :: use imported
134       &       useTimeVarBLH,       &       useTimeVarBLH,
135       &       useClouds,       &       useClouds,
136       &       useDLongWave       &       useDLongWave
137          LOGICAL cheapamlXperiodic
138          LOGICAL cheapamlYperiodic
139        LOGICAL useFreshWaterFlux        LOGICAL useFreshWaterFlux
140        LOGICAL useFluxLimit        LOGICAL useFluxLimit
141        LOGICAL useStressOption        LOGICAL useStressOption

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22