Changeset 14826
- Timestamp:
- 05/01/13 09:03:48 (12 years ago)
- Location:
- issm/trunk-jpl/test/Par
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/Par/SquareSheetConstrained.par
r14724 r14826 50 50 51 51 %GIA: 52 md.gia.lithosphere_thickness=100 *ones(md.mesh.numberofvertices,1); %in km53 md.materials.lithosphere_shear_modulus=6.7*10^10; %in Pa54 md.materials.lithosphere_density=3.32; %in g/cm^-355 md.materials.mantle_shear_modulus=1.45*10^11; %in Pa56 md.materials.mantle_viscosity=1 0^21; %in Pa.s57 md.materials.mantle_density=3.34; %in g/cm^-352 md.gia.lithosphere_thickness=100.*ones(md.mesh.numberofvertices,1); % in km 53 md.materials.lithosphere_shear_modulus=6.7*10^10; % in Pa 54 md.materials.lithosphere_density=3.32; % in g/cm^-3 55 md.materials.mantle_shear_modulus=1.45*10^11; % in Pa 56 md.materials.mantle_viscosity=1.*10^21; % in Pa.s 57 md.materials.mantle_density=3.34; % in g/cm^-3 58 58 59 59 %Boundary conditions: -
issm/trunk-jpl/test/Par/SquareSheetConstrained.py
r14102 r14826 59 59 md.timestepping.final_time=3. 60 60 61 #GIA: 62 md.gia.lithosphere_thickness=100.*numpy.ones((md.mesh.numberofvertices,1)); # in km 63 md.materials.lithosphere_shear_modulus=6.7*10**10; # in Pa 64 md.materials.lithosphere_density=3.32; # in g/cm^-3 65 md.materials.mantle_shear_modulus=1.45*10**11; # in Pa 66 md.materials.mantle_viscosity=1.*10**21; # in Pa.s 67 md.materials.mantle_density=3.34; # in g/cm^-3 68 61 69 #Boundary conditions: 62 70 md=SetIceSheetBC(md)
Note:
See TracChangeset
for help on using the changeset viewer.