Skip to content

Commit

Permalink
Bugfix in tau units
Browse files Browse the repository at this point in the history
Must convert tau to seconds from days
  • Loading branch information
pviz committed Jun 6, 2014
1 parent 369359d commit 655d63d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tau_analytic.m
Expand Up @@ -122,6 +122,7 @@
for l=1:length(lon)
tdamp(l,:,:,:)=tau;
end
tdamp=tdamp*84600; %[s]

ncid = netcdf.create(filename,'64BIT_OFFSET');
% define dimensions and variables
Expand Down

0 comments on commit 655d63d

Please sign in to comment.