38 |
& A_glen_isothermal, n_glen, eps_glen_min, |
& A_glen_isothermal, n_glen, eps_glen_min, |
39 |
& C_basal_fric_const, n_basal_friction, |
& C_basal_fric_const, n_basal_friction, |
40 |
& streamice_vel_update,streamice_cg_tol,streamice_nonlin_tol, |
& streamice_vel_update,streamice_cg_tol,streamice_nonlin_tol, |
41 |
|
& streamice_nonlin_tol_fp, |
42 |
& streamice_max_cg_iter, streamice_max_nl_iter, |
& streamice_max_cg_iter, streamice_max_nl_iter, |
43 |
& STREAMICE_GL_regularize, |
& STREAMICE_GL_regularize, |
44 |
& STREAMICEthickInit, |
& STREAMICEthickInit, |
100 |
streamice_vel_update = 169200. ! seconds |
streamice_vel_update = 169200. ! seconds |
101 |
streamice_cg_tol = 1e-6 |
streamice_cg_tol = 1e-6 |
102 |
streamice_nonlin_tol = 1e-6 |
streamice_nonlin_tol = 1e-6 |
103 |
|
streamice_nonlin_tol_fp = 1.e-14 |
104 |
streamice_max_cg_iter = 2000 |
streamice_max_cg_iter = 2000 |
105 |
streamice_max_nl_iter = 100 |
streamice_max_nl_iter = 100 |
106 |
streamice_n_sub_regularize = 4 |
streamice_n_sub_regularize = 4 |