/[MITgcm]/MITgcm/pkg/exf/exf_param.h
ViewVC logotype

Diff of /MITgcm/pkg/exf/exf_param.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by heimbach, Mon May 14 22:08:41 2001 UTC revision 1.2 by heimbach, Thu Feb 7 20:00:09 2002 UTC
# Line 106  c     Calendar data. Line 106  c     Calendar data.
106        character*1 lwfluxmask        character*1 lwfluxmask
107        parameter(  lwfluxmask = 's' )        parameter(  lwfluxmask = 's' )
108    
109        integer obcsstartdate1        integer obcsNstartdate1
110        integer obcsstartdate2        integer obcsNstartdate2
111        integer obcsstartdate(4)        integer obcsNstartdate(4)
112        _RL     obcsperiod        _RL     obcsNperiod
113    
114          integer obcsSstartdate1
115          integer obcsSstartdate2
116          integer obcsSstartdate(4)
117          _RL     obcsSperiod
118    
119          integer obcsEstartdate1
120          integer obcsEstartdate2
121          integer obcsEstartdate(4)
122          _RL     obcsEperiod
123    
124          integer obcsWstartdate1
125          integer obcsWstartdate2
126          integer obcsWstartdate(4)
127          _RL     obcsWperiod
128    
129  c     File names.  c     File names.
130        character*(128) hfluxfile        character*(128) hfluxfile
# Line 123  c     File names. Line 138  c     File names.
138        character*(128) vwindfile        character*(128) vwindfile
139        character*(128) swfluxfile        character*(128) swfluxfile
140        character*(128) lwfluxfile        character*(128) lwfluxfile
       character*(128) obcsfile  
141    
142        common /exf_param_i/        common /exf_param_i/
143       &                          hfluxstartdate1,  hfluxstartdate2,       &                          hfluxstartdate1,   hfluxstartdate2,
144       &                          atempstartdate1,  atempstartdate2,       &                          atempstartdate1,   atempstartdate2,
145       &                          aqhstartdate1,    aqhstartdate2,       &                          aqhstartdate1,     aqhstartdate2,
146       &                          sfluxstartdate1,  sfluxstartdate2,       &                          sfluxstartdate1,   sfluxstartdate2,
147       &                          precipstartdate1, precipstartdate2,       &                          precipstartdate1,  precipstartdate2,
148       &                          ustressstartdate1,ustressstartdate2,       &                          ustressstartdate1, ustressstartdate2,
149       &                          vstressstartdate1,vstressstartdate2,       &                          vstressstartdate1, vstressstartdate2,
150       &                          uwindstartdate1,  uwindstartdate2,       &                          uwindstartdate1,   uwindstartdate2,
151       &                          vwindstartdate1,  vwindstartdate2,       &                          vwindstartdate1,   vwindstartdate2,
152       &                          swfluxstartdate1, swfluxstartdate2,       &                          swfluxstartdate1,  swfluxstartdate2,
153       &                          lwfluxstartdate1, lwfluxstartdate2,       &                          lwfluxstartdate1,  lwfluxstartdate2,
154       &                          obcsstartdate1,   obcsstartdate2,       &                          obcsNstartdate1,   obcsNstartdate2,
155         &                          obcsSstartdate1,   obcsSstartdate2,
156         &                          obcsEstartdate1,   obcsEstartdate2,
157         &                          obcsWstartdate1,   obcsWstartdate2,
158       &                          hfluxstartdate,       &                          hfluxstartdate,
159       &                          atempstartdate,       &                          atempstartdate,
160       &                          aqhstartdate,       &                          aqhstartdate,
# Line 149  c     File names. Line 166  c     File names.
166       &                          vwindstartdate,       &                          vwindstartdate,
167       &                          swfluxstartdate,       &                          swfluxstartdate,
168       &                          lwfluxstartdate,       &                          lwfluxstartdate,
169       &                          obcsstartdate       &                          obcsNstartdate,
170         &                          obcsSstartdate,
171         &                          obcsEstartdate,
172         &                          obcsWstartdate
173    
174        common /exf_param_r/        common /exf_param_r/
175       &                          hfluxperiod,       &                          hfluxperiod,
# Line 163  c     File names. Line 183  c     File names.
183       &                          vwindperiod,       &                          vwindperiod,
184       &                          swfluxperiod,       &                          swfluxperiod,
185       &                          lwfluxperiod,       &                          lwfluxperiod,
186       &                          obcsperiod       &                          obcsNperiod,
187         &                          obcsSperiod,
188         &                          obcsEperiod,
189         &                          obcsWperiod
190    
191        common /exf_param_c/        common /exf_param_c/
192       &                          hfluxfile,       &                          hfluxfile,
# Line 176  c     File names. Line 199  c     File names.
199       &                          uwindfile,       &                          uwindfile,
200       &                          vwindfile,       &                          vwindfile,
201       &                          swfluxfile,       &                          swfluxfile,
202       &                          lwfluxfile,       &                          lwfluxfile
      &                          obcsfile  
203    
204  c     file precision and field type  c     file precision and field type
205    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22