/[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.18 by heimbach, Sat Aug 6 11:02:01 2005 UTC revision 1.19 by heimbach, Wed Aug 31 00:03:30 2005 UTC
# Line 106  c--   Read the namelist input. Line 106  c--   Read the namelist input.
106       &  xx_kapgm_file,       &  xx_kapgm_file,
107       &  xx_tr1_file,       &  xx_tr1_file,
108       &  xx_sst_file,       &  xx_sst_file,
109         &  xx_sststartdate1, xx_sststartdate2, xx_sstperiod,
110       &  xx_sss_file,       &  xx_sss_file,
111         &  xx_sssstartdate1, xx_sssstartdate2, xx_sssperiod,
112       &  xx_hfacc_file,       &  xx_hfacc_file,
113       &  xx_efluxy_file,       &  xx_efluxy_file,
114       &  xx_efluxp_file,       &  xx_efluxp_file,
# Line 204  c--     Set default values. Line 206  c--     Set default values.
206          xx_diffkr_file      = 'xx_diffkr'          xx_diffkr_file      = 'xx_diffkr'
207          xx_kapgm_file       = 'xx_kapgm'          xx_kapgm_file       = 'xx_kapgm'
208          xx_tr1_file         = 'xx_ptr'          xx_tr1_file         = 'xx_ptr'
209            xx_sststartdate1    =   0
210            xx_sststartdate2    =   0
211            xx_sstperiod        =   0. _d 0
212          xx_sst_file         = 'xx_sst'          xx_sst_file         = 'xx_sst'
213            xx_sssstartdate1    =   0
214            xx_sssstartdate2    =   0
215            xx_sssperiod        =   0. _d 0
216          xx_sss_file         = 'xx_sss'          xx_sss_file         = 'xx_sss'
217          xx_hfacc_file       = 'xx_hfacc'          xx_hfacc_file       = 'xx_hfacc'
218          xx_efluxy_file      = 'xx_efluxy'          xx_efluxy_file      = 'xx_efluxy'

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.22