/[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.16 by heimbach, Thu Jul 28 13:47:49 2005 UTC revision 1.17 by heimbach, Thu Jul 28 19:51:22 2005 UTC
# Line 86  c--   Read the namelist input. Line 86  c--   Read the namelist input.
86       &  xx_aqhstartdate1, xx_aqhstartdate2, xx_aqhperiod,       &  xx_aqhstartdate1, xx_aqhstartdate2, xx_aqhperiod,
87       &  xx_precip_file,       &  xx_precip_file,
88       &  xx_precipstartdate1, xx_precipstartdate2, xx_precipperiod,       &  xx_precipstartdate1, xx_precipstartdate2, xx_precipperiod,
89         &  xx_swflux_file,
90         &  xx_swfluxstartdate1, xx_swfluxstartdate2, xx_swfluxperiod,
91       &  xx_uwind_file,       &  xx_uwind_file,
92       &  xx_uwindstartdate1, xx_uwindstartdate2, xx_uwindperiod,       &  xx_uwindstartdate1, xx_uwindstartdate2, xx_uwindperiod,
93       &  xx_vwind_file,       &  xx_vwind_file,
# Line 165  c--     Set default values. Line 167  c--     Set default values.
167          xx_precipstartdate2 =   0          xx_precipstartdate2 =   0
168          xx_precipperiod     =   0. _d 0          xx_precipperiod     =   0. _d 0
169          xx_precip_file      = 'xx_precip'          xx_precip_file      = 'xx_precip'
170            xx_swfluxstartdate1 =   0
171            xx_swfluxstartdate2 =   0
172            xx_swfluxperiod     =   0. _d 0
173            xx_swflux_file      = 'xx_swflux'
174          xx_uwindstartdate1  =   0          xx_uwindstartdate1  =   0
175          xx_uwindstartdate2  =   0          xx_uwindstartdate2  =   0
176          xx_uwindperiod      =   0. _d 0          xx_uwindperiod      =   0. _d 0

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22