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

Diff of /MITgcm_contrib/dgoldberg/streamice/STREAMICE.h

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

revision 1.12 by dgoldberg, Wed Oct 3 14:54:31 2012 UTC revision 1.13 by dgoldberg, Thu Oct 4 15:40:16 2012 UTC
# Line 218  C    REAL ARRAYS Line 218  C    REAL ARRAYS
218  #ifdef USE_ALT_RLOW  #ifdef USE_ALT_RLOW
219       &     R_low_si,       &     R_low_si,
220  #endif  #endif
221       &     streamice_sigma_coord, streamice_delsigma       &     streamice_sigma_coord, streamice_delsigma,
222         &     H_streamice_prev
223    
224    
225        _RL H_streamice           (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL H_streamice           (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
# Line 261  C      The following arrays are used for Line 262  C      The following arrays are used for
262  !! IMPORTANT: MELT RATE IN METERS PER YEAR  !! IMPORTANT: MELT RATE IN METERS PER YEAR
263  !! POSITIVE WHERE MELTING  !! POSITIVE WHERE MELTING
264        _RL BDOT_streamice (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL BDOT_streamice (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
265                _RL H_streamice_prev (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
266        _RL STREAMICE_dummy_array (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL STREAMICE_dummy_array (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
267                
268          
269                        
270        COMMON /STREAMICE_COST_RL/        COMMON /STREAMICE_COST_RL/
271       &       cost_func1_streamice       &       cost_func1_streamice

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22