/[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.3 by heimbach, Thu Apr 19 14:37:00 2007 UTC revision 1.4 by jmc, Tue May 8 03:48:08 2007 UTC
# Line 40  c     Calendar data. Line 40  c     Calendar data.
40  c     Monitor Frequency (s)  c     Monitor Frequency (s)
41        _RL     exf_monFreq        _RL     exf_monFreq
42    
 c     Sea-water albedo  
       _RL     exf_albedo  
 c     longwave surface emissivities (ice and snow emissivities are used  
 c     in conjunction with thsice/seaice)  
       _RL     ocean_emissivity  
       _RL     ice_emissivity  
       _RL     snow_emissivity  
   
43  c     Drag coefficient scaling factor  c     Drag coefficient scaling factor
44        _RL     exf_scal_BulkCdn        _RL     exf_scal_BulkCdn
45    
# Line 309  C     useExfYearlyFields :: when set, au Line 301  C     useExfYearlyFields :: when set, au
301  C                           _YEAR to input file names  C                           _YEAR to input file names
302  C     twoDigitYear       :: when set, use 2-digit year extension YR  C     twoDigitYear       :: when set, use 2-digit year extension YR
303  C                           instead of _YEAR for useExfYearlyFields  C                           instead of _YEAR for useExfYearlyFields
304    C     useStabilityFct_overIce :: over sea-ice, compute turbulent transfert
305    C                                coeff. function of stability (like over
306    C                                open ocean) rather than using fixed Coeff.
307        logical useExfYearlyFields, twoDigitYear        logical useExfYearlyFields, twoDigitYear
308        logical useExfCheckRange        logical useExfCheckRange
309          logical useStabilityFct_overIce
310    
311        common /exf_param_l/        common /exf_param_l/
312       &                     useExfYearlyFields, twoDigitYear,       &                     useExfYearlyFields, twoDigitYear,
313       &                     useExfCheckRange       &                     useExfCheckRange,
314         &                     useStabilityFct_overIce
315        common /exf_param_i/ selectStressGridPosition,        common /exf_param_i/ selectStressGridPosition,
316       &                     hfluxstartdate1,   hfluxstartdate2,       &                     hfluxstartdate1,   hfluxstartdate2,
317       &                     atempstartdate1,   atempstartdate2,       &                     atempstartdate1,   atempstartdate2,
# Line 342  C                           instead of _ Line 339  C                           instead of _
339        common /exf_param_r/        common /exf_param_r/
340       &                     year2sec,          windstressmax,       &                     year2sec,          windstressmax,
341       &                     repeatPeriod,      exf_monFreq,       &                     repeatPeriod,      exf_monFreq,
      &                     exf_albedo,        ocean_emissivity,  
      &                     ice_emissivity,    snow_emissivity,  
342       &                     exf_scal_BulkCdn,       &                     exf_scal_BulkCdn,
343       &                     hfluxperiod,       hfluxstartdate,       &                     hfluxperiod,       hfluxstartdate,
344       &                     atempperiod,       atempstartdate,       &                     atempperiod,       atempstartdate,

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

  ViewVC Help
Powered by ViewVC 1.1.22