/[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.15 by heimbach, Mon May 23 19:28:45 2005 UTC revision 1.16 by heimbach, Thu Jul 28 13:47:49 2005 UTC
# Line 84  c--   Read the namelist input. Line 84  c--   Read the namelist input.
84       &  xx_atempstartdate1, xx_atempstartdate2, xx_atempperiod,       &  xx_atempstartdate1, xx_atempstartdate2, xx_atempperiod,
85       &  xx_aqh_file,       &  xx_aqh_file,
86       &  xx_aqhstartdate1, xx_aqhstartdate2, xx_aqhperiod,       &  xx_aqhstartdate1, xx_aqhstartdate2, xx_aqhperiod,
87         &  xx_precip_file,
88         &  xx_precipstartdate1, xx_precipstartdate2, xx_precipperiod,
89       &  xx_uwind_file,       &  xx_uwind_file,
90       &  xx_uwindstartdate1, xx_uwindstartdate2, xx_uwindperiod,       &  xx_uwindstartdate1, xx_uwindstartdate2, xx_uwindperiod,
91       &  xx_vwind_file,       &  xx_vwind_file,
# Line 159  c--     Set default values. Line 161  c--     Set default values.
161          xx_aqhstartdate2    =   0          xx_aqhstartdate2    =   0
162          xx_aqhperiod        =   0. _d 0          xx_aqhperiod        =   0. _d 0
163          xx_aqh_file         = 'xx_aqh'          xx_aqh_file         = 'xx_aqh'
164            xx_precipstartdate1 =   0
165            xx_precipstartdate2 =   0
166            xx_precipperiod     =   0. _d 0
167            xx_precip_file      = 'xx_precip'
168          xx_uwindstartdate1  =   0          xx_uwindstartdate1  =   0
169          xx_uwindstartdate2  =   0          xx_uwindstartdate2  =   0
170          xx_uwindperiod      =   0. _d 0          xx_uwindperiod      =   0. _d 0

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

  ViewVC Help
Powered by ViewVC 1.1.22