/[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.16 by gforget, Tue Apr 13 06:57:34 2010 UTC revision 1.17 by gforget, Wed Apr 14 23:02:18 2010 UTC
# Line 342  C                                coeff. Line 342  C                                coeff.
342  C                                open ocean) rather than using fixed Coeff.  C                                open ocean) rather than using fixed Coeff.
343  C     useRelativeWind    :: Subtract U/VVEL or U/VICE from U/VWIND before computing U/VSTRESS  C     useRelativeWind    :: Subtract U/VVEL or U/VICE from U/VWIND before computing U/VSTRESS
344  C     noNegativeEvap     :: prevent negative evaporation (= sea-surface condensation)  C     noNegativeEvap     :: prevent negative evaporation (= sea-surface condensation)
345    C     useExfZenAlbedo    :: ocean albedo varies with zenith angle
346    C     useExfZenIncoming  :: compute incoming solar radiation along with zenith angle
347    
348        logical useExfYearlyFields, twoDigitYear        logical useExfYearlyFields, twoDigitYear
349        logical useExfCheckRange        logical useExfCheckRange
350        logical useExfZenithAngle        logical useExfZenAlbedo
351          logical useExfZenIncoming
352        logical readStressOnAgrid        logical readStressOnAgrid
353        logical readStressOnCgrid        logical readStressOnCgrid
354        logical stressIsOnCgrid        logical stressIsOnCgrid
# Line 355  C     noNegativeEvap     :: prevent nega Line 358  C     noNegativeEvap     :: prevent nega
358    
359        common /exf_param_l/        common /exf_param_l/
360       &                     useExfYearlyFields, twoDigitYear,       &                     useExfYearlyFields, twoDigitYear,
361       &                     useExfCheckRange, useExfZenithAngle,       &                     useExfCheckRange,
362         &                     useExfZenAlbedo, useExfZenIncoming,
363       &                     readStressOnAgrid, readStressOnCgrid,       &                     readStressOnAgrid, readStressOnCgrid,
364       &                     stressIsOnCgrid, useStabilityFct_overIce,       &                     stressIsOnCgrid, useStabilityFct_overIce,
365       &                     useRelativeWind, noNegativeEvap       &                     useRelativeWind, noNegativeEvap

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

  ViewVC Help
Powered by ViewVC 1.1.22