/[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.25 by heimbach, Fri Oct 27 05:16:54 2006 UTC revision 1.26 by gforget, Wed Jun 20 19:31:03 2007 UTC
# Line 129  c--   Read the namelist input. Line 129  c--   Read the namelist input.
129       &  doZscaleUnpack, doZscalePack,       &  doZscaleUnpack, doZscalePack,
130       &  doMainUnpack, doMainPack,       &  doMainUnpack, doMainPack,
131       &  doAdmtlmBypassAD,       &  doAdmtlmBypassAD,
132       &  delZexp       &  delZexp, forcingPrecond
133    
134        namelist /ctrl_packnames/        namelist /ctrl_packnames/
135       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,
# Line 152  c--     Set default values. Line 152  c--     Set default values.
152          doAdmtlmBypassAD    = .FALSE.          doAdmtlmBypassAD    = .FALSE.
153    
154          delZexp = 0.          delZexp = 0.
155            forcingPrecond = 1. _d 0
156    
157          xx_theta_file      = 'xx_theta'          xx_theta_file      = 'xx_theta'
158          xx_salt_file       = 'xx_salt'          xx_salt_file       = 'xx_salt'

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

  ViewVC Help
Powered by ViewVC 1.1.22