Changeset 25075
- Timestamp:
- 06/19/20 12:22:34 (5 years ago)
- Location:
- issm/trunk-jpl/test/Par
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/Par/GiaIvinsBenchmarksAB.par
r25070 r25075 18 18 19 19 %GIA parameters specific to Experiments A and B 20 md.gia=gia vins();20 md.gia=giaivins(); 21 21 md.gia.mantle_viscosity=10^21*ones(md.mesh.numberofvertices,1); %in Pa.s 22 22 md.gia.lithosphere_thickness=100*ones(md.mesh.numberofvertices,1); %in km -
issm/trunk-jpl/test/Par/GiaIvinsBenchmarksAB.py
r24862 r25075 29 29 30 30 #GIA parameters specific to Experiments A and B 31 md.gia=giaivins(); 31 32 md.gia.mantle_viscosity = 1e21 * np.ones((md.mesh.numberofvertices, )) #in Pa.s 32 33 md.gia.lithosphere_thickness = 100 * np.ones((md.mesh.numberofvertices, )) #in km
Note:
See TracChangeset
for help on using the changeset viewer.