Update develop-ref after #1754#1758
Merged
JohnHalleyGotway merged 118 commits intodevelop-reffrom developApr 17, 2021
+1,152-650
Commits
Commits on Jan 26, 2021
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
Commits on Feb 2, 2021
- committedDavid Fillmore
Commits on Feb 3, 2021
- committedDavid Fillmore
Commits on Feb 4, 2021
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
Commits on Feb 5, 2021
- committedDavid Fillmore
- committedDavid Fillmore
Commits on Feb 13, 2021
- committedDavid Fillmore
Commits on Feb 17, 2021
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
Commits on Feb 18, 2021
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
Commits on Feb 19, 2021
- committedDavid Fillmore
- committedDavid Fillmore
Commits on Feb 20, 2021
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
Commits on Feb 22, 2021
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
Commits on Feb 26, 2021
- authored
- authored
- authored
#1454 Disabled plot_data_plane_CESM_SSMI_microwave and plot_data_plane_CESM_sea_ice_nc becaues of not evenly spaced
committedHoward Soh- committedHoward Soh
#1454 Corrected sanity checking for lat/lon projection based on the percentage of the delta instead of fixed tolerance
committedHoward Soh#1454 Corrected sanity checking for lat/lon projection based on the percentage of the delta instead of fixed tolerance
committedHoward Soh
Commits on Mar 1, 2021
- committedHoward Soh
- committedHoward Soh
- committedHoward Soh
- committedHoward Soh
- authored
Commits on Mar 2, 2021
Commits on Mar 3, 2021
- committed
Commits on Mar 4, 2021
Per #1694, add VarInfo::magic_str_attr() to construct a field summary string from the name_attr() and level_attr() functions.
committedPer #1694, fixing 2 issues here. There was a bug in the computation of the max value. Had a less-than sign that should have been greater-than. Also, switch from tracking data by it's magic_str() to…
committed
Commits on Mar 5, 2021
- committed
- committed
- authored
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
- committed
- committed
- committed
- committed
- committed
Commits on Mar 7, 2021
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
- committedDavid Fillmore
Commits on Mar 9, 2021
Commits on Mar 10, 2021
Commits on Mar 11, 2021
- committedMET Tools Test Account
- authored
- committed
Commits on Mar 12, 2021
- committedDavid Fillmore
Commits on Mar 15, 2021
Commits on Mar 17, 2021
Commits on Mar 18, 2021
- committedHoward Soh
- committedHoward Soh
- committedHoward Soh
- committedHoward Soh
- committedHoward Soh
- committedHoward Soh
- authored
Commits on Mar 19, 2021
Per #1725, return good status from TrackInfoArray::add() when using an ATCF line to create a new track. (#1726)
authoredPer #1705, update the threshold node heirarchy by adding a climo_prob() function to determine the climatological probability of a CDP-type threshold. Also update derive_climo_prob() in pair_base.cc…
authored- authored
- authored
Commits on Mar 29, 2021
Commits on Mar 30, 2021
Commits on Apr 1, 2021
Commits on Apr 2, 2021
Commits on Apr 4, 2021
Per #1319, this is a hotfix to the develop branch. While running unit_python.xml works via the command line, it fails when run through cron. The problem is the PATH setting. Need to have the anacon…
committedMET Tools Test Account- committedMET Tools Test Account
Commits on Apr 5, 2021
- committedMET Tools Test Account
Per #1319, setting PATH as an envvar might cause problems. All variables set prior to the test are unset afterwards! So we'd run all the rest of the tests after unit_python.xml with an empty path. …
committedMET Tools Test Account- committedJohn Halley Gotway
- committed
per #1319 added netCDF4 python package to MET docker image so it is available for python embedding cases that use MET_PYTHON_EXE
committed
Commits on Apr 6, 2021
Commits on Apr 7, 2021
Commits on Apr 9, 2021
Commits on Apr 12, 2021
Commits on Apr 14, 2021
Commits on Apr 15, 2021
Commits on Apr 16, 2021
- authored
Per #1753, this one change to write_tmp_data.py solves this problem. When creating the variable to write the temp NetCDF file, we just need to pass through the fill value for the data. Also, make t…
committedJohn Halley Gotway- committedJohn Halley Gotway
Per #1753, there are 3 calls to the user's python version throughout MET. Update all 3 to print consistent log message when writing/reading the temp file. In particular, print the system command th…
committedJohn Halley Gotway- committedJohn Halley Gotway
- committedJohn Halley Gotway
Per #1753, wrap the call to get_fill_value() in a try block in case the input in a regular numpy array instead of a masked array.
committedJohn Halley Gotway