/[MITgcm]/MITgcm/pkg/exf/exf_fields.h
ViewVC logotype

Diff of /MITgcm/pkg/exf/exf_fields.h

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

revision 1.11 by dimitri, Sat Nov 27 09:19:25 2004 UTC revision 1.12 by heimbach, Tue Jun 28 22:05:49 2005 UTC
# Line 106  c                  > 0 for ???? Line 106  c                  > 0 for ????
106  c                  Typical range: ???? < apressure < ????  c                  Typical range: ???? < apressure < ????
107  c                  Input field  c                  Input field
108  c  c
109    c     hs        :: sensible heat flux into ocean in W/m^2
110    c                  > 0 for increase in theta (ocean warming)
111    c
112    c     hl        :: latent   heat flux into ocean in W/m^2
113    c                  > 0 for increase in theta (ocean warming)
114    c
115  c  c
116  c     NOTES:  c     NOTES:
117  c     ======  c     ======
# Line 179  c Line 185  c
185        common /exfl_precip_r/ precip0, precip1        common /exfl_precip_r/ precip0, precip1
186        _RL precip0   (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)        _RL precip0   (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
187        _RL precip1   (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)        _RL precip1   (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
188          common /exfl_turb_r/ hs, hl
189          _RL hs        (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
190          _RL hl        (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
191  #endif  #endif
192    
193  #if defined(ALLOW_ATM_TEMP) || defined(SHORTWAVE_HEATING)  #if defined(ALLOW_ATM_TEMP) || defined(SHORTWAVE_HEATING)

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

  ViewVC Help
Powered by ViewVC 1.1.22