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

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

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


Revision 1.2 - (show annotations) (download)
Sat Jun 8 22:15:33 2013 UTC (12 years, 1 month ago) by dgoldberg
Branch: MAIN
Changes since 1.1: +11 -11 lines
File MIME type: text/plain
new advected scalar; new advection scheme for thickness update; corresponding TAF directives

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