Index: /issm/trunk/examples/Data/Download.sh
===================================================================
--- /issm/trunk/examples/Data/Download.sh	(revision 19170)
+++ /issm/trunk/examples/Data/Download.sh	(revision 19171)
@@ -17,5 +17,5 @@
 
 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"
Index: /issm/trunk/examples/Greenland/Greenland.par
===================================================================
--- /issm/trunk/examples/Greenland/Greenland.par	(revision 19170)
+++ /issm/trunk/examples/Greenland/Greenland.par	(revision 19171)
@@ -1,5 +1,5 @@
-%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');
Index: /issm/trunk/examples/Greenland/runme.m
===================================================================
--- /issm/trunk/examples/Greenland/runme.m	(revision 19170)
+++ /issm/trunk/examples/Greenland/runme.m	(revision 19171)
@@ -148,5 +148,5 @@
 	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
@@ -192,5 +192,5 @@
 	%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;
 
Index: /issm/trunk/examples/IceBridge/Greenland.par
===================================================================
--- /issm/trunk/examples/IceBridge/Greenland.par	(revision 19170)
+++ /issm/trunk/examples/IceBridge/Greenland.par	(revision 19171)
@@ -1,5 +1,5 @@
-%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');
Index: /issm/trunk/examples/IceBridge/Greenland_cheatsheet.par
===================================================================
--- /issm/trunk/examples/IceBridge/Greenland_cheatsheet.par	(revision 19170)
+++ /issm/trunk/examples/IceBridge/Greenland_cheatsheet.par	(revision 19171)
@@ -1,5 +1,5 @@
-%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');
Index: /issm/trunk/examples/IceBridge/Greenland_noOIB.par
===================================================================
--- /issm/trunk/examples/IceBridge/Greenland_noOIB.par	(revision 19170)
+++ /issm/trunk/examples/IceBridge/Greenland_noOIB.par	(revision 19171)
@@ -1,5 +1,5 @@
-%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');
Index: /issm/trunk/examples/Jakobshavn/Jks.par
===================================================================
--- /issm/trunk/examples/Jakobshavn/Jks.par	(revision 19170)
+++ /issm/trunk/examples/Jakobshavn/Jks.par	(revision 19171)
@@ -1,6 +1,5 @@
-
-%Name and hemisphere
-md.mesh.hemisphere='n';
+%Name and Coordinate system
 md.miscellaneous.name='Jakobshavn';
+md.mesh.epsg=3413;
 
 %Load SeaRISE dataset
Index: /issm/trunk/examples/Pig/Pig.par
===================================================================
--- /issm/trunk/examples/Pig/Pig.par	(revision 19170)
+++ /issm/trunk/examples/Pig/Pig.par	(revision 19171)
@@ -3,7 +3,7 @@
 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
