Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1af201e9 authored by Andres Sepulveda's avatar Andres Sepulveda
Browse files

Update make_grid.m. Save downgraded bathymetry, before filtering and...

Update make_grid.m. Save downgraded bathymetry, before filtering and smoothing, in GRD file to help bathymetry change evaluation.
parent c9d57090
No related branches found
No related tags found
1 merge request!11Update make_grid.m. Save downgraded bathymetry, before filtering and...
......@@ -201,6 +201,7 @@ maskr=process_mask(maskr);
%
nc=netcdf(grdname,'write');
nc{'h'}(:)=h;
nc{'hraw'}(1,:,:)=h;
nc{'mask_u'}(:)=masku;
nc{'mask_v'}(:)=maskv;
nc{'mask_psi'}(:)=maskp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment