--- MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F 2013/03/07 15:23:19 1.12 +++ MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F 2013/04/06 17:43:41 1.13 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F,v 1.12 2013/03/07 15:23:19 dgoldberg Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F,v 1.13 2013/04/06 17:43:41 dgoldberg Exp $ C $Name: $ @@ -76,7 +76,8 @@ & streamice_wgt_drift,streamice_wgt_surf,streamice_wgt_vel, & streamice_wgt_avthick, streamice_wgt_tikh, & streamice_addl_backstress, - & streamice_smooth_gl_width + & streamice_smooth_gl_width, + & PETSC_PRECOND_TYPE, PETSC_SOLVER_TYPE NAMELIST /STREAMICE_PARM02/ @@ -162,6 +163,8 @@ STREAMICEGlenConstFile = '' STREAMICEcostMaskFile = '' STREAMICEGlenConstConfig = 'UNIFORM' + PETSC_PRECOND_TYPE = 'PCBJACOBI' + PETSC_SOLVER_TYPE = 'KSPCG' STREAMICEison = .TRUE. STREAMICE_tave_mdsio = .TRUE.