Mentions légales du service

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

Improve Octave compatibility

parent 0a82b52f
No related branches found
No related tags found
1 merge request!2Improve Octave compatibility
......@@ -28,7 +28,7 @@ function create_runoff(runoffname,grdname,title,...
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
nw=netcdf(runoffname,'clobber');
result = redef(nw);
%%%result = redef(nw);
%
......@@ -94,7 +94,7 @@ if psource_ncfile_ts
nw{'NO3_src'}.units = ncchar('mmol.s-1');
end
end
result = endef(nw);
%%%result = endef(nw);
%
% Create global attributes
......@@ -122,4 +122,4 @@ for k=1:rivernumber
nw{'runoff_name'}(k,:) = rivername(k,:);
end
%
close (nw)
\ No newline at end of file
close(nw)
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