Skip to content

Commit 3abd593

Browse files
authored
Update pvl_spa.m
1 parent 4bd7bfe commit 3abd593

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pvl_spa.m

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,9 @@
445445
end
446446

447447
function [DeltaT]=calculate_deltaT(year, month)
448-
448+
% This function generates delta T based upon year and month using
449+
% piecewise polynomial expressions.
450+
449451
% The equations aren't meant to be used outside of the range of years
450452
% [-1999, 3000]
451453
if any(year < -1999 | year > 3000)
@@ -972,4 +974,4 @@
972974
0 0
973975
0 0];
974976

975-
end
977+
end

0 commit comments

Comments
 (0)