NOAA-EMC / GDASApp

Global Data Assimilation System Application
GNU Lesser General Public License v2.1
14 stars 28 forks source link

Remove bandaid exception handler for FileHandler in prepoceanobs #1031

Closed AndrewEichmann-NOAA closed 3 months ago

AndrewEichmann-NOAA commented 3 months ago

To prevent the task prepoceanobs from failing when FileHandler misses an expected observation file, exception handling was added. It is expected that better exception handling will be added to FileHandler itself (no issue in wxflow yet), and the temporary solution should be removed after this happens.

The fix is currently in scripts/exglobal_prep_ocean_obs.py but will soon be in the Finalize method called therefrom.

See PR https://github.com/NOAA-EMC/GDASApp/pull/1028 and issue https://github.com/NOAA-EMC/GDASApp/issues/972