Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- MITgcm_contrib/dgoldberg/streamice/STREAMICE.h 2012/10/03 14:54:31 1.12
+++ MITgcm_contrib/dgoldberg/streamice/STREAMICE.h 2012/10/04 15:40:16 1.13
@@ -218,7 +218,8 @@
#ifdef USE_ALT_RLOW
& R_low_si,
#endif
- & streamice_sigma_coord, streamice_delsigma
+ & streamice_sigma_coord, streamice_delsigma,
+ & H_streamice_prev
_RL H_streamice (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
@@ -261,9 +262,10 @@
!! IMPORTANT: MELT RATE IN METERS PER YEAR
!! POSITIVE WHERE MELTING
_RL BDOT_streamice (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
-
+ _RL H_streamice_prev (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
_RL STREAMICE_dummy_array (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
+
COMMON /STREAMICE_COST_RL/
& cost_func1_streamice
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |