/[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.1 by jmc, Wed Apr 7 23:40:34 2004 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 27  C     ice_snowH_Ave  :: cumulated Snow t Line 25  C     ice_snowH_Ave  :: cumulated Snow t
25  C     ice_Tsrf_Ave   :: cumulated surface Temperature [oC]  C     ice_Tsrf_Ave   :: cumulated surface Temperature [oC]
26  C     ice_Tice1_Ave  :: cumulated 1srt level Temp. [oC]  C     ice_Tice1_Ave  :: cumulated 1srt level Temp. [oC]
27  C     ice_Tice2_Ave  :: cumulated 2nd  level Temp. [oC]  C     ice_Tice2_Ave  :: cumulated 2nd  level Temp. [oC]
28  C     ice_snowPr_Ave :: cumulated snow precipitation (+=down) [kg/m2]  C     ice_snowPr_Ave :: cumulated snow precipitation (+=down) [kg/m2/s]
29  C     ice_flx2oc_Ave :: cumulated heat flux out of the ocean (+=up) [W/m2]  C     ice_flx2oc_Ave :: cumulated heat flux out of the ocean (+=up) [W/m2]
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: ***
67    CEH3 ;;; mode:fortran ***
68    CEH3 ;;; End: ***

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

  ViewVC Help
Powered by ViewVC 1.1.22