/[MITgcm]/MITgcm_contrib/shelfice_remeshing/input/data.streamice
ViewVC logotype

Annotation of /MITgcm_contrib/shelfice_remeshing/input/data.streamice

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jul 21 14:52:08 2015 UTC (9 years, 11 months ago) by dgoldberg
Branch: MAIN
*** empty log message ***

1 dgoldberg 1.1 # ===================================
2     # | Parameters for STREAMICE package |
3     # ===================================
4     &STREAMICE_PARM01
5     streamice_density = 917.,
6     streamice_density_ocean_avg = 1028.,
7     B_glen_isothermal = 700.,
8     C_basal_fric_const = 5.,
9     n_glen = 3.0,
10     n_basal_friction = 1.,
11     streamice_diagnostic_only=.false.
12     eps_glen_min = 1.0e-12,
13     eps_u_min = 1.0e-12,
14     streamice_cg_tol = 1.0e-6,
15     STREAMICE_lower_cg_tol = .true.,
16     streamice_nonlin_tol = 0.0,
17     streamice_nonlin_tol_fp = 1.0e-9,
18     streamice_max_cg_iter = 500,
19     streamice_max_nl_iter = 100,
20     streamice_maxnliter_cpl = 1,
21     streamice_maxcgiter_cpl = 500,
22     # STREAMICE_move_front = .true.,
23     STREAMICE_calve_to_mask = .false.,
24     streamice_CFL_factor = 0.5,
25     STREAMICE_dump_mdsio = .true.,
26     streamice_bg_surf_slope_x = 0.,
27     STREAMICEthickInit='FILE',
28     STREAMICEthickFile='h_init.box',
29     STREAMICEtopogFile='bathymetry.pig.bin',
30     STREAMICEuFaceBdryFile = 'ufacemask.box',
31     STREAMICEvFaceBdryFile = 'vfacemask.box',
32     STREAMICEuMassFluxFile='umassflux.box',
33     STREAMICEhmaskFile = 'hmask.box',
34     STREAMICEbasalTracConfig='UNIFORM',
35     STREAMICEGlenConstConfig='UNIFORM',
36     STREAMICE_chkfixedptconvergence=.true.
37     STREAMICE_chkresidconvergence=.false.
38     streamice_vel_update = 86400.,
39     STREAMICE_allow_cpl=.true.
40     &
41    
42     &STREAMICE_PARM02
43     shelf_max_draft = 1300.0,
44     shelf_min_draft = 300.0,
45     shelf_edge_pos = 70.0e3,
46     shelf_slope_scale = 62.0e3,
47     shelf_flat_width = 20.0e3,
48     &
49    
50     # &STREAMICE_PARMPETSC
51     # PETSC_SOLVER_TYPE = 'CG',
52     # PETSC_PRECOND_TYPE = 'GAMG',
53     # &
54    
55     &STREAMICE_PARM03
56     min_x_noflow_north = -200.0,
57     max_x_noflow_north = 0.0,
58     min_x_noflow_south = -200.0,
59     max_x_noflow_south = 0.0,
60     min_y_noflow_WEST = 0.0,
61     max_y_noflow_WEST = 0.0,
62     min_y_noflow_EAST = -180.0,
63     max_y_noflow_EAST = 0.0,
64     min_x_noStress_NORTH = 0.0e3,
65     max_x_noStress_NORTH = 0.0e3,
66     min_x_noStress_SOUTH = 0.0e3,
67     max_x_noStress_SOUTH = 0.0e3,
68     min_y_noStress_WEST = -1.0,
69     max_y_noStress_WEST = -1.0,
70     min_y_noStress_EAST = -1.0,
71     max_y_noStress_EAST = -1.0,
72     min_x_FluxBdry_NORTH = -1.0,
73     max_x_FluxBdry_NORTH = -1.0,
74     min_x_FluxBdry_SOUTH = -1.0,
75     max_x_FluxBdry_SOUTH = -1.0,
76     min_y_FluxBdry_WEST = 0.0,
77     max_y_FluxBdry_WEST = 0.0,
78     min_y_FluxBdry_EAST = -180.0,
79     max_y_FluxBdry_EAST = 0.0,
80     min_x_Dirich_NORTH = -1.0,
81     max_x_Dirich_NORTH = -1.0,
82     min_x_Dirich_SOUTH = -1.0,
83     max_x_Dirich_SOUTH = -1.0,
84     min_y_Dirich_WEST = -1.0,
85     max_y_Dirich_WEST = -1.0,
86     min_y_Dirich_EAST = -1.0,
87     max_y_Dirich_EAST = -1.0,
88     min_x_CFBC_NORTH = -1.0,
89     max_x_CFBC_NORTH = -1.0,
90     min_x_CFBC_SOUTH = -1.0,
91     max_x_CFBC_SOUTH = -1.0,
92     min_y_CFBC_WEST = -180.0,
93     max_y_CFBC_WEST = 0.0,
94     min_y_CFBC_EAST = 0.0,
95     max_y_CFBC_EAST = 0.0e3,
96     flux_bdry_val_EAST =1.5e6,
97     STREAMICE_NS_periodic = .false.,
98     STREAMICE_EW_periodic = .false.,
99     &

  ViewVC Help
Powered by ViewVC 1.1.22