** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.

Last-Modified: Mon, 24 Nov 2024 06:12:06 GMT Content-Type: text/html; charset=utf-8 MITgcm/MITgcm/verification/halfpipe_streamice/input_oad/data.streamice
Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 96b00645 on 2023-09-20 15:15:14 UTC
f485fc6028 Patr*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,
185fcdbaa5 Dani*0014  STREAMICE_lower_cg_tol = .false.,
                0015  streamice_nonlin_tol = 1.0e-20,
                0016  streamice_nonlin_tol_fp = 1.e-7,
f485fc6028 Patr*0017  streamice_max_cg_iter = 500,
185fcdbaa5 Dani*0018  streamice_max_nl_iter = 100,
f485fc6028 Patr*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',
f485fc6028 Patr*0030  &
                0031 
                0032 #PETSC_SOLVER_TYPE = 'BICG',
                0033 #PETSC_PRECOND_TYPE = 'BLOCKJACOBI',
                0034 #&
d486c1ab57 Dani*0035  
f485fc6028 Patr*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 
d486c1ab57 Dani*0045  &STREAMICE_PARMOAD
                0046  streamice_nonlin_tol_adjoint = 1.e-8,
                0047  &
                0048 
96b006450c dngo*0049  &STREAMICE_COST
                0050  streamice_do_verification_cost=.TRUE.,
                0051  &
                0052 
f485fc6028 Patr*0053  &STREAMICE_PARM03
                0054  min_x_noflow_north = 0.0,
                0055  max_x_noflow_north = 120.0e3,
                0056  min_x_noflow_south = 0.0,
                0057  max_x_noflow_south = 120.0e3,
                0058  min_y_noflow_WEST = -1.0,
                0059  max_y_noflow_WEST = -1.0,
                0060  min_y_noflow_EAST = -1.0,
                0061  max_y_noflow_EAST = -1.0,
                0062  min_x_noStress_NORTH = 0.0e3,
                0063  max_x_noStress_NORTH = 0.0e3,
                0064  min_x_noStress_SOUTH = 0.0e3,
                0065  max_x_noStress_SOUTH = 0.0e3,
                0066  min_y_noStress_WEST = -1.0,
                0067  max_y_noStress_WEST = -1.0,
                0068  min_y_noStress_EAST = -1.0,
                0069  max_y_noStress_EAST = -1.0,
                0070  min_x_FluxBdry_NORTH = -1.0,
                0071  max_x_FluxBdry_NORTH = -1.0,
                0072  min_x_FluxBdry_SOUTH = -1.0,
                0073  max_x_FluxBdry_SOUTH = -1.0,
                0074  min_y_FluxBdry_WEST = 0.0,
                0075  max_y_FluxBdry_WEST = 40.0e3,
                0076  min_y_FluxBdry_EAST = -1.0,
                0077  max_y_FluxBdry_EAST = -1.0,
                0078  min_x_Dirich_NORTH = -1.0,
                0079  max_x_Dirich_NORTH = -1.0,
                0080  min_x_Dirich_SOUTH = -1.0,
                0081  max_x_Dirich_SOUTH = -1.0,
                0082  min_y_Dirich_WEST = -1.0,
                0083  max_y_Dirich_WEST = -1.0,
                0084  min_y_Dirich_EAST = -1.0,
                0085  max_y_Dirich_EAST = -1.0,
                0086  min_x_CFBC_NORTH = -1.0,
                0087  max_x_CFBC_NORTH = -1.0,
                0088  min_x_CFBC_SOUTH = -1.0,
                0089  max_x_CFBC_SOUTH = -1.0,
                0090  min_y_CFBC_WEST = -1.0,
                0091  max_y_CFBC_WEST = -1.0,
                0092  min_y_CFBC_EAST = 0.0,
                0093  max_y_CFBC_EAST = 40.0e3,
                0094  flux_bdry_val_WEST =1.5e6,
                0095  STREAMICE_NS_periodic = .false.,
                0096  STREAMICE_EW_periodic = .false.,
                0097  &