Changeset 19171
- Timestamp:
- 03/04/15 08:34:18 (10 years ago)
- Location:
- issm/trunk/examples
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/examples/Data/Download.sh
r18198 r19171 17 17 18 18 echo "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' 20 20 21 21 echo "Downloading IceBridge Jakobshavn bedrock" -
issm/trunk/examples/Greenland/Greenland.par
r18205 r19171 1 %Name and hemisphere1 %Name and Coordinate system 2 2 md.miscellaneous.name='SeaRISEgreenland'; 3 md.mesh. hemisphere='n';3 md.mesh.epsg=3413; 4 4 5 5 disp(' Loading SeaRISE data from NetCDF'); -
issm/trunk/examples/Greenland/runme.m
r18270 r19171 148 148 md = loadmodel('./Models/Greenland.Transient'); 149 149 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'; 151 151 152 152 %Set surface mass balance … … 192 192 %Set transient options, run for 20 years, saving every timestep 193 193 md.timestepping.time_step=0.2; 194 md.timestepping.final_time=20 0;194 md.timestepping.final_time=20; 195 195 md.settings.output_frequency=1; 196 196 -
issm/trunk/examples/IceBridge/Greenland.par
r18267 r19171 1 %Name and hemisphere1 %Name and Coordinate system 2 2 md.miscellaneous.name='SeaRISEgreenland'; 3 md.mesh. hemisphere='n';3 md.mesh.epsg=3413; 4 4 5 5 disp(' Loading SeaRISE data from NetCDF'); -
issm/trunk/examples/IceBridge/Greenland_cheatsheet.par
r18267 r19171 1 %Name and hemisphere1 %Name and Coordinate system 2 2 md.miscellaneous.name='SeaRISEgreenland'; 3 md.mesh. hemisphere='n';3 md.mesh.epsg=3413; 4 4 5 5 disp(' Loading SeaRISE data from NetCDF'); -
issm/trunk/examples/IceBridge/Greenland_noOIB.par
r18267 r19171 1 %Name and hemisphere1 %Name and Coordinate system 2 2 md.miscellaneous.name='SeaRISEgreenland'; 3 md.mesh. hemisphere='n';3 md.mesh.epsg=3413; 4 4 5 5 disp(' 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 4 2 md.miscellaneous.name='Jakobshavn'; 3 md.mesh.epsg=3413; 5 4 6 5 %Load SeaRISE dataset -
issm/trunk/examples/Pig/Pig.par
r19105 r19171 3 3 Temp_change = 0; % default [0 K] 4 4 5 %Name and hemisphere5 %Name and Coordinate system 6 6 md.miscellaneous.name='PIG'; 7 md.mesh. hemisphere='s';7 md.mesh.epsg=3031; 8 8 9 9 %NetCdf Loading
Note:
See TracChangeset
for help on using the changeset viewer.