--- MITgcm_contrib/dgoldberg/streamice/STREAMICE.h 2012/03/29 15:59:20 1.1 +++ MITgcm_contrib/dgoldberg/streamice/STREAMICE.h 2012/07/27 21:07:13 1.4 @@ -9,7 +9,7 @@ & A_glen_isothermal, n_glen, eps_glen_min, & C_basal_fric_const, n_basal_friction, streamice_input_flux_unif, & streamice_vel_update, streamice_cg_tol, streamice_nonlin_tol, - & streamice_CFL_factor + & streamice_CFL_factor, streamice_adjDump _RL streamice_density, streamice_density_ocean_avg _RL A_glen_isothermal, n_glen, eps_glen_min _RL C_basal_fric_const @@ -18,6 +18,7 @@ _RL streamice_vel_update _RL streamice_cg_tol, streamice_nonlin_tol _RL streamice_CFL_factor + _RL streamice_adjDump C parms for parameterized initial thickness C SHELF_MAX_DRAFT: max thickness of ice in m @@ -44,6 +45,9 @@ C -------------------------- INT PARAMS --------------------------------------------------- + INTEGER streamice_max_nl + PARAMETER ( streamice_max_nl = 100 ) + COMMON /STREAMICE_PARMS_I/ & streamice_max_cg_iter, streamice_max_nl_iter, & streamice_vel_upd_counter, streamice_nstep_velocity,