/[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.12 by dgoldberg, Mon Jun 15 14:31:59 2015 UTC revision 1.13 by dgoldberg, Tue Jun 30 11:20:05 2015 UTC
# Line 37  C     iUnit      :: Work variable for IO Line 37  C     iUnit      :: Work variable for IO
37    
38        NAMELIST /STREAMICE_PARM01/        NAMELIST /STREAMICE_PARM01/
39       &     streamice_density, streamice_density_ocean_avg,       &     streamice_density, streamice_density_ocean_avg,
40         &     streamice_density_firn,
41       &     B_glen_isothermal, n_glen, eps_glen_min, eps_u_min,       &     B_glen_isothermal, n_glen, eps_glen_min, eps_u_min,
42       &     C_basal_fric_const, n_basal_friction,       &     C_basal_fric_const, n_basal_friction,
43       &     streamice_vel_update,streamice_cg_tol,streamice_nonlin_tol,       &     streamice_vel_update,streamice_cg_tol,streamice_nonlin_tol,
# Line 92  C     iUnit      :: Work variable for IO Line 93  C     iUnit      :: Work variable for IO
93       &     streamice_addl_backstress,       &     streamice_addl_backstress,
94       &     streamice_smooth_gl_width,       &     streamice_smooth_gl_width,
95       &     streamice_adot_uniform,       &     streamice_adot_uniform,
96         &     streamice_firn_correction,
97         &     STREAMICE_apply_firn_correction,
98       &     STREAMICE_ADV_SCHEME, streamice_forcing_period,       &     STREAMICE_ADV_SCHEME, streamice_forcing_period,
99       &     STREAMICE_chkfixedptconvergence,       &     STREAMICE_chkfixedptconvergence,
100       &     STREAMICE_chkresidconvergence,       &     STREAMICE_chkresidconvergence,
# Line 182  C--   Default values for STREAMICE Line 185  C--   Default values for STREAMICE
185    
186        streamice_density = 917.        streamice_density = 917.
187        streamice_density_ocean_avg = 1024.        streamice_density_ocean_avg = 1024.
188          streamice_density_firn = streamice_density  
189        B_glen_isothermal = 9.461e-18   !  Pa (-1/3) a        B_glen_isothermal = 9.461e-18   !  Pa (-1/3) a
190        n_glen = 3.        n_glen = 3.
191        eps_glen_min = 1.0e-12        eps_glen_min = 1.0e-12
# Line 219  C--   Default values for STREAMICE Line 223  C--   Default values for STREAMICE
223        streamice_smooth_gl_width = 0.0        streamice_smooth_gl_width = 0.0
224        streamice_adot_uniform = 0.0        streamice_adot_uniform = 0.0
225        streamice_forcing_period = 0        streamice_forcing_period = 0
226          streamice_firn_correction = 0.
227          STREAMICE_apply_firn_correction = .false.
228          
229        STREAMICEthickInit = 'FILE'        STREAMICEthickInit = 'FILE'
230        STREAMICEthickFile = ' '        STREAMICEthickFile = ' '
231        STREAMICEcalveMaskFile = ' '        STREAMICEcalveMaskFile = ' '

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

  ViewVC Help
Powered by ViewVC 1.1.22