Skip to content

Commit

Permalink
Merge pull request #347 from olemke/fix-tovs-coefficient
Browse files Browse the repository at this point in the history
Add several missing Es to coefficients
  • Loading branch information
olemke authored Jan 29, 2020
2 parents 05da13f + cd43f52 commit 53baa3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions typhon/datasets/_tovs_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ def _expand_dict_temps(d, t):
"fwmcnttmp": numpy.array([
[-12.7006+K, 1.64457E-2, -1.95255E-06, 2.37550E-10, 3.17240E-14]]),
"chsgcnttmp": numpy.array([
[12.4889+K, -9.06432e-3, 5.06557E-07, -5.30145E-10, 2.65042-14]])})
[12.4889+K, -9.06432e-3, 5.06557E-07, -5.30145E-10, 2.65042E-14]])})


# http://noaasis.noaa.gov/NOAASIS/pubs/CAL/cal12.asc
Expand All @@ -1521,7 +1521,7 @@ def _expand_dict_temps(d, t):
[-1.70036+K, 6.04583E-03, 7.36419E-08, 7.56354E-11, 1.44062E-15],
[-1.65101+K, 6.03811E-03, 7.36193E-08, 7.55440E-11, 1.43640E-15],
[-1.66014+K, 6.04015E-03, 7.34807E-08, 7.55699E-11, 1.43751E-15],
[-1.65136+K, 6.03752E-03, 7.33257E-08, 7.55369E-11, 1.43161-15]]),
[-1.65136+K, 6.03752E-03, 7.33257E-08, 7.55369E-11, 1.43161E-15]]),
"fwcnttmp": numpy.array([
[28.2221+K, 6.51373E-03, 8.59968E-08, 4.80660E-11, 1.17528E-15],
[28.2112+K, 6.53128E-03, 8.65921E-08, 4.82197E-11, 1.17912E-15],
Expand All @@ -1548,7 +1548,7 @@ def _expand_dict_temps(d, t):
"fwmcnttmp": numpy.array([
[-12.9575+K, 0.0168222, -2.24124E-06, 3.26210E-10, 2.22081E-14]]),
"chsgcnttmp": numpy.array([
[13.7213+K, -0.010311, 2.89418E-07, -3.00307E-10, 2.56626-14]])})
[13.7213+K, -0.010311, 2.89418E-07, -3.00307E-10, 2.56626E-14]])})

# http://www.sat.dundee.ac.uk/noaa14.html
# or AAPP/src/calibration/libhirsc1/calcoef.dat : 1345
Expand Down

0 comments on commit 53baa3f

Please sign in to comment.