41 |
& C_basal_fric_const, n_basal_friction, |
& C_basal_fric_const, n_basal_friction, |
42 |
& streamice_vel_update,streamice_cg_tol,streamice_nonlin_tol, |
& streamice_vel_update,streamice_cg_tol,streamice_nonlin_tol, |
43 |
& streamice_nonlin_tol_fp, |
& streamice_nonlin_tol_fp, |
44 |
|
#if (defined (ALLOW_OPENAD) && defined (ALLOW_STREAMICE_OAD_FP)) |
45 |
|
& streamice_nonlin_tol_adjoint, |
46 |
|
#endif |
47 |
& streamice_max_cg_iter, streamice_max_nl_iter, |
& streamice_max_cg_iter, streamice_max_nl_iter, |
48 |
& streamice_maxcgiter_cpl, streamice_maxnliter_cpl, |
& streamice_maxcgiter_cpl, streamice_maxnliter_cpl, |
49 |
& STREAMICEthickInit, |
& STREAMICEthickInit, |
186 |
streamice_cg_tol = 1e-6 |
streamice_cg_tol = 1e-6 |
187 |
streamice_nonlin_tol = 1e-6 |
streamice_nonlin_tol = 1e-6 |
188 |
streamice_nonlin_tol_fp = 1.e-14 |
streamice_nonlin_tol_fp = 1.e-14 |
189 |
|
#if (defined (ALLOW_OPENAD) && defined (ALLOW_STREAMICE_OAD_FP)) |
190 |
|
streamice_nonlin_tol_adjoint = 1.e-14 |
191 |
|
#endif |
192 |
streamice_max_cg_iter = 2000 |
streamice_max_cg_iter = 2000 |
193 |
streamice_max_nl_iter = 100 |
streamice_max_nl_iter = 100 |
194 |
streamice_maxcgiter_cpl = 0 |
streamice_maxcgiter_cpl = 0 |