/[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.6 by dgoldberg, Tue Sep 18 17:06:48 2012 UTC revision 1.9 by dgoldberg, Mon Dec 10 02:34:45 2012 UTC
# Line 35  C     iUnit      :: Work variable for IO Line 35  C     iUnit      :: Work variable for IO
35    
36        NAMELIST /STREAMICE_PARM01/        NAMELIST /STREAMICE_PARM01/
37       &     streamice_density, streamice_density_ocean_avg,       &     streamice_density, streamice_density_ocean_avg,
38       &     A_glen_isothermal, n_glen, eps_glen_min,       &     A_glen_isothermal, n_glen, eps_glen_min, eps_u_min,
39       &     C_basal_fric_const, n_basal_friction,       &     C_basal_fric_const, n_basal_friction,
40       &     streamice_vel_update,streamice_cg_tol,streamice_nonlin_tol,       &     streamice_vel_update,streamice_cg_tol,streamice_nonlin_tol,
41       &     streamice_nonlin_tol_fp,       &     streamice_nonlin_tol_fp,
# Line 61  C     iUnit      :: Work variable for IO Line 61  C     iUnit      :: Work variable for IO
61       &     streamice_kx_b_init, streamice_ky_b_init,       &     streamice_kx_b_init, streamice_ky_b_init,
62       &     STREAMICEbasalTracConfig,       &     STREAMICEbasalTracConfig,
63       &     STREAMICEbasalTracFile,       &     STREAMICEbasalTracFile,
64       &     STREAMICEvelOptimFile       &     STREAMICEvelOptimFile,
65         &     STREAMICE_ppm_driving_stress,
66         &     STREAMICE_h_ctrl_const_surf,
67         &     streamice_wgt_drift,streamice_wgt_surf,streamice_wgt_vel,
68         &     streamice_wgt_avthick, streamice_addl_backstress    
69    
70    
71        NAMELIST /STREAMICE_PARM02/        NAMELIST /STREAMICE_PARM02/
# Line 106  C--   Default values for STREAMICE Line 110  C--   Default values for STREAMICE
110        A_glen_isothermal = 9.461e-18   !  Pa (-1/3) a        A_glen_isothermal = 9.461e-18   !  Pa (-1/3) a
111        n_glen = 3.        n_glen = 3.
112        eps_glen_min = 1.0e-12        eps_glen_min = 1.0e-12
113          eps_u_min = 1.0e-6
114        C_basal_fric_const = 31.71 ! Pa (m/a)-1n        C_basal_fric_const = 31.71 ! Pa (m/a)-1n
115        n_basal_friction = 1.        n_basal_friction = 1.
116        streamice_vel_update = 169200. ! seconds        streamice_vel_update = 169200. ! seconds
# Line 121  C--   Default values for STREAMICE Line 126  C--   Default values for STREAMICE
126        streamice_bg_surf_slope_y = 0.        streamice_bg_surf_slope_y = 0.
127        streamice_kx_b_init = 1.        streamice_kx_b_init = 1.
128        streamice_ky_b_init = 1.        streamice_ky_b_init = 1.
129          streamice_wgt_drift = 0.
130          streamice_wgt_surf = 0.    
131          streamice_wgt_vel = 0.    
132          streamice_wgt_avthick = 0.
133          streamice_addl_backstress = 0.
134    
135        STREAMICEthickInit = 'FILE'        STREAMICEthickInit = 'FILE'
136        STREAMICEthickFile = ' '        STREAMICEthickFile = ' '
# Line 142  C--   Default values for STREAMICE Line 152  C--   Default values for STREAMICE
152  !      STREAMICE_construct_matrix = .TRUE.  !      STREAMICE_construct_matrix = .TRUE.
153        STREAMICE_lower_cg_tol = .FALSE.        STREAMICE_lower_cg_tol = .FALSE.
154        STREAMICE_diagnostic_only = .FALSE.        STREAMICE_diagnostic_only = .FALSE.
155          STREAMICE_ppm_driving_stress = .FALSE.
156          STREAMICE_h_ctrl_const_surf = .FALSE.
157  !       STREAMICE_hybrid_stress= .FALSE.  !       STREAMICE_hybrid_stress= .FALSE.
158    
159        min_x_noflow_NORTH = 0.        min_x_noflow_NORTH = 0.

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

  ViewVC Help
Powered by ViewVC 1.1.22