Changeset 24908


Ignore:
Timestamp:
05/27/20 10:04:19 (5 years ago)
Author:
Eric.Larour
Message:

CHG: new nightlyrun for sea-level solution using partitioning.

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: {{{
     3modeldatapath='/Users/larour/ModelData';
     4shppath='../Data/shp/';
     5gshhsshapefile=[shppath 'GSHHS_c_L1-NightlyRun.shp'];
     6%}}}
    27               
    38testagainst2002=0;
     
    510%Data paths: {{{
    611modeldatapath='/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'];
     12shppath='../Data/shp/';
     13gshhsshapefile=[shppath 'GSHHS_c_L1-NightlyRun.shp'];
    914%}}}
    1015
     
    9297        %mesh:
    9398        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);
    95100
    96101        %miscellaneous:
     
    306311
    307312%parameters:
    308 plotting=1;
     313plotting=0;
    309314tolerance=100;
    310315loneedgesdetect=0;
     
    343348
    344349%check on the mesh transitions: {{{
    345 plotting=1;
     350plotting=0;
    346351if plotting,
    347352        flags=ones(sl.earth.mesh.numberofelements,1);
     
    407412
    408413%}}}
     414
     415%Fields and tolerances to track changes
     416field_names     ={'Eustatic','Rigid','Elastic','Rotation'};
     417field_tolerances={1e-13,1e-13,1e-13,1e-13};
     418field_values={Seustatic,Srigid,Selastic,Srotation};
Note: See TracChangeset for help on using the changeset viewer.