| 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, |
| 51 |
& STREAMICE_calve_to_mask, |
& STREAMICE_calve_to_mask, |
| 52 |
! & STREAMICE_construct_matrix, |
! & STREAMICE_construct_matrix, |
| 53 |
& STREAMICE_lower_cg_tol, |
& STREAMICE_lower_cg_tol, |
| 54 |
& streamice_CFL_factor |
& streamice_CFL_factor, |
| 55 |
|
& streamice_adjDump |
| 56 |
|
|
| 57 |
NAMELIST /STREAMICE_PARM02/ |
NAMELIST /STREAMICE_PARM02/ |
| 58 |
& shelf_max_draft, |
& shelf_max_draft, |
| 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 |
| 107 |
streamice_CFL_factor = .5 |
streamice_CFL_factor = .5 |
| 108 |
|
streamice_adjDump = 0. |
| 109 |
|
|
| 110 |
STREAMICEthickInit = 'FILE' |
STREAMICEthickInit = 'FILE' |
| 111 |
STREAMICEthickFile = ' ' |
STREAMICEthickFile = ' ' |