/[MITgcm]/MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F
ViewVC logotype

Diff of /MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by heimbach, Fri Jul 27 21:07:13 2012 UTC revision 1.5 by dgoldberg, Mon Jul 30 19:04:55 2012 UTC
# Line 38  C     iUnit      :: Work variable for IO Line 38  C     iUnit      :: Work variable for IO
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,
# Line 99  C--   Default values for STREAMICE Line 100  C--   Default values for STREAMICE
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

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22