/[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.4 by cheisey, Thu Dec 19 13:44:51 2002 UTC
# Line 29  c     HEADER exf_param Line 29  c     HEADER exf_param
29  c     ==================================================================  c     ==================================================================
30    
31  c     Calendar data.  c     Calendar data.
32          _RL     repeatPeriod
33    
34        integer hfluxstartdate1        integer hfluxstartdate1
35        integer hfluxstartdate2        integer hfluxstartdate2
36        integer hfluxstartdate(4)        integer hfluxstartdate(4)
# Line 64  c     Calendar data. Line 66  c     Calendar data.
66        character*1 precipmask        character*1 precipmask
67        parameter(  precipmask = 's' )        parameter(  precipmask = 's' )
68    
69          integer runoffstartdate1
70          integer runoffstartdate2
71          integer runoffstartdate(4)
72          _RL     runoffperiod
73          character*1 runoffmask
74          parameter(  runoffmask = 's' )
75    
76        integer ustressstartdate1        integer ustressstartdate1
77        integer ustressstartdate2        integer ustressstartdate2
78        integer ustressstartdate(4)        integer ustressstartdate(4)
# Line 106  c     Calendar data. Line 115  c     Calendar data.
115        character*1 lwfluxmask        character*1 lwfluxmask
116        parameter(  lwfluxmask = 's' )        parameter(  lwfluxmask = 's' )
117    
118        integer obcsstartdate1        integer obcsNstartdate1
119        integer obcsstartdate2        integer obcsNstartdate2
120        integer obcsstartdate(4)        integer obcsNstartdate(4)
121        _RL     obcsperiod        _RL     obcsNperiod
122    
123          integer obcsSstartdate1
124          integer obcsSstartdate2
125          integer obcsSstartdate(4)
126          _RL     obcsSperiod
127    
128          integer obcsEstartdate1
129          integer obcsEstartdate2
130          integer obcsEstartdate(4)
131          _RL     obcsEperiod
132    
133          integer obcsWstartdate1
134          integer obcsWstartdate2
135          integer obcsWstartdate(4)
136          _RL     obcsWperiod
137    
138          integer apressurestartdate1
139          integer apressurestartdate2
140          integer apressurestartdate(4)
141          _RL     apressureperiod
142          character*1 apressuremask
143          parameter(  apressuremask = 's' )
144    
145  c     File names.  c     File names.
146        character*(128) hfluxfile        character*(128) hfluxfile
# Line 117  c     File names. Line 148  c     File names.
148        character*(128) aqhfile        character*(128) aqhfile
149        character*(128) precipfile        character*(128) precipfile
150        character*(128) sfluxfile        character*(128) sfluxfile
151          character*(128) runofffile
152        character*(128) ustressfile        character*(128) ustressfile
153        character*(128) vstressfile        character*(128) vstressfile
154        character*(128) uwindfile        character*(128) uwindfile
155        character*(128) vwindfile        character*(128) vwindfile
156        character*(128) swfluxfile        character*(128) swfluxfile
157        character*(128) lwfluxfile        character*(128) lwfluxfile
158        character*(128) obcsfile        character*(128) apressurefile
159    
160        common /exf_param_i/        common /exf_param_i/
161       &                          hfluxstartdate1,  hfluxstartdate2,       &                          repeatPeriod,
162       &                          atempstartdate1,  atempstartdate2,       &                          hfluxstartdate1,   hfluxstartdate2,
163       &                          aqhstartdate1,    aqhstartdate2,       &                          atempstartdate1,   atempstartdate2,
164       &                          sfluxstartdate1,  sfluxstartdate2,       &                          aqhstartdate1,     aqhstartdate2,
165       &                          precipstartdate1, precipstartdate2,       &                          sfluxstartdate1,   sfluxstartdate2,
166       &                          ustressstartdate1,ustressstartdate2,       &                          runoffstartdate1,  runoffstartdate2,
167       &                          vstressstartdate1,vstressstartdate2,       &                          precipstartdate1,  precipstartdate2,
168       &                          uwindstartdate1,  uwindstartdate2,       &                          ustressstartdate1, ustressstartdate2,
169       &                          vwindstartdate1,  vwindstartdate2,       &                          vstressstartdate1, vstressstartdate2,
170       &                          swfluxstartdate1, swfluxstartdate2,       &                          uwindstartdate1,   uwindstartdate2,
171       &                          lwfluxstartdate1, lwfluxstartdate2,       &                          vwindstartdate1,   vwindstartdate2,
172       &                          obcsstartdate1,   obcsstartdate2,       &                          swfluxstartdate1,  swfluxstartdate2,
173         &                          lwfluxstartdate1,  lwfluxstartdate2,
174         &                          obcsNstartdate1,   obcsNstartdate2,
175         &                          obcsSstartdate1,   obcsSstartdate2,
176         &                          obcsEstartdate1,   obcsEstartdate2,
177         &                          obcsWstartdate1,   obcsWstartdate2,
178         &                          apressurestartdate1,apressurestartdate2,
179       &                          hfluxstartdate,       &                          hfluxstartdate,
180       &                          atempstartdate,       &                          atempstartdate,
181       &                          aqhstartdate,       &                          aqhstartdate,
182       &                          sfluxstartdate,       &                          sfluxstartdate,
183       &                          precipstartdate,       &                          precipstartdate,
184         &                          runoffstartdate,
185       &                          ustressstartdate,       &                          ustressstartdate,
186       &                          vstressstartdate,       &                          vstressstartdate,
187       &                          uwindstartdate,       &                          uwindstartdate,
188       &                          vwindstartdate,       &                          vwindstartdate,
189       &                          swfluxstartdate,       &                          swfluxstartdate,
190       &                          lwfluxstartdate,       &                          lwfluxstartdate,
191       &                          obcsstartdate       &                          obcsNstartdate,
192         &                          obcsSstartdate,
193         &                          obcsEstartdate,
194         &                          obcsWstartdate,
195         &                          apressurestartdate
196    
197        common /exf_param_r/        common /exf_param_r/
198       &                          hfluxperiod,       &                          hfluxperiod,
# Line 157  c     File names. Line 200  c     File names.
200       &                          aqhperiod,       &                          aqhperiod,
201       &                          sfluxperiod,       &                          sfluxperiod,
202       &                          precipperiod,       &                          precipperiod,
203         &                          runoffperiod,
204       &                          ustressperiod,       &                          ustressperiod,
205       &                          vstressperiod,       &                          vstressperiod,
206       &                          uwindperiod,       &                          uwindperiod,
207       &                          vwindperiod,       &                          vwindperiod,
208       &                          swfluxperiod,       &                          swfluxperiod,
209       &                          lwfluxperiod,       &                          lwfluxperiod,
210       &                          obcsperiod       &                          obcsNperiod,
211         &                          obcsSperiod,
212         &                          obcsEperiod,
213         &                          obcsWperiod,
214         &                          apressureperiod
215    
216        common /exf_param_c/        common /exf_param_c/
217       &                          hfluxfile,       &                          hfluxfile,
# Line 171  c     File names. Line 219  c     File names.
219       &                          aqhfile,       &                          aqhfile,
220       &                          sfluxfile,       &                          sfluxfile,
221       &                          precipfile,       &                          precipfile,
222         &                          runofffile,
223       &                          ustressfile,       &                          ustressfile,
224       &                          vstressfile,       &                          vstressfile,
225       &                          uwindfile,       &                          uwindfile,
226       &                          vwindfile,       &                          vwindfile,
227       &                          swfluxfile,       &                          swfluxfile,
228       &                          lwfluxfile,       &                          lwfluxfile,
229       &                          obcsfile       &                          apressurefile
230    
231  c     file precision and field type  c     file precision and field type
232    
# Line 187  c     file precision and field type Line 236  c     file precision and field type
236    
237        integer exf_iprec        integer exf_iprec
238        character*(2) exf_yftype        character*(2) exf_yftype
239    
240    c     scaling between exf units and MITgcm units
241    
242          _RL     scal_hfl
243          _RL     scal_ust
244          _RL     scal_vst
245          _RL     scal_swf
246          _RL     scal_sst
247          _RL     scal_sss
248          _RL     scal_apressure
249          _RL     scal_prc
250          _RL     scal_sfl
251    
252          common /exf_param_scal/
253         &                      scal_hfl
254         &                    , scal_ust
255         &                    , scal_vst
256         &                    , scal_swf
257         &                    , scal_sst
258         &                    , scal_sss
259         &                    , scal_apressure
260         &                    , scal_prc
261         &                    , scal_sfl

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

  ViewVC Help
Powered by ViewVC 1.1.22