Skip to content

Commit

Permalink
Update open_moaajamstec.m
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopedroamorim committed May 28, 2019
1 parent 9c90c12 commit 34e549f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open_moaajamstec.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
end
end

%Variable with the name of eachfile
%Creating a variable with the name of eachfile
name = cell(size(pasta));
for i = 1:size(name,2);
for m = 1:size(name,1);
Expand All @@ -37,7 +37,7 @@
lat = ncread(name{1,1},'LATITUDE');
dep = ncread(name{1,1},'PRES');

%Creating T-S variables and cells to storage my T-S data
%Creating T-S variables and cells to storage the T-S data
temp = zeros(size(lon,1),size(lat,1),size(dep,1),size(pasta,1));
sal = zeros(size(lon,1),size(lat,1),size(dep,1),size(pasta,1));
TEMP = cell(size(pasta,2),1);
Expand Down

0 comments on commit 34e549f

Please sign in to comment.