/[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.3 by dgoldberg, Tue Jul 24 20:49:41 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 50  C     iUnit      :: Work variable for IO Line 51  C     iUnit      :: Work variable for IO
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,
# Line 98  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
107        streamice_CFL_factor = .5        streamice_CFL_factor = .5
108          streamice_adjDump = 0.
109                
110        STREAMICEthickInit = 'FILE'        STREAMICEthickInit = 'FILE'
111        STREAMICEthickFile = ' '        STREAMICEthickFile = ' '

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

  ViewVC Help
Powered by ViewVC 1.1.22