/[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.14 by dgoldberg, Thu May 23 22:12:33 2013 UTC
# Line 71  C     iUnit      :: Work variable for IO Line 71  C     iUnit      :: Work variable for IO
71       &     STREAMICEuDirichValsFile,       &     STREAMICEuDirichValsFile,
72       &     STREAMICEvDirichValsFile,       &     STREAMICEvDirichValsFile,
73       &     STREAMICEGlenConstFile, STREAMICEGlenConstConfig,       &     STREAMICEGlenConstFile, STREAMICEGlenConstConfig,
74         &     STREAMICEBdotFile, STREAMICEBdotConfig,
75       &     STREAMICE_ppm_driving_stress,       &     STREAMICE_ppm_driving_stress,
76       &     STREAMICE_h_ctrl_const_surf,       &     STREAMICE_h_ctrl_const_surf,
77       &     streamice_wgt_drift,streamice_wgt_surf,streamice_wgt_vel,       &     streamice_wgt_drift,streamice_wgt_surf,streamice_wgt_vel,
78       &     streamice_wgt_avthick, streamice_wgt_tikh,       &     streamice_wgt_avthick, streamice_wgt_tikh,
79       &     streamice_addl_backstress,       &     streamice_addl_backstress,
80       &     streamice_smooth_gl_width           &     streamice_smooth_gl_width,
81         &     PETSC_PRECOND_TYPE, PETSC_SOLVER_TYPE    
82    
83    
84        NAMELIST /STREAMICE_PARM02/        NAMELIST /STREAMICE_PARM02/
# Line 160  C--   Default values for STREAMICE Line 162  C--   Default values for STREAMICE
162        STREAMICEuDirichValsFile = ''        STREAMICEuDirichValsFile = ''
163        STREAMICEvDirichValsFile = ''        STREAMICEvDirichValsFile = ''
164        STREAMICEGlenConstFile = ''        STREAMICEGlenConstFile = ''
165          STREAMICEBdotFile = ''
166        STREAMICEcostMaskFile = ''        STREAMICEcostMaskFile = ''
167        STREAMICEGlenConstConfig = 'UNIFORM'        STREAMICEGlenConstConfig = 'UNIFORM'
168          STREAMICEBdotConfig = ' '
169          PETSC_PRECOND_TYPE = 'PCBJACOBI'
170          PETSC_SOLVER_TYPE = 'KSPCG'
171    
172        STREAMICEison = .TRUE.        STREAMICEison = .TRUE.
173        STREAMICE_tave_mdsio = .TRUE.        STREAMICE_tave_mdsio = .TRUE.

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

  ViewVC Help
Powered by ViewVC 1.1.22