We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa992d3 commit 6cd980dCopy full SHA for 6cd980d
src/m/modeldata/interpMouginotAnt2017.m
@@ -6,6 +6,8 @@
6
nc = '/home/ModelData/Antarctica/MouginotVel/vel_nsidc.CF16_2.nc';
7
case {'totten'}
8
nc = '/totten_1/ModelData/Antarctica/MouginotVel/vel_nsidc.CF16_2.nc';
9
+ case {'amundsen.thayer.dartmouth.edu'}
10
+ nc = '/local/ModelData/AntarcticVelocity/v_mix.v13Mar2019.nc';
11
otherwise
12
error('hostname not supported yet');
13
end
0 commit comments