Skip to content

Commit 6cd980d

Browse files
committed
CHG: added amundsen path in velocity interpolation
1 parent aa992d3 commit 6cd980d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/m/modeldata/interpMouginotAnt2017.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
nc = '/home/ModelData/Antarctica/MouginotVel/vel_nsidc.CF16_2.nc';
77
case {'totten'}
88
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';
911
otherwise
1012
error('hostname not supported yet');
1113
end

0 commit comments

Comments
 (0)