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 23d86df commit 32e4552Copy full SHA for 32e4552
src/m/modeldata/interpMouginotAnt2019.m
@@ -16,6 +16,8 @@
16
nc = '/home/ModelData/Antarctica/MouginotVel/v_mix.v13Mar2019.nc';
17
case {'totten'}
18
nc = '/totten_1/ModelData/Antarctica/MouginotVel/v_mix.v8Jul2019.nc';
19
+ case {'amundsen.thayer.dartmouth.edu'}
20
+ nc = '/local/ModelData/AntarcticVelocity/v_mix.v13Mar2019.nc';
21
otherwise
22
error('hostname not supported yet');
23
end
0 commit comments