/[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.9 by heimbach, Sat Dec 4 17:12:00 2004 UTC revision 1.10 by heimbach, Tue Jan 4 22:02:31 2005 UTC
# Line 105  c--   Read the namelist input. Line 105  c--   Read the namelist input.
105       &  xx_efluxy_file,       &  xx_efluxy_file,
106       &  xx_efluxp_file,       &  xx_efluxp_file,
107       &  xx_bottomdrag_file,       &  xx_bottomdrag_file,
108       &  doInitXX       &  doInitXX,
109         &  doPackDiag
110    
111        namelist /ctrl_packnames/        namelist /ctrl_packnames/
112       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,
# Line 120  c--     Set default values. Line 121  c--     Set default values.
121  #else  #else
122          doAdmTlm            = .FALSE.          doAdmTlm            = .FALSE.
123  #endif  #endif
124            doPackDiag          = .FALSE.
125    
126          xx_theta_file      = ' '          xx_theta_file      = ' '
127          xx_salt_file       = ' '          xx_salt_file       = ' '

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

  ViewVC Help
Powered by ViewVC 1.1.22