/[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.5 by dgoldberg, Wed Jun 4 13:08:52 2014 UTC revision 1.6 by dgoldberg, Thu Jul 10 15:09:40 2014 UTC
# Line 43  C     iUnit      :: Work variable for IO Line 43  C     iUnit      :: Work variable for IO
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,
45       &     streamice_max_cg_iter, streamice_max_nl_iter,       &     streamice_max_cg_iter, streamice_max_nl_iter,
      &     STREAMICE_GL_regularize,  
46       &     STREAMICEthickInit,       &     STREAMICEthickInit,
47       &     STREAMICEsigcoordInit,       &     STREAMICEsigcoordInit,
48       &     STREAMICEsigcoordFile,       &     STREAMICEsigcoordFile,
# Line 53  C     iUnit      :: Work variable for IO Line 52  C     iUnit      :: Work variable for IO
52       &     STREAMICEison,       &     STREAMICEison,
53       &     STREAMICE_dump_mdsio, STREAMICE_tave_mdsio,       &     STREAMICE_dump_mdsio, STREAMICE_tave_mdsio,
54       &     STREAMICE_dump_mnc, STREAMICE_tave_mnc,       &     STREAMICE_dump_mnc, STREAMICE_tave_mnc,
55       &     STREAMICE_GL_regularize, STREAMICE_move_front,       &     STREAMICE_move_front,
56       &     STREAMICE_calve_to_mask,       &     STREAMICE_calve_to_mask,
57       &     STREAMICE_diagnostic_only,       &     STREAMICE_diagnostic_only,
58       &     STREAMICE_lower_cg_tol,       &     STREAMICE_lower_cg_tol,
# Line 166  C--   Default values for STREAMICE Line 165  C--   Default values for STREAMICE
165        streamice_nonlin_tol_fp = 1.e-14        streamice_nonlin_tol_fp = 1.e-14
166        streamice_max_cg_iter = 2000        streamice_max_cg_iter = 2000
167        streamice_max_nl_iter = 100        streamice_max_nl_iter = 100
168        streamice_n_sub_regularize = 4  !      streamice_n_sub_regularize = 4
169        streamice_CFL_factor = .5        streamice_CFL_factor = .5
170        streamice_adjDump = 0.        streamice_adjDump = 0.
171        streamice_bg_surf_slope_x = .0        streamice_bg_surf_slope_x = .0
# Line 243  C--   Default values for STREAMICE Line 242  C--   Default values for STREAMICE
242        STREAMICE_dump_mdsio = .TRUE.        STREAMICE_dump_mdsio = .TRUE.
243        STREAMICE_dump_mnc = .FALSE.        STREAMICE_dump_mnc = .FALSE.
244        STREAMICE_tave_mnc = .FALSE.        STREAMICE_tave_mnc = .FALSE.
245        STREAMICE_GL_regularize = .FALSE.  !      STREAMICE_GL_regularize = .FALSE.
246        STREAMICE_move_front = .FALSE.        STREAMICE_move_front = .FALSE.
247        STREAMICE_calve_to_mask = .FALSE.        STREAMICE_calve_to_mask = .FALSE.
248  !       STREAMICE_geom_file_setup = .FALSE.  !       STREAMICE_geom_file_setup = .FALSE.

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

  ViewVC Help
Powered by ViewVC 1.1.22