/[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.5 by edhill, Thu Oct 23 04:41:40 2003 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,       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,
115       &  ctrlname, costname, scalname, maskname, metaname       &  ctrlname, costname, scalname, maskname, metaname
116    
117        _BEGIN_MASTER( myThid )        _BEGIN_MASTER( myThid )
# 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_'
# Line 184  c--     Set default values. Line 187  c--     Set default values.
187          yadmark             = 'ad'          yadmark             = 'ad'
188  #endif  #endif
189          yctrlid             = 'MIT_CE_000'          yctrlid             = 'MIT_CE_000'
190            yctrlposunpack      = '.opt'
191            yctrlpospack        = '.opt'
192          ctrlname            = ' '          ctrlname            = ' '
193          costname            = ' '          costname            = ' '
194          scalname            = ' '          scalname            = ' '

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

  ViewVC Help
Powered by ViewVC 1.1.22