/[MITgcm]/MITgcm/pkg/thsice/THSICE_TAVE.h
ViewVC logotype

Diff of /MITgcm/pkg/thsice/THSICE_TAVE.h

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

revision 1.3 by edhill, Fri Jun 24 04:36:54 2005 UTC revision 1.4 by jmc, Tue Dec 29 23:07:43 2009 UTC
# Line 14  C     *================================= Line 14  C     *=================================
14  C     \ev  C     \ev
15  CEOP  CEOP
16    
   
17  #ifdef ALLOW_THSICE  #ifdef ALLOW_THSICE
   
18  #ifdef ALLOW_TIMEAVE  #ifdef ALLOW_TIMEAVE
19    
20  C--   COMMON /THSICE_TAVE_ARRAYS/ Cumulative Arrays for Time-Average Diag.  C--   COMMON /THSICE_TAVE_VARS/ Time average THermodynamic-SeaICE variables
21  C     ice_timeAve    :: cumulated time [s]  C     ice_timeAve    :: cumulated time [s]
22  C     ice_fract_Ave  :: cumulated Ice fraction  [0-1]  C     ice_fract_Ave  :: cumulated Ice fraction  [0-1]
23  C     ice_iceH_Ave   :: cumulated Ice thickness [m]  C     ice_iceH_Ave   :: cumulated Ice thickness [m]
# Line 32  C     ice_flx2oc_Ave :: cumulated heat f Line 30  C     ice_flx2oc_Ave :: cumulated heat f
30  C     ice_frw2oc_Ave :: cumulated fresh-water flux out off the ocean (E-P) [m/s]  C     ice_frw2oc_Ave :: cumulated fresh-water flux out off the ocean (E-P) [m/s]
31  C     ice_salFx_Ave  :: cumulated salt flux out of the ocean (+=up) [psu.kg/m2]  C     ice_salFx_Ave  :: cumulated salt flux out of the ocean (+=up) [psu.kg/m2]
32  C     ice_flxAtm_Ave :: cumulated net heat flux from Atmosphere (+=down) [W/m2]  C     ice_flxAtm_Ave :: cumulated net heat flux from Atmosphere (+=down) [W/m2]
33  C     ice_frwAtm_Ave :: cumulated fresh-water flux from Atmos. (+=up) [kg/m2/s]  C     ice_frwAtm_Ave :: cumulated fresh-water flux from Atmos. (+=up) [kg/m2/s]
34  C     ice_albedo_Ave :: cumulated sea-ice albedo [0-1]  C     ice_albedo_Ave :: cumulated sea-ice albedo [0-1]
35  C     ICE_tMxL_Ave   :: cumulated ocean mixed-layer Temp. [oC]  C     ICE_tMxL_Ave   :: cumulated ocean mixed-layer Temp. [oC]
36  C     ICE_sMxL_Ave   :: cumulated ocean mixed-layer salinity [psu]  C     ICE_sMxL_Ave   :: cumulated ocean mixed-layer salinity [psu]
37    
38        _RL ice_timeAve(Nr, nSx,nSy)        _RL ice_timeAve(nSx,nSy)
39        _RL ice_fract_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL ice_fract_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
40        _RL ice_iceH_Ave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL ice_iceH_Ave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
41        _RL ice_snowH_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL ice_snowH_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
# Line 63  C     ICE_sMxL_Ave   :: cumulated ocean Line 61  C     ICE_sMxL_Ave   :: cumulated ocean
61       &                 ICE_tMxL_Ave, ICE_sMxL_Ave       &                 ICE_tMxL_Ave, ICE_sMxL_Ave
62    
63  #endif /* ALLOW_TIMEAVE */  #endif /* ALLOW_TIMEAVE */
   
64  #endif /* ALLOW_THSICE */  #endif /* ALLOW_THSICE */
65    
66  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***

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

  ViewVC Help
Powered by ViewVC 1.1.22