/[MITgcm]/MITgcm/pkg/exf/exf_readparms.F
ViewVC logotype

Diff of /MITgcm/pkg/exf/exf_readparms.F

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

revision 1.6 by dimitri, Tue Feb 18 05:33:54 2003 UTC revision 1.7 by heimbach, Thu Mar 6 00:47:33 2003 UTC
# Line 103  c     Surface flux data. Line 103  c     Surface flux data.
103       &    exf_outscal_hfl,    exf_outscal_ust,exf_outscal_vst,       &    exf_outscal_hfl,    exf_outscal_ust,exf_outscal_vst,
104       &    exf_outscal_swf,    exf_outscal_sst,exf_outscal_sss,       &    exf_outscal_swf,    exf_outscal_sst,exf_outscal_sss,
105       &    exf_outscal_sfl,  exf_outscal_apressure,       &    exf_outscal_sfl,  exf_outscal_apressure,
106       &     EXFwindOnBgrid       &         hfluxconst,
107         &         atempconst,
108         &         aqhconst,
109         &         sfluxconst,
110         &         evapconst,
111         &         precipconst,
112         &         runoffconst,
113         &         ustressconst,
114         &         vstressconst,
115         &         uwindconst,
116         &         vwindconst,
117         &         swfluxconst,
118         &         lwfluxconst,
119         &         swdownconst,
120         &         lwdownconst,
121         &         apressureconst,
122         &         EXFwindOnBgrid
123    
124        _BEGIN_MASTER(mythid)        _BEGIN_MASTER(mythid)
125    
# Line 113  c     Calendar data. Line 129  c     Calendar data.
129        hfluxstartdate1    = 0        hfluxstartdate1    = 0
130        hfluxstartdate2    = 0        hfluxstartdate2    = 0
131        hfluxperiod        = 0.0 _d 0        hfluxperiod        = 0.0 _d 0
132          hfluxconst         = 0.0 _d 0
133    
134        atempstartdate1    = 0        atempstartdate1    = 0
135        atempstartdate2    = 0        atempstartdate2    = 0
136        atempperiod        = 0.0 _d 0        atempperiod        = 0.0 _d 0
137          atempconst         = 0.0 _d 0
138    
139        aqhstartdate1      = 0        aqhstartdate1      = 0
140        aqhstartdate2      = 0        aqhstartdate2      = 0
141        aqhperiod          = 0.0 _d 0        aqhperiod          = 0.0 _d 0
142          aqhconst           = 0.0 _d 0
143    
144        sfluxstartdate1    = 0        sfluxstartdate1    = 0
145        sfluxstartdate2    = 0        sfluxstartdate2    = 0
146        sfluxperiod        = 0.0 _d 0        sfluxperiod        = 0.0 _d 0
147          sfluxconst         = 0.0 _d 0
148    
149        evapstartdate1   = 0        evapstartdate1   = 0
150        evapstartdate2   = 0        evapstartdate2   = 0
151        evapperiod       = 0.0 _d 0        evapperiod       = 0.0 _d 0
152          evapconst        = 0.0 _d 0
153    
154        precipstartdate1   = 0        precipstartdate1   = 0
155        precipstartdate2   = 0        precipstartdate2   = 0
156        precipperiod       = 0.0 _d 0        precipperiod       = 0.0 _d 0
157          precipconst        = 0.0 _d 0
158    
159        runoffstartdate1   = 0        runoffstartdate1   = 0
160        runoffstartdate2   = 0        runoffstartdate2   = 0
161        runoffperiod       = 0.0 _d 0        runoffperiod       = 0.0 _d 0
162          runoffconst        = 0.0 _d 0
163    
164        ustressstartdate1  = 0        ustressstartdate1  = 0
165        ustressstartdate2  = 0        ustressstartdate2  = 0
166        ustressperiod      = 0.0 _d 0        ustressperiod      = 0.0 _d 0
167          ustressconst       = 0.0 _d 0
168    
169        vstressstartdate1  = 0        vstressstartdate1  = 0
170        vstressstartdate2  = 0        vstressstartdate2  = 0
171        vstressperiod      = 0.0 _d 0        vstressperiod      = 0.0 _d 0
172          vstressconst       = 0.0 _d 0
173    
174        uwindstartdate1    = 0        uwindstartdate1    = 0
175        uwindstartdate2    = 0        uwindstartdate2    = 0
176        uwindperiod        = 0.0 _d 0        uwindperiod        = 0.0 _d 0
177          uwindconst         = 0.0 _d 0
178    
179        vwindstartdate1    = 0        vwindstartdate1    = 0
180        vwindstartdate2    = 0        vwindstartdate2    = 0
181        vwindperiod        = 0.0 _d 0        vwindperiod        = 0.0 _d 0
182          vwindconst         = 0.0 _d 0
183    
184        swfluxstartdate1   = 0        swfluxstartdate1   = 0
185        swfluxstartdate2   = 0        swfluxstartdate2   = 0
186        swfluxperiod       = 0.0 _d 0        swfluxperiod       = 0.0 _d 0
187          swfluxconst        = 0.0 _d 0
188    
189        lwfluxstartdate1   = 0        lwfluxstartdate1   = 0
190        lwfluxstartdate2   = 0        lwfluxstartdate2   = 0
191        lwfluxperiod       = 0.0 _d 0        lwfluxperiod       = 0.0 _d 0
192          lwfluxconst        = 0.0 _d 0
193    
194        swdownstartdate1   = 0        swdownstartdate1   = 0
195        swdownstartdate2   = 0        swdownstartdate2   = 0
196        swdownperiod       = 0.0 _d 0        swdownperiod       = 0.0 _d 0
197          swdownconst        = 0.0 _d 0
198    
199        lwdownstartdate1   = 0        lwdownstartdate1   = 0
200        lwdownstartdate2   = 0        lwdownstartdate2   = 0
201        lwdownperiod       = 0.0 _d 0        lwdownperiod       = 0.0 _d 0
202          lwdownconst        = 0.0 _d 0
203    
204        obcsNstartdate1    = 0        obcsNstartdate1    = 0
205        obcsNstartdate2    = 0        obcsNstartdate2    = 0
# Line 189  c     Calendar data. Line 220  c     Calendar data.
220        apressurestartdate1    = 0        apressurestartdate1    = 0
221        apressurestartdate2    = 0        apressurestartdate2    = 0
222        apressureperiod        = 0.0 _d 0        apressureperiod        = 0.0 _d 0
223          apressureconst         = 0.0 _d 0
224    
225        repeatPeriod           = 0.0 _d 0        repeatPeriod           = 0.0 _d 0
226    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22