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

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

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


Revision 1.2 - (hide annotations) (download)
Thu Jul 22 23:02:37 2004 UTC (19 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint55c_post, checkpoint54e_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57e_post, checkpoint55h_post, checkpoint57g_pre, checkpoint55b_post, checkpoint54d_post, checkpoint56c_post, checkpoint55, checkpoint57f_pre, checkpoint57a_post, checkpoint54f_post, checkpoint55g_post, checkpoint55f_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint57f_post, checkpoint57c_post, checkpoint55e_post, checkpoint55a_post, checkpoint57h_pre, checkpoint57h_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
update comments.

1 jmc 1.2 C $Header: /u/gcmpack/MITgcm/pkg/thsice/THSICE_TAVE.h,v 1.1 2004/04/07 23:40:34 jmc Exp $
2 jmc 1.1 C $Name: $
3    
4     CBOP
5     C !ROUTINE: THSICE_TAVE.h
6     C !INTERFACE:
7     C include "THSICE_TAVE.h"
8     C !DESCRIPTION:
9     C \bv
10     C *==========================================================*
11     C | THSICE_TAVE.h
12     C | o Header for Therm-SeaICE time-average diagnostic
13     C *==========================================================*
14     C \ev
15     CEOP
16    
17    
18     #ifdef ALLOW_THSICE
19    
20     #ifdef ALLOW_TIMEAVE
21    
22     C-- COMMON /THSICE_TAVE_ARRAYS/ Cumulative Arrays for Time-Average Diag.
23     C ice_timeAve :: cumulated time [s]
24     C ice_fract_Ave :: cumulated Ice fraction [0-1]
25     C ice_iceH_Ave :: cumulated Ice thickness [m]
26     C ice_snowH_Ave :: cumulated Snow thickness [m]
27     C ice_Tsrf_Ave :: cumulated surface Temperature [oC]
28     C ice_Tice1_Ave :: cumulated 1srt level Temp. [oC]
29     C ice_Tice2_Ave :: cumulated 2nd level Temp. [oC]
30 jmc 1.2 C ice_snowPr_Ave :: cumulated snow precipitation (+=down) [kg/m2/s]
31 jmc 1.1 C ice_flx2oc_Ave :: cumulated heat flux out of the ocean (+=up) [W/m2]
32     C ice_frw2oc_Ave :: cumulated fresh-water flux out off the ocean (E-P) [m/s]
33     C ice_salFx_Ave :: cumulated salt flux out of the ocean (+=up) [psu.kg/m2]
34     C ice_flxAtm_Ave :: cumulated net heat flux from Atmosphere (+=down) [W/m2]
35     C ice_frwAtm_Ave :: cumulated fresh-water flux from Atmos. (+=up) [kg/m2/s]
36     C ice_albedo_Ave :: cumulated sea-ice albedo [0-1]
37     C ICE_tMxL_Ave :: cumulated ocean mixed-layer Temp. [oC]
38     C ICE_sMxL_Ave :: cumulated ocean mixed-layer salinity [psu]
39    
40     _RL ice_timeAve(Nr, nSx,nSy)
41     _RL ice_fract_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
42     _RL ice_iceH_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
43     _RL ice_snowH_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
44     _RL ice_Tsrf_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
45     _RL ice_Tice1_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
46     _RL ice_Tice2_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
47     _RL ice_snowPr_Ave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
48     _RL ice_flx2oc_Ave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
49     _RL ice_frw2oc_Ave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
50     _RL ice_salFx_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
51     _RL ice_flxAtm_Ave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
52     _RL ice_frwAtm_Ave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
53     _RL ice_albedo_Ave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
54     _RL ICE_tMxL_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
55     _RL ICE_sMxL_Ave (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
56    
57     COMMON /THSICE_TAVE_ARRAYS/ ice_timeAve,
58     & ice_fract_Ave, ice_iceH_Ave,
59     & ice_snowH_Ave, ice_Tsrf_Ave,
60     & ice_Tice1_Ave, ice_Tice2_Ave, ice_snowPr_Ave,
61     & ice_flx2oc_Ave,ice_frw2oc_Ave,ice_salFx_Ave,
62     & ice_flxAtm_Ave,ice_frwAtm_Ave,ice_albedo_Ave,
63     & ICE_tMxL_Ave, ICE_sMxL_Ave
64    
65     #endif /* ALLOW_TIMEAVE */
66    
67     #endif /* ALLOW_THSICE */

  ViewVC Help
Powered by ViewVC 1.1.22