/[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.20 by heimbach, Mon Dec 19 23:29:25 2005 UTC revision 1.21 by heimbach, Mon Dec 19 23:37:14 2005 UTC
# Line 124  c--   Read the namelist input. Line 124  c--   Read the namelist input.
124       &  doZscalePack,       &  doZscalePack,
125       &  doMainUnpack,       &  doMainUnpack,
126       &  doMainPack,       &  doMainPack,
127       &  admtlmBypassAD       &  doAdmtlmBypassAD
128    
129        namelist /ctrl_packnames/        namelist /ctrl_packnames/
130       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,
# Line 144  c--     Set default values. Line 144  c--     Set default values.
144          doZscalePack        = .FALSE.          doZscalePack        = .FALSE.
145          doMainUnpack        = .TRUE.          doMainUnpack        = .TRUE.
146          doMainPack          = .TRUE.          doMainPack          = .TRUE.
147          admtlmBypassAD      = .FALSE.          doAdmtlmBypassAD    = .FALSE.
148    
149          xx_theta_file      = 'xx_theta'          xx_theta_file      = 'xx_theta'
150          xx_salt_file       = 'xx_salt'          xx_salt_file       = 'xx_salt'

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.22