We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04e59e commit 5ac7568Copy full SHA for 5ac7568
1 file changed
mpas_analysis/shared/constants/constants.py
@@ -53,7 +53,7 @@
53
sec_per_year = sec_per_day * 365.
54
55
# seconds per month (approximate)
56
-sec_per_month = sec_per_day * 30.
+sec_per_month = sec_per_day * 365. / 12.
57
58
# Tapering coefficient for calculating spectral degrees of freedom
59
tapcoef = 1.055111111111111
0 commit comments