/[MITgcm]/MITgcm_contrib/dgoldberg/streamice/STREAMICE_ADV.h
ViewVC logotype

Annotation of /MITgcm_contrib/dgoldberg/streamice/STREAMICE_ADV.h

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


Revision 1.1 - (hide annotations) (download)
Thu Mar 29 15:59:20 2012 UTC (13 years, 3 months ago) by heimbach
Branch: MAIN
File MIME type: text/plain
Initial check-in of Dan Goldberg's streamice package

1 heimbach 1.1 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
2    
3     #ifdef ALLOW_STREAMICE
4    
5     COMMON /STREAMICE_ADV_FIELDS_RL/
6     & hflux_x_SI, hflux_y_SI,
7     & hflux_x_SI2, hflux_y_SI2,
8     & h_after_uflux_SI, h_after_vflux_SI
9     _RL hflux_x_SI (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
10     _RL hflux_y_SI (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
11     _RL hflux_x_SI2 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
12     _RL hflux_y_SI2 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
13     _RL h_after_uflux_SI (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
14     _RL h_after_vflux_SI (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
15    
16     #endif /* ALLOW_STREAMICE */
17    
18     CEH3 ;;; Local Variables: ***
19     CEH3 ;;; mode:fortran ***
20     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22