[issm-svn] r19171 - issm/trunk/examples
morlighe at issm.ess.uci.edu
morlighe at issm.ess.uci.edu
Wed Mar 4 08:34:18 PST 2015
Author: morlighe
Date: 2015-03-04 08:34:18 -0800 (Wed, 04 Mar 2015)
New Revision: 19171
Modified:
issm/trunk/examples/Data/Download.sh
issm/trunk/examples/Greenland/Greenland.par
issm/trunk/examples/Greenland/runme.m
issm/trunk/examples/IceBridge/Greenland.par
issm/trunk/examples/IceBridge/Greenland_cheatsheet.par
issm/trunk/examples/IceBridge/Greenland_noOIB.par
issm/trunk/examples/Jakobshavn/Jks.par
issm/trunk/examples/Pig/Pig.par
Log:
BUG: md.mesh.hemisphere does not exist anymore
Modified: issm/trunk/examples/Data/Download.sh
===================================================================
--- issm/trunk/examples/Data/Download.sh 2015-03-04 08:16:51 UTC (rev 19170)
+++ issm/trunk/examples/Data/Download.sh 2015-03-04 16:34:18 UTC (rev 19171)
@@ -16,7 +16,7 @@
$ISSM_DIR/scripts/DownloadExternalPackage2.py 'http://websrv.cs.umt.edu/isis/images/e/e9/Greenland_5km_dev1.2.nc' 'Greenland_5km_dev1.2.nc'
echo "Downloading Jason Box's SMB"
-$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'
+$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'
echo "Downloading IceBridge Jakobshavn bedrock"
$ISSM_DIR/scripts/DownloadExternalPackage2.py 'https://data.cresis.ku.edu/data/grids/old_versions/Jakobshavn_2008_2011_Composite.zip' 'Jakobshavn_2008_2011_Composite.zip'
Modified: issm/trunk/examples/Greenland/Greenland.par
===================================================================
--- issm/trunk/examples/Greenland/Greenland.par 2015-03-04 08:16:51 UTC (rev 19170)
+++ issm/trunk/examples/Greenland/Greenland.par 2015-03-04 16:34:18 UTC (rev 19171)
@@ -1,6 +1,6 @@
-%Name and hemisphere
+%Name and Coordinate system
md.miscellaneous.name='SeaRISEgreenland';
-md.mesh.hemisphere='n';
+md.mesh.epsg=3413;
disp(' Loading SeaRISE data from NetCDF');
ncdata='../Data/Greenland_5km_dev1.2.nc';
Modified: issm/trunk/examples/Greenland/runme.m
===================================================================
--- issm/trunk/examples/Greenland/runme.m 2015-03-04 08:16:51 UTC (rev 19170)
+++ issm/trunk/examples/Greenland/runme.m 2015-03-04 16:34:18 UTC (rev 19171)
@@ -147,7 +147,7 @@
disp(' Step 6: Extract Box SMB');
md = loadmodel('./Models/Greenland.Transient');
- ncbox='../Data/Box_Greenland_SMB_monthly_1840-2012_5km_ver20140421.nc';
+ ncbox='../Data/Box_Greenland_SMB_monthly_1840-2012_5km_cal_ver20141007.nc';
%Set surface mass balance
lat = ncread(ncbox,'lat');
@@ -191,7 +191,7 @@
%Set transient options, run for 20 years, saving every timestep
md.timestepping.time_step=0.2;
- md.timestepping.final_time=200;
+ md.timestepping.final_time=20;
md.settings.output_frequency=1;
%Additional options
Modified: issm/trunk/examples/IceBridge/Greenland.par
===================================================================
--- issm/trunk/examples/IceBridge/Greenland.par 2015-03-04 08:16:51 UTC (rev 19170)
+++ issm/trunk/examples/IceBridge/Greenland.par 2015-03-04 16:34:18 UTC (rev 19171)
@@ -1,6 +1,6 @@
-%Name and hemisphere
+%Name and Coordinate system
md.miscellaneous.name='SeaRISEgreenland';
-md.mesh.hemisphere='n';
+md.mesh.epsg=3413;
disp(' Loading SeaRISE data from NetCDF');
ncdata='../Data/Greenland_5km_dev1.2.nc';
Modified: issm/trunk/examples/IceBridge/Greenland_cheatsheet.par
===================================================================
--- issm/trunk/examples/IceBridge/Greenland_cheatsheet.par 2015-03-04 08:16:51 UTC (rev 19170)
+++ issm/trunk/examples/IceBridge/Greenland_cheatsheet.par 2015-03-04 16:34:18 UTC (rev 19171)
@@ -1,6 +1,6 @@
-%Name and hemisphere
+%Name and Coordinate system
md.miscellaneous.name='SeaRISEgreenland';
-md.mesh.hemisphere='n';
+md.mesh.epsg=3413;
disp(' Loading SeaRISE data from NetCDF');
ncdata='../Data/Greenland_5km_dev1.2.nc';
Modified: issm/trunk/examples/IceBridge/Greenland_noOIB.par
===================================================================
--- issm/trunk/examples/IceBridge/Greenland_noOIB.par 2015-03-04 08:16:51 UTC (rev 19170)
+++ issm/trunk/examples/IceBridge/Greenland_noOIB.par 2015-03-04 16:34:18 UTC (rev 19171)
@@ -1,6 +1,6 @@
-%Name and hemisphere
+%Name and Coordinate system
md.miscellaneous.name='SeaRISEgreenland';
-md.mesh.hemisphere='n';
+md.mesh.epsg=3413;
disp(' Loading SeaRISE data from NetCDF');
ncdata='../Data/Greenland_5km_dev1.2.nc';
Modified: issm/trunk/examples/Jakobshavn/Jks.par
===================================================================
--- issm/trunk/examples/Jakobshavn/Jks.par 2015-03-04 08:16:51 UTC (rev 19170)
+++ issm/trunk/examples/Jakobshavn/Jks.par 2015-03-04 16:34:18 UTC (rev 19171)
@@ -1,7 +1,6 @@
-
-%Name and hemisphere
-md.mesh.hemisphere='n';
+%Name and Coordinate system
md.miscellaneous.name='Jakobshavn';
+md.mesh.epsg=3413;
%Load SeaRISE dataset
disp(' Loading SeaRISE data from NetCDF');
Modified: issm/trunk/examples/Pig/Pig.par
===================================================================
--- issm/trunk/examples/Pig/Pig.par 2015-03-04 08:16:51 UTC (rev 19170)
+++ issm/trunk/examples/Pig/Pig.par 2015-03-04 16:34:18 UTC (rev 19171)
@@ -2,9 +2,9 @@
friction_coefficient = 10; % default [10]
Temp_change = 0; % default [0 K]
-%Name and hemisphere
+%Name and Coordinate system
md.miscellaneous.name='PIG';
-md.mesh.hemisphere='s';
+md.mesh.epsg=3031;
%NetCdf Loading
disp(' Loading SeaRISE data from NetCDF');
More information about the issm-svn
mailing list