File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313md = triangle (model (), '../Exp/Square.exp' , 50000. )
1414md .mesh .x = md .mesh .x / 100
1515md .mesh .y = md .mesh .y / 100
16- md .miscellaneous .name = 'testChannels'
1716
1817# Miscellaneous
1918md = setmask (md , '' , '' ) # Everywhere grounded
2322
2423# Some constants
2524md .constants .g = 9.8
26- md .materials .rho_ice = 910
25+ md .materials .rho_ice = 910.
2726
2827# Geometry
2928md .geometry .surface = - 0.02 * md .mesh .x + 320
3534md .initialization .vx = 1.0e-6 * md .constants .yts * np .ones ((md .mesh .numberofvertices ))
3635md .initialization .vy = np .zeros ((md .mesh .numberofvertices ))
3736md .initialization .temperature = (273. - 20. ) * np .ones ((md .mesh .numberofvertices ))
38- md .initialization .watercolumn = 0.03 * np .ones ((md .mesh .numberofvertices ))
37+ md .initialization .watercolumn = 0.2 * np .ones ((md .mesh .numberofvertices ))
3938md .initialization .hydraulic_potential = md .materials .rho_ice * md .constants .g * md .geometry .thickness
4039
4140#cMaterials
You can’t perform that action at this time.
0 commit comments