Changeset 19171


Ignore:
Timestamp:
03/04/15 08:34:18 (10 years ago)
Author:
Mathieu Morlighem
Message:

BUG: md.mesh.hemisphere does not exist anymore

Location:
issm/trunk/examples
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/examples/Data/Download.sh

    r18198 r19171  
    1717
    1818echo "Downloading Jason Box's SMB"
    19 $ISSM_DIR/scripts/DownloadExternalPackage2.py 'http://issm.jpl.nasa.gov/files/workshop2014/Box_Greenland_SMB_monthly_1840-2012_5km_ver20140421.nc' 'Box_Greenland_SMB_monthly_1840-2012_5km_ver20140421.nc'
     19$ISSM_DIR/scripts/DownloadExternalPackage2.py 'http://issm.jpl.nasa.gov/files/examples/Box_Greenland_SMB_monthly_1840-2012_5km_cal_ver20141007.nc' 'Box_Greenland_SMB_monthly_1840-2012_5km_cal_ver20141007.nc'
    2020
    2121echo "Downloading IceBridge Jakobshavn bedrock"
  • issm/trunk/examples/Greenland/Greenland.par

    r18205 r19171  
    1 %Name and hemisphere
     1%Name and Coordinate system
    22md.miscellaneous.name='SeaRISEgreenland';
    3 md.mesh.hemisphere='n';
     3md.mesh.epsg=3413;
    44
    55disp('   Loading SeaRISE data from NetCDF');
  • issm/trunk/examples/Greenland/runme.m

    r18270 r19171  
    148148        md = loadmodel('./Models/Greenland.Transient');
    149149
    150         ncbox='../Data/Box_Greenland_SMB_monthly_1840-2012_5km_ver20140421.nc';
     150        ncbox='../Data/Box_Greenland_SMB_monthly_1840-2012_5km_cal_ver20141007.nc';
    151151
    152152        %Set surface mass balance
     
    192192        %Set transient options, run for 20 years, saving every timestep
    193193        md.timestepping.time_step=0.2;
    194         md.timestepping.final_time=200;
     194        md.timestepping.final_time=20;
    195195        md.settings.output_frequency=1;
    196196
  • issm/trunk/examples/IceBridge/Greenland.par

    r18267 r19171  
    1 %Name and hemisphere
     1%Name and Coordinate system
    22md.miscellaneous.name='SeaRISEgreenland';
    3 md.mesh.hemisphere='n';
     3md.mesh.epsg=3413;
    44
    55disp('   Loading SeaRISE data from NetCDF');
  • issm/trunk/examples/IceBridge/Greenland_cheatsheet.par

    r18267 r19171  
    1 %Name and hemisphere
     1%Name and Coordinate system
    22md.miscellaneous.name='SeaRISEgreenland';
    3 md.mesh.hemisphere='n';
     3md.mesh.epsg=3413;
    44
    55disp('   Loading SeaRISE data from NetCDF');
  • issm/trunk/examples/IceBridge/Greenland_noOIB.par

    r18267 r19171  
    1 %Name and hemisphere
     1%Name and Coordinate system
    22md.miscellaneous.name='SeaRISEgreenland';
    3 md.mesh.hemisphere='n';
     3md.mesh.epsg=3413;
    44
    55disp('   Loading SeaRISE data from NetCDF');
  • issm/trunk/examples/Jakobshavn/Jks.par

    r18301 r19171  
    1 
    2 %Name and hemisphere
    3 md.mesh.hemisphere='n';
     1%Name and Coordinate system
    42md.miscellaneous.name='Jakobshavn';
     3md.mesh.epsg=3413;
    54
    65%Load SeaRISE dataset
  • issm/trunk/examples/Pig/Pig.par

    r19105 r19171  
    33Temp_change          =  0;  % default [0 K]
    44
    5 %Name and hemisphere
     5%Name and Coordinate system
    66md.miscellaneous.name='PIG';
    7 md.mesh.hemisphere='s';
     7md.mesh.epsg=3031;
    88
    99%NetCdf Loading
Note: See TracChangeset for help on using the changeset viewer.