Skip to content

Commit

Permalink
add one more file name to list
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Mar 28, 2018
1 parent b7eb0c4 commit 5c1b603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcmfaces_diags/diags_list_times.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if isempty(who('listSubdirs'));
listSubdirs={[myenv.matdir 'BUDG/' ],[myenv.diagsdir '/BUDG/' ],[myenv.diagsdir '/OTHER/' ],...
[myenv.diagsdir '/STATE/' ],[myenv.diagsdir '/TRSP/'],[myenv.diagsdir '/' ]};
listFiles={'state_2d_set1','trsp_3d_set1','budg2d_zflux_set1'};
listFiles={'state_2d_set1','trsp_3d_set1','budg2d_zflux_set1','gud_3d_set1'};
end;
%
listTimes=[];
Expand Down

0 comments on commit 5c1b603

Please sign in to comment.