/[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.6 by heimbach, Fri May 28 16:04:42 2004 UTC revision 1.7 by heimbach, Thu Nov 11 06:28:33 2004 UTC
# Line 107  c--   Read the namelist input. Line 107  c--   Read the namelist input.
107       &  xx_hfacc_file,       &  xx_hfacc_file,
108       &  xx_efluxy_file,       &  xx_efluxy_file,
109       &  xx_efluxp_file,       &  xx_efluxp_file,
110       &  xx_bottomdrag_file       &  xx_bottomdrag_file,
111         &  doInitXX
112    
113        namelist /ctrl_packnames/        namelist /ctrl_packnames/
114       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,
# Line 176  c--     Set default values. Line 177  c--     Set default values.
177          xx_efluxp_file      = ' '          xx_efluxp_file      = ' '
178          xx_bottomdrag_file  = ' '          xx_bottomdrag_file  = ' '
179    
180            doInitXX            = .TRUE.
181    
182  #ifdef ALLOW_TANGENTLINEAR_RUN  #ifdef ALLOW_TANGENTLINEAR_RUN
183          yadprefix           = 'g_'          yadprefix           = 'g_'
184          yadmark             = 'g_'          yadmark             = 'g_'

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22