Changeset 18020


Ignore:
Timestamp:
05/19/14 18:14:55 (11 years ago)
Author:
schlegel
Message:

CHG: update Data location

Location:
issm/workshop/09SeaRISE_GrIS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/workshop/09SeaRISE_GrIS/Exp_Par/Greenland.par

    r18013 r18020  
    44
    55disp('   Loading SeaRISE data from NetCDF');
    6 ncdata='Data/Greenland_5km_dev1.2.nc';
     6ncdata='../Data/Greenland_5km_dev1.2.nc';
    77x1    = ncread(ncdata,'x1');
    88y1    = ncread(ncdata,'y1');
  • issm/workshop/09SeaRISE_GrIS/runme.m

    r18018 r18020  
    11clear all;
    2 steps=[ 1 2 3 4 5 ];
     2steps=[ 1 ];
    33
    44%Location of SeaRISE dataset
     
    149149        md = loadmodel('./Models/Greenland.Control_drag');
    150150
    151         ncbox='./Data/Box_Greenland_SMB_monthly_1840-2012_5km_ver20140421.nc';
     151        ncbox='../Data/Box_Greenland_SMB_monthly_1840-2012_5km_ver20140421.nc';
    152152
    153153        %convert mesh x,y into the Box projection
     
    163163        %surface mass balance
    164164        smbmean = mean(mean(smbbox,3),4);
    165         save -v7.3 ./Data/smbbox smbbox x1 y1;
     165        save -v7.3 smbbox smbbox x1 y1;
    166166        clear smbbox
    167167
     
    192192if any(steps==7)
    193193        disp('   Step 7: Box Transient run');
    194         md = loadmodel('./Models/Greenland.HistoricTransient_1000yr');
     194        md = loadmodel('../Data/Greenland.HistoricTransient_1000yr');
    195195
    196196        %load past transient results
     
    207207
    208208        %Set surface mass balance
    209         load ./Data/smbbox
     209        load smbbox
    210210        index = BamgTriangulate(x1(:),y1(:));
    211211
Note: See TracChangeset for help on using the changeset viewer.