/[MITgcm]/MITgcm/model/src/packages_boot.F
ViewVC logotype

Diff of /MITgcm/model/src/packages_boot.F

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

revision 1.8 by jmc, Tue Dec 11 14:57:34 2001 UTC revision 1.9 by adcroft, Mon Mar 4 17:26:41 2002 UTC
# Line 52  C     data.pkg namelists Line 52  C     data.pkg namelists
52       &          useECCO,       &          useECCO,
53       &          useSHAP_FILT,       &          useSHAP_FILT,
54       &          useZONAL_FILT,       &          useZONAL_FILT,
55       &          useFLT       &          useFLT,
56         &          usePTRACERS
57  CEOP  CEOP
58    
59        _BEGIN_MASTER(myThid)        _BEGIN_MASTER(myThid)
# Line 77  C--   Default package configuration Line 78  C--   Default package configuration
78        useSHAP_FILT=.FALSE.        useSHAP_FILT=.FALSE.
79        useZONAL_FILT=.FALSE.        useZONAL_FILT=.FALSE.
80        useFLT=.FALSE.        useFLT=.FALSE.
81          usePTRACERS=.FALSE.
82    
83  C--   Read parameters from open data file  C--   Read parameters from open data file
84        READ(UNIT=iUnit,NML=PACKAGES)        READ(UNIT=iUnit,NML=PACKAGES)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22