/[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.14 by heimbach, Thu Apr 7 23:38:43 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       &  xx_edtaux_file,
109         &  xx_edtauy_file,
110         &  xx_uvel_file,
111         &  xx_vvel_file,
112         &  xx_etan_file,
113         &  doInitXX,
114         &  doPackDiag,
115         &  doZscaleUnpack,
116         &  doZscalePack
117    
118    
119        namelist /ctrl_packnames/        namelist /ctrl_packnames/
120       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,
# Line 120  c--     Set default values. Line 129  c--     Set default values.
129  #else  #else
130          doAdmTlm            = .FALSE.          doAdmTlm            = .FALSE.
131  #endif  #endif
132            doPackDiag          = .FALSE.
133            doZscaleUnpack      = .FALSE.
134            doZscalePack        = .FALSE.
135    
136          xx_theta_file      = ' '          xx_theta_file      = 'xx_theta'
137          xx_salt_file       = ' '          xx_salt_file       = 'xx_salt'
138          xx_hfluxstartdate1 =   0          xx_hfluxstartdate1 =   0
139          xx_hfluxstartdate2 =   0          xx_hfluxstartdate2 =   0
140          xx_hfluxperiod     =   0. _d 0          xx_hfluxperiod     =   0. _d 0
141          xx_hflux_file      = ' '          xx_hflux_file      = 'xx_hfl'
142          xx_sfluxstartdate1 =   0          xx_sfluxstartdate1 =   0
143          xx_sfluxstartdate2 =   0          xx_sfluxstartdate2 =   0
144          xx_sfluxperiod     =   0. _d 0          xx_sfluxperiod     =   0. _d 0
145          xx_sflux_file      = ' '          xx_sflux_file      = 'xx_sfl'
146          xx_tauustartdate1  =   0          xx_tauustartdate1  =   0
147          xx_tauustartdate2  =   0          xx_tauustartdate2  =   0
148          xx_tauuperiod      =   0. _d 0          xx_tauuperiod      =   0. _d 0
149          xx_tauu_file       = ' '          xx_tauu_file       = 'xx_tauu'
150          xx_tauvstartdate1  =   0          xx_tauvstartdate1  =   0
151          xx_tauvstartdate2  =   0          xx_tauvstartdate2  =   0
152          xx_tauvperiod      =   0. _d 0          xx_tauvperiod      =   0. _d 0
153          xx_tauv_file       = ' '          xx_tauv_file       = 'xx_tauv'
154          xx_atempstartdate1  =   0          xx_atempstartdate1  =   0
155          xx_atempstartdate2  =   0          xx_atempstartdate2  =   0
156          xx_atempperiod      =   0. _d 0          xx_atempperiod      =   0. _d 0
157          xx_atemp_file       = ' '          xx_atemp_file       = 'xx_atemp'
158          xx_aqhstartdate1    =   0          xx_aqhstartdate1    =   0
159          xx_aqhstartdate2    =   0          xx_aqhstartdate2    =   0
160          xx_aqhperiod        =   0. _d 0          xx_aqhperiod        =   0. _d 0
161          xx_aqh_file         = ' '          xx_aqh_file         = 'xx_aqh'
162          xx_uwindstartdate1  =   0          xx_uwindstartdate1  =   0
163          xx_uwindstartdate2  =   0          xx_uwindstartdate2  =   0
164          xx_uwindperiod      =   0. _d 0          xx_uwindperiod      =   0. _d 0
165          xx_uwind_file       = ' '          xx_uwind_file       = 'xx_uwind'
166          xx_vwindstartdate1  =   0          xx_vwindstartdate1  =   0
167          xx_vwindstartdate2  =   0          xx_vwindstartdate2  =   0
168          xx_vwindperiod      =   0. _d 0          xx_vwindperiod      =   0. _d 0
169          xx_vwind_file       = ' '          xx_vwind_file       = 'xx_vwind'
170          xx_obcsnstartdate1  =   0          xx_obcsnstartdate1  =   0
171          xx_obcsnstartdate2  =   0          xx_obcsnstartdate2  =   0
172          xx_obcsnperiod      =   0. _d 0          xx_obcsnperiod      =   0. _d 0
173          xx_obcsn_file       = ' '          xx_obcsn_file       = 'xx_obcsn'
174          xx_obcssstartdate1  =   0          xx_obcssstartdate1  =   0
175          xx_obcssstartdate2  =   0          xx_obcssstartdate2  =   0
176          xx_obcssperiod      =   0. _d 0          xx_obcssperiod      =   0. _d 0
177          xx_obcss_file       = ' '          xx_obcss_file       = 'xx_obcss'
178          xx_obcswstartdate1  =   0          xx_obcswstartdate1  =   0
179          xx_obcswstartdate2  =   0          xx_obcswstartdate2  =   0
180          xx_obcswperiod      =   0. _d 0          xx_obcswperiod      =   0. _d 0
181          xx_obcsw_file       = ' '          xx_obcsw_file       = 'xx_obcsw'
182          xx_obcsestartdate1  =   0          xx_obcsestartdate1  =   0
183          xx_obcsestartdate2  =   0          xx_obcsestartdate2  =   0
184          xx_obcseperiod      =   0. _d 0          xx_obcseperiod      =   0. _d 0
185          xx_obcse_file       = ' '          xx_obcse_file       = 'xx_obcse'
186          xx_diffkr_file      = ' '          xx_diffkr_file      = 'xx_diffkr'
187          xx_kapgm_file       = ' '          xx_kapgm_file       = 'xx_kapgm'
188          xx_tr1_file         = ' '          xx_tr1_file         = 'xx_ptr'
189          xx_sst_file         = ' '          xx_sst_file         = 'xx_sst'
190          xx_sss_file         = ' '          xx_sss_file         = 'xx_sss'
191          xx_hfacc_file       = ' '          xx_hfacc_file       = 'xx_hfacc'
192          xx_efluxy_file      = ' '          xx_efluxy_file      = 'xx_efluxy'
193          xx_efluxp_file      = ' '          xx_efluxp_file      = 'xx_efluxp'
194          xx_bottomdrag_file  = ' '          xx_bottomdrag_file  = 'xx_bottomdrag'
195            xx_edtaux_file      = 'xx_edtaux'
196            xx_edtauy_file      = 'xx_edtauy'
197            xx_uvel_file        = 'xx_uvel'
198            xx_vvel_file        = 'xx_vvel'
199            xx_etan_file        = 'xx_etan'
200    
201  #ifdef ALLOW_TANGENTLINEAR_RUN  #ifdef ALLOW_TANGENTLINEAR_RUN
202          yadprefix           = 'g_'          yadprefix           = 'g_'

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

  ViewVC Help
Powered by ViewVC 1.1.22