/[MITgcm]/MITgcm/pkg/ctrl/ctrl_readparms.F
ViewVC logotype

Diff of /MITgcm/pkg/ctrl/ctrl_readparms.F

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

revision 1.10 by heimbach, Tue Jan 4 22:02:31 2005 UTC revision 1.11 by heimbach, Wed Jan 12 23:39:39 2005 UTC
# Line 106  c--   Read the namelist input. Line 106  c--   Read the namelist input.
106       &  xx_efluxp_file,       &  xx_efluxp_file,
107       &  xx_bottomdrag_file,       &  xx_bottomdrag_file,
108       &  doInitXX,       &  doInitXX,
109       &  doPackDiag       &  doPackDiag,
110         &  doZscaleUnpack,
111         &  doZscalePack
112    
113    
114        namelist /ctrl_packnames/        namelist /ctrl_packnames/
115       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,
# Line 122  c--     Set default values. Line 125  c--     Set default values.
125          doAdmTlm            = .FALSE.          doAdmTlm            = .FALSE.
126  #endif  #endif
127          doPackDiag          = .FALSE.          doPackDiag          = .FALSE.
128            doZscaleUnpack      = .FALSE.
129            doZscalePack        = .FALSE.
130    
131          xx_theta_file      = ' '          xx_theta_file      = ' '
132          xx_salt_file       = ' '          xx_salt_file       = ' '

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

  ViewVC Help
Powered by ViewVC 1.1.22