/[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.10 by gforget, Wed Jun 11 18:55:09 2008 UTC revision 1.11 by jmc, Mon Nov 17 23:08:29 2008 UTC
# Line 338  C     useStabilityFct_overIce :: over se Line 338  C     useStabilityFct_overIce :: over se
338  C                                coeff. function of stability (like over  C                                coeff. function of stability (like over
339  C                                open ocean) rather than using fixed Coeff.  C                                open ocean) rather than using fixed Coeff.
340  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
341    C     noNegativeEvap     :: prevent negative evaporation (= sea-surface condensation)
342    
343        logical useExfYearlyFields, twoDigitYear        logical useExfYearlyFields, twoDigitYear
344        logical useExfCheckRange        logical useExfCheckRange
# Line 346  C     useRelativeWind    :: Subtract U/V Line 347  C     useRelativeWind    :: Subtract U/V
347        logical stressIsOnCgrid        logical stressIsOnCgrid
348        logical useStabilityFct_overIce        logical useStabilityFct_overIce
349        logical useRelativeWind        logical useRelativeWind
350          logical noNegativeEvap
351    
352        common /exf_param_l/        common /exf_param_l/
353       &                     useExfYearlyFields, twoDigitYear,       &                     useExfYearlyFields, twoDigitYear,
354       &                     useExfCheckRange,       &                     useExfCheckRange,
355       &                     readStressOnAgrid, readStressOnCgrid,       &                     readStressOnAgrid, readStressOnCgrid,
356       &                     stressIsOnCgrid, useStabilityFct_overIce,       &                     stressIsOnCgrid, useStabilityFct_overIce,
357       &                     useRelativeWind       &                     useRelativeWind, noNegativeEvap
358        common /exf_param_i/        common /exf_param_i/
359       &                     hfluxstartdate1,   hfluxstartdate2,       &                     hfluxstartdate1,   hfluxstartdate2,
360       &                     atempstartdate1,   atempstartdate2,       &                     atempstartdate1,   atempstartdate2,

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22