/[MITgcm]/MITgcm_contrib/torge/itd/code/SEAICE_TAVE.h
ViewVC logotype

Diff of /MITgcm_contrib/torge/itd/code/SEAICE_TAVE.h

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

revision 1.1 by torge, Wed Jun 13 19:16:11 2012 UTC revision 1.2 by torge, Wed Jun 13 19:26:39 2012 UTC
# Line 21  C     SEAICE_timeAve :: cumulated time [ Line 21  C     SEAICE_timeAve :: cumulated time [
21        COMMON /SEAICE_TAVE_VARS/        COMMON /SEAICE_TAVE_VARS/
22       &        SEAICE_timeAve,       &        SEAICE_timeAve,
23       &        FUtave, FVtave, EmPmRtave, QNETtave, QSWtave,       &        FUtave, FVtave, EmPmRtave, QNETtave, QSWtave,
24    #ifdef SEAICE_ITD
25         &        UICEtave, VICEtave, HEFFtave, AREAtave,
26         &        HEFFITDtave, AREAITDtave
27    #else
28       &        UICEtave, VICEtave, HEFFtave, AREAtave       &        UICEtave, VICEtave, HEFFtave, AREAtave
29    #endif
30    
31        _RL SEAICE_timeAve(nSx,nSy)        _RL SEAICE_timeAve(nSx,nSy)
32        _RL FUtave    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL FUtave    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
# Line 33  C     SEAICE_timeAve :: cumulated time [ Line 38  C     SEAICE_timeAve :: cumulated time [
38        _RL VICEtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL VICEtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
39        _RL HEFFtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL HEFFtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
40        _RL AREAtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL AREAtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
41    #ifdef SEAICE_ITD
42          _RL HEFFITDtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nITD,nSx,nSy)
43          _RL AREAITDtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nITD,nSx,nSy)
44    #endif
45    
46  #endif /* ALLOW_TIMEAVE */  #endif /* ALLOW_TIMEAVE */
47    

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

  ViewVC Help
Powered by ViewVC 1.1.22