Changeset 24908
- Timestamp:
- 05/27/20 10:04:19 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2004.m
r24906 r24908 1 %Test Name: Earth_Antarctica_GIA 1 %Test Name: Sea-Level-Partitions 2 %Data paths: {{{ 3 modeldatapath='/Users/larour/ModelData'; 4 shppath='../Data/shp/'; 5 gshhsshapefile=[shppath 'GSHHS_c_L1-NightlyRun.shp']; 6 %}}} 2 7 3 8 testagainst2002=0; … … 5 10 %Data paths: {{{ 6 11 modeldatapath='/Users/larour/ModelData'; 7 shppath=' /Users/larour/issm-jpl/proj-group/qgis/NightlyRun';8 gshhsshapefile=[ modeldatapath '/Gshhg/Shp/GSHHS_shp/c/GSHHS_c_L1-NightlyRun.shp'];12 shppath='../Data/shp/'; 13 gshhsshapefile=[shppath 'GSHHS_c_L1-NightlyRun.shp']; 9 14 %}}} 10 15 … … 92 97 %mesh: 93 98 md=bamg(model,'domain',domain,'subdomains',coastline,'hmin',hmin,'hmax',hmax,defaultoptions{:}); 94 plotmodel(md,'data','mesh');pause(1);99 %plotmodel(md,'data','mesh');pause(1); 95 100 96 101 %miscellaneous: … … 306 311 307 312 %parameters: 308 plotting= 1;313 plotting=0; 309 314 tolerance=100; 310 315 loneedgesdetect=0; … … 343 348 344 349 %check on the mesh transitions: {{{ 345 plotting= 1;350 plotting=0; 346 351 if plotting, 347 352 flags=ones(sl.earth.mesh.numberofelements,1); … … 407 412 408 413 %}}} 414 415 %Fields and tolerances to track changes 416 field_names ={'Eustatic','Rigid','Elastic','Rotation'}; 417 field_tolerances={1e-13,1e-13,1e-13,1e-13}; 418 field_values={Seustatic,Srigid,Selastic,Srotation};
Note:
See TracChangeset
for help on using the changeset viewer.