NOAA-EMC / EMC_verif-global

Global Forecast System (GFS) verification package using MET and METplus
8 stars 14 forks source link

Hotfix: fix Hera related bugs #28

Closed malloryprow closed 3 years ago

malloryprow commented 3 years ago

Nothing running in the global workflow is affected here. It is with the plotting related work done from the global workflow output.

The MET version 8.1 installation on Hera is actually 8.1.2. This is causing some problems in getting the correct MET version. Users will need to use MET 8.0 on Hera to do plotting, so need to add checks that users are using this version on Hera. Additionally will need to refactor the .stat files copied over for plotting a little bit to use 8.0.

Additionally, the matplotlib version in the anaconda package on Hera being used appears to be old and certain settings used in the plotting scripts are not supported in this version. Need to test out other anaconda versions and see if they support the settings. If not will need to do a workaround.

malloryprow commented 3 years ago

Work being done in https://github.com/NOAA-EMC/EMC_verif-global/tree/hotfix_hera_bugs

malloryprow commented 3 years ago

Merged into master at https://github.com/NOAA-EMC/EMC_verif-global/commit/12dc2b8fb811a6b198f53d04a070d84dc068be2b

Merged into develop at https://github.com/NOAA-EMC/EMC_verif-global/commit/62b26d1dc2f039326bd4f1f470a71daab5f26549

Tag verif_global_v1.13.2 created