/[MITgcm]/MITgcm/pkg/streamice/streamice_readparms.F
ViewVC logotype

Diff of /MITgcm/pkg/streamice/streamice_readparms.F

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

revision 1.14 by dgoldberg, Thu Mar 17 20:15:43 2016 UTC revision 1.15 by dgoldberg, Fri Mar 18 19:18:29 2016 UTC
# Line 41  C     iUnit      :: Work variable for IO Line 41  C     iUnit      :: Work variable for IO
41       &     B_glen_isothermal, n_glen, eps_glen_min, eps_u_min,       &     B_glen_isothermal, n_glen, eps_glen_min, eps_u_min,
42       &     C_basal_fric_const, n_basal_friction,       &     C_basal_fric_const, n_basal_friction,
43       &     streamice_vel_update,streamice_cg_tol,streamice_nonlin_tol,       &     streamice_vel_update,streamice_cg_tol,streamice_nonlin_tol,
44       &     streamice_nonlin_tol_fp,       &     streamice_nonlin_tol_fp, streamice_err_norm,
45       &     streamice_max_cg_iter, streamice_max_nl_iter,       &     streamice_max_cg_iter, streamice_max_nl_iter,
46       &     streamice_maxcgiter_cpl, streamice_maxnliter_cpl,       &     streamice_maxcgiter_cpl, streamice_maxnliter_cpl,
47       &     STREAMICEthickInit,       &     STREAMICEthickInit,
# Line 200  C--   Default values for STREAMICE Line 200  C--   Default values for STREAMICE
200        streamice_cg_tol = 1e-6        streamice_cg_tol = 1e-6
201        streamice_nonlin_tol = 1e-6        streamice_nonlin_tol = 1e-6
202        streamice_nonlin_tol_fp = 1.e-14        streamice_nonlin_tol_fp = 1.e-14
203          streamice_err_norm = 0.
204  #if (defined (ALLOW_OPENAD) && defined (ALLOW_STREAMICE_OAD_FP))  #if (defined (ALLOW_OPENAD) && defined (ALLOW_STREAMICE_OAD_FP))
205        streamice_nonlin_tol_adjoint = 1.e-14        streamice_nonlin_tol_adjoint = 1.e-14
206  #ifdef ALLOW_PETSC  #ifdef ALLOW_PETSC

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.22