| 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, eps_u_min, | 
      &     B_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, | 
| 46 | 
      &     STREAMICEsigcoordFile, | 
      &     STREAMICEsigcoordFile, | 
| 47 | 
      &     STREAMICEthickFile, | 
      &     STREAMICEthickFile, | 
| 48 | 
      &     STREAMICEcalveMaskFile, | 
      &     STREAMICEcalveMaskFile, | 
| 49 | 
  | 
      &     STREAMICEcostMaskFile, | 
| 50 | 
      &     STREAMICEison, | 
      &     STREAMICEison, | 
| 51 | 
      &     STREAMICE_dump_mdsio, STREAMICE_tave_mdsio, | 
      &     STREAMICE_dump_mdsio, STREAMICE_tave_mdsio, | 
| 52 | 
      &     STREAMICE_dump_mnc, STREAMICE_tave_mnc, | 
      &     STREAMICE_dump_mnc, STREAMICE_tave_mnc, | 
| 53 | 
      &     STREAMICE_GL_regularize, STREAMICE_move_front, | 
      &     STREAMICE_GL_regularize, STREAMICE_move_front, | 
| 54 | 
      &     STREAMICE_calve_to_mask, | 
      &     STREAMICE_calve_to_mask, | 
| 55 | 
  | 
 !      &     STREAMICE_geom_file_setup, | 
| 56 | 
      &     STREAMICE_diagnostic_only, | 
      &     STREAMICE_diagnostic_only, | 
| 57 | 
 !     &     STREAMICE_construct_matrix, | 
 !     &     STREAMICE_construct_matrix, | 
| 58 | 
      &     STREAMICE_lower_cg_tol, | 
      &     STREAMICE_lower_cg_tol, | 
| 64 | 
      &     STREAMICEbasalTracConfig, | 
      &     STREAMICEbasalTracConfig, | 
| 65 | 
      &     STREAMICEbasalTracFile, | 
      &     STREAMICEbasalTracFile, | 
| 66 | 
      &     STREAMICEvelOptimFile, | 
      &     STREAMICEvelOptimFile, | 
| 67 | 
  | 
      &     STREAMICEtopogFile, | 
| 68 | 
  | 
      &     STREAMICEhmaskFile, | 
| 69 | 
  | 
      &     STREAMICEuFaceBdryFile, | 
| 70 | 
  | 
      &     STREAMICEvFaceBdryFile, | 
| 71 | 
  | 
      &     STREAMICEuDirichValsFile, | 
| 72 | 
  | 
      &     STREAMICEvDirichValsFile,  | 
| 73 | 
  | 
      &     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_addl_backstress     | 
      &     streamice_wgt_avthick, streamice_wgt_tikh,  | 
| 79 | 
  | 
      &     streamice_addl_backstress, | 
| 80 | 
  | 
      &     streamice_smooth_gl_width, | 
| 81 | 
  | 
      &     PETSC_PRECOND_TYPE, PETSC_SOLVER_TYPE     | 
| 82 | 
  | 
  | 
| 83 | 
  | 
  | 
| 84 | 
       NAMELIST /STREAMICE_PARM02/ | 
       NAMELIST /STREAMICE_PARM02/ | 
| 120 | 
  | 
  | 
| 121 | 
       streamice_density = 917.  | 
       streamice_density = 917.  | 
| 122 | 
       streamice_density_ocean_avg = 1024. | 
       streamice_density_ocean_avg = 1024. | 
| 123 | 
       A_glen_isothermal = 9.461e-18   !  Pa (-1/3) a | 
       B_glen_isothermal = 9.461e-18   !  Pa (-1/3) a | 
| 124 | 
       n_glen = 3. | 
       n_glen = 3. | 
| 125 | 
       eps_glen_min = 1.0e-12 | 
       eps_glen_min = 1.0e-12 | 
| 126 | 
       eps_u_min = 1.0e-6 | 
       eps_u_min = 1.0e-6 | 
| 140 | 
       streamice_kx_b_init = 1. | 
       streamice_kx_b_init = 1. | 
| 141 | 
       streamice_ky_b_init = 1. | 
       streamice_ky_b_init = 1. | 
| 142 | 
       streamice_wgt_drift = 0. | 
       streamice_wgt_drift = 0. | 
| 143 | 
  | 
       streamice_wgt_tikh = 0. | 
| 144 | 
       streamice_wgt_surf = 0.      | 
       streamice_wgt_surf = 0.      | 
| 145 | 
       streamice_wgt_vel = 0.      | 
       streamice_wgt_vel = 0.      | 
| 146 | 
       streamice_wgt_avthick = 0. | 
       streamice_wgt_avthick = 0. | 
| 147 | 
       streamice_addl_backstress = 0. | 
       streamice_addl_backstress = 0.0 | 
| 148 | 
  | 
       streamice_smooth_gl_width = 0.0 | 
| 149 | 
  | 
  | 
| 150 | 
       STREAMICEthickInit = 'FILE' | 
       STREAMICEthickInit = 'FILE' | 
| 151 | 
       STREAMICEthickFile = ' ' | 
       STREAMICEthickFile = ' ' | 
| 155 | 
       STREAMICEbasalTracConfig = 'UNIFORM' | 
       STREAMICEbasalTracConfig = 'UNIFORM' | 
| 156 | 
       STREAMICEbasalTracFile = ' ' | 
       STREAMICEbasalTracFile = ' ' | 
| 157 | 
       STREAMICEvelOptimFile = '' | 
       STREAMICEvelOptimFile = '' | 
| 158 | 
  | 
       STREAMICEtopogFile = '' | 
| 159 | 
  | 
       STREAMICEhmaskFile = '' | 
| 160 | 
  | 
       STREAMICEuFaceBdryFile = '' | 
| 161 | 
  | 
       STREAMICEvFaceBdryFile = '' | 
| 162 | 
  | 
       STREAMICEuDirichValsFile = '' | 
| 163 | 
  | 
       STREAMICEvDirichValsFile = '' | 
| 164 | 
  | 
       STREAMICEGlenConstFile = '' | 
| 165 | 
  | 
       STREAMICEBdotFile = '' | 
| 166 | 
  | 
       STREAMICEcostMaskFile = '' | 
| 167 | 
  | 
       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. | 
| 177 | 
       STREAMICE_GL_regularize = .FALSE. | 
       STREAMICE_GL_regularize = .FALSE. | 
| 178 | 
       STREAMICE_move_front = .FALSE. | 
       STREAMICE_move_front = .FALSE. | 
| 179 | 
       STREAMICE_calve_to_mask = .FALSE. | 
       STREAMICE_calve_to_mask = .FALSE. | 
| 180 | 
  | 
 !       STREAMICE_geom_file_setup = .FALSE. | 
| 181 | 
 !      STREAMICE_construct_matrix = .TRUE. | 
 !      STREAMICE_construct_matrix = .TRUE. | 
| 182 | 
       STREAMICE_lower_cg_tol = .FALSE. | 
       STREAMICE_lower_cg_tol = .FALSE. | 
| 183 | 
       STREAMICE_diagnostic_only = .FALSE. | 
       STREAMICE_diagnostic_only = .FALSE. |