Back to home page

MITgcm

 
 

    


Warning, /verification/halfpipe_streamice/input_tap/data.streamice is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit feb7fa5d on 2025-11-21 15:45:20 UTC
b4daa24319 Shre*0001 # ===================================
                0002 # | Parameters for STREAMICE package |
                0003 # ===================================
                0004  &STREAMICE_PARM01
                0005  streamice_density = 917.,
                0006  streamice_density_ocean_avg = 1028.,
                0007  B_glen_isothermal = 700.,
                0008  C_basal_fric_const = 5.,
                0009  n_glen = 3.0,
                0010  n_basal_friction = 1.,
                0011  eps_glen_min = 1.0e-12,
                0012  eps_u_min = 1.0e-12,
                0013  streamice_cg_tol = 1.0e-6,
                0014  STREAMICE_lower_cg_tol = .false.,
                0015  streamice_nonlin_tol = 1.0e-20,
                0016  streamice_nonlin_tol_fp = 1.e-7,
                0017  streamice_max_cg_iter = 500,
                0018  streamice_max_nl_iter = 100,
                0019  STREAMICE_move_front = .false.,
                0020  STREAMICE_calve_to_mask = .false.,
                0021  streamice_CFL_factor = 0.5,
                0022  STREAMICE_dump_mdsio = .true.,
                0023  streamice_bg_surf_slope_x = 0.,
                0024  STREAMICEthickInit='PARAM',
                0025  STREAMICEthickFile='h_init.box',
                0026  STREAMICEtopogFile='topog.box',
                0027  STREAMICEbasalTracConfig='UNIFORM',
                0028  STREAMICEGlenConstConfig='UNIFORM',
96b006450c dngo*0029  STREAMICEBdotConfig='FILE',
b4daa24319 Shre*0030  &
                0031 
                0032 #PETSC_SOLVER_TYPE = 'BICG',
                0033 #PETSC_PRECOND_TYPE = 'BLOCKJACOBI',
                0034 #&
                0035  
                0036 
                0037  &STREAMICE_PARM02
                0038  shelf_max_draft = 1300.0,
                0039  shelf_min_draft = 300.0,
                0040  shelf_edge_pos = 70.0e3,
                0041  shelf_slope_scale = 62.0e3,
                0042  shelf_flat_width = 20.0e3,
                0043  &
                0044 
                0045  &STREAMICE_PARMOAD
                0046  streamice_nonlin_tol_adjoint = 1.e-8,
feb7fa5d1e dngo*0047  streamice_nonlin_tol_adjoint_rl = 1.e-8,
b4daa24319 Shre*0048  &
                0049 
96b006450c dngo*0050  &STREAMICE_COST
                0051  streamice_do_verification_cost=.TRUE.,
                0052  &
                0053 
b4daa24319 Shre*0054  &STREAMICE_PARM03
                0055  min_x_noflow_north = 0.0,
                0056  max_x_noflow_north = 120.0e3,
                0057  min_x_noflow_south = 0.0,
                0058  max_x_noflow_south = 120.0e3,
                0059  min_y_noflow_WEST = -1.0,
                0060  max_y_noflow_WEST = -1.0,
                0061  min_y_noflow_EAST = -1.0,
                0062  max_y_noflow_EAST = -1.0,
                0063  min_x_noStress_NORTH = 0.0e3,
                0064  max_x_noStress_NORTH = 0.0e3,
                0065  min_x_noStress_SOUTH = 0.0e3,
                0066  max_x_noStress_SOUTH = 0.0e3,
                0067  min_y_noStress_WEST = -1.0,
                0068  max_y_noStress_WEST = -1.0,
                0069  min_y_noStress_EAST = -1.0,
                0070  max_y_noStress_EAST = -1.0,
                0071  min_x_FluxBdry_NORTH = -1.0,
                0072  max_x_FluxBdry_NORTH = -1.0,
                0073  min_x_FluxBdry_SOUTH = -1.0,
                0074  max_x_FluxBdry_SOUTH = -1.0,
                0075  min_y_FluxBdry_WEST = 0.0,
                0076  max_y_FluxBdry_WEST = 40.0e3,
                0077  min_y_FluxBdry_EAST = -1.0,
                0078  max_y_FluxBdry_EAST = -1.0,
                0079  min_x_Dirich_NORTH = -1.0,
                0080  max_x_Dirich_NORTH = -1.0,
                0081  min_x_Dirich_SOUTH = -1.0,
                0082  max_x_Dirich_SOUTH = -1.0,
                0083  min_y_Dirich_WEST = -1.0,
                0084  max_y_Dirich_WEST = -1.0,
                0085  min_y_Dirich_EAST = -1.0,
                0086  max_y_Dirich_EAST = -1.0,
                0087  min_x_CFBC_NORTH = -1.0,
                0088  max_x_CFBC_NORTH = -1.0,
                0089  min_x_CFBC_SOUTH = -1.0,
                0090  max_x_CFBC_SOUTH = -1.0,
                0091  min_y_CFBC_WEST = -1.0,
                0092  max_y_CFBC_WEST = -1.0,
                0093  min_y_CFBC_EAST = 0.0,
                0094  max_y_CFBC_EAST = 40.0e3,
                0095  flux_bdry_val_WEST =1.5e6,
                0096  STREAMICE_NS_periodic = .false.,
                0097  STREAMICE_EW_periodic = .false.,
                0098  &