Skip to content

Commit

Permalink
bring back Dur_tot in filereads
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Jan 18, 2022
1 parent ce3b3eb commit 41f00ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/filesread.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
t1=datenum(startyear,1,1,0,0,0);
DELT=time1(2);
%Set the end time of the main loop in STEMMUS_SCOPE.m
Dur_tot=10;
%Dur_tot=length(time1);
Dur_tot=length(time1);
dt=time1(2)/3600/24;
t2=datenum(endyear,12,31,23,30,0);
T=t1:dt:t2;
Expand Down

0 comments on commit 41f00ff

Please sign in to comment.