Changeset 18201


Ignore:
Timestamp:
06/30/14 16:42:56 (11 years ago)
Author:
schlegel
Message:

CHG: update Jks for new Data directory

Location:
issm/trunk-jpl/examples/Jakobshavn
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/examples/Jakobshavn/Jks.par

    r17799 r18201  
    66%Load SeaRISE dataset
    77disp('   Loading SeaRISE data from NetCDF');
    8 ncdata = './Greenland_5km_v1.1.nc';
     8ncdata = '../Data/Greenland_5km_dev1.2.nc';
    99x1    = ncread(ncdata,'x1');
    1010y1    = ncread(ncdata,'y1');
     
    5858disp('   Set other boundary conditions');
    5959md=SetMarineIceSheetBC(md,'./Front.exp');
    60 md.basalforcings.melting_rate=zeros(md.mesh.numberofvertices,1);
     60md.basalforcings.floatingice_melting_rate=zeros(md.mesh.numberofvertices,1);
  • issm/trunk-jpl/examples/Jakobshavn/runme.m

    r17799 r18201  
    1 steps=[1:3];
     1steps=[4];
    22
    33if any(steps==1)
     
    66
    77        %Get observed velocity field on mesh nodes
    8         ncdata='Greenland_5km_v1.1.nc';
     8        ncdata='../Data/Greenland_5km_dev1.2.nc';
    99        if ~exist(ncdata,'file'),
    10                 error('Download Greenland5km_v1.1.nc first on http://websrv.cs.umt.edu/isis/index.php/Present_Day_Greenland');
     10                error('File Greenland_5km_dev1.2.nc not downloaded in Data Directory.  Please cd ../Data and run the download script.');
    1111        end
    1212        x1   = ncread(ncdata,'x1');
     
    8484                'colorbar#1','off','colorbar#2','on','colorbartitle#2','[m/yr]',...
    8585                'caxis#1-2',[0,7000],...
    86                 'data',md.geometry.bed,'title','Bed elevation',...
     86                'data',md.geometry.base,'title','Base elevation',...
    8787                'data',md.results.StressbalanceSolution.FrictionCoefficient,...
    8888                'title','Friction Coefficient',...
Note: See TracChangeset for help on using the changeset viewer.