/[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.2 by torge, Wed Jun 13 19:26:39 2012 UTC revision 1.3 by heimbach, Mon Oct 22 19:56:37 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,
 #ifdef SEAICE_ITD  
      &        UICEtave, VICEtave, HEFFtave, AREAtave,  
      &        HEFFITDtave, AREAITDtave  
 #else  
24       &        UICEtave, VICEtave, HEFFtave, AREAtave       &        UICEtave, VICEtave, HEFFtave, AREAtave
 #endif  
25    
26        _RL SEAICE_timeAve(nSx,nSy)        _RL SEAICE_timeAve(nSx,nSy)
27        _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 38  C     SEAICE_timeAve :: cumulated time [ Line 33  C     SEAICE_timeAve :: cumulated time [
33        _RL VICEtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL VICEtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
34        _RL HEFFtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL HEFFtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
35        _RL AREAtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL AREAtave  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
36    
37  #ifdef SEAICE_ITD  #ifdef SEAICE_ITD
38          COMMON /SEAICE_TAVE_VARS_ITD/
39         &        HEFFITDtave, AREAITDtave
40        _RL HEFFITDtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nITD,nSx,nSy)        _RL HEFFITDtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nITD,nSx,nSy)
41        _RL AREAITDtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nITD,nSx,nSy)        _RL AREAITDtave(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nITD,nSx,nSy)
42  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.22