/[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.12 by dgoldberg, Thu Mar 7 15:23:19 2013 UTC revision 1.13 by dgoldberg, Sat Apr 6 17:43:41 2013 UTC
# Line 76  C     iUnit      :: Work variable for IO Line 76  C     iUnit      :: Work variable for IO
76       &     streamice_wgt_drift,streamice_wgt_surf,streamice_wgt_vel,       &     streamice_wgt_drift,streamice_wgt_surf,streamice_wgt_vel,
77       &     streamice_wgt_avthick, streamice_wgt_tikh,       &     streamice_wgt_avthick, streamice_wgt_tikh,
78       &     streamice_addl_backstress,       &     streamice_addl_backstress,
79       &     streamice_smooth_gl_width           &     streamice_smooth_gl_width,
80         &     PETSC_PRECOND_TYPE, PETSC_SOLVER_TYPE    
81    
82    
83        NAMELIST /STREAMICE_PARM02/        NAMELIST /STREAMICE_PARM02/
# Line 162  C--   Default values for STREAMICE Line 163  C--   Default values for STREAMICE
163        STREAMICEGlenConstFile = ''        STREAMICEGlenConstFile = ''
164        STREAMICEcostMaskFile = ''        STREAMICEcostMaskFile = ''
165        STREAMICEGlenConstConfig = 'UNIFORM'        STREAMICEGlenConstConfig = 'UNIFORM'
166          PETSC_PRECOND_TYPE = 'PCBJACOBI'
167          PETSC_SOLVER_TYPE = 'KSPCG'
168    
169        STREAMICEison = .TRUE.        STREAMICEison = .TRUE.
170        STREAMICE_tave_mdsio = .TRUE.        STREAMICE_tave_mdsio = .TRUE.

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22