/[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.17 by heimbach, Thu Jul 28 19:51:22 2005 UTC revision 1.18 by heimbach, Sat Aug 6 11:02:01 2005 UTC
# Line 88  c--   Read the namelist input. Line 88  c--   Read the namelist input.
88       &  xx_precipstartdate1, xx_precipstartdate2, xx_precipperiod,       &  xx_precipstartdate1, xx_precipstartdate2, xx_precipperiod,
89       &  xx_swflux_file,       &  xx_swflux_file,
90       &  xx_swfluxstartdate1, xx_swfluxstartdate2, xx_swfluxperiod,       &  xx_swfluxstartdate1, xx_swfluxstartdate2, xx_swfluxperiod,
91         &  xx_swdown_file,
92         &  xx_swdownstartdate1, xx_swdownstartdate2, xx_swdownperiod,
93       &  xx_uwind_file,       &  xx_uwind_file,
94       &  xx_uwindstartdate1, xx_uwindstartdate2, xx_uwindperiod,       &  xx_uwindstartdate1, xx_uwindstartdate2, xx_uwindperiod,
95       &  xx_vwind_file,       &  xx_vwind_file,
# Line 171  c--     Set default values. Line 173  c--     Set default values.
173          xx_swfluxstartdate2 =   0          xx_swfluxstartdate2 =   0
174          xx_swfluxperiod     =   0. _d 0          xx_swfluxperiod     =   0. _d 0
175          xx_swflux_file      = 'xx_swflux'          xx_swflux_file      = 'xx_swflux'
176            xx_swdownstartdate1 =   0
177            xx_swdownstartdate2 =   0
178            xx_swdownperiod     =   0. _d 0
179            xx_swdown_file      = 'xx_swdown'
180          xx_uwindstartdate1  =   0          xx_uwindstartdate1  =   0
181          xx_uwindstartdate2  =   0          xx_uwindstartdate2  =   0
182          xx_uwindperiod      =   0. _d 0          xx_uwindperiod      =   0. _d 0

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

  ViewVC Help
Powered by ViewVC 1.1.22