/[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.10 by dgoldberg, Mon Feb 16 16:46:45 2015 UTC revision 1.11 by dgoldberg, Sat Feb 21 19:09:53 2015 UTC
# Line 41  C     iUnit      :: Work variable for IO Line 41  C     iUnit      :: Work variable for IO
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,
# Line 183  C--   Default values for STREAMICE Line 186  C--   Default values for STREAMICE
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

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22