NOAA-GSL / pygraf

ADB's Python graphics package
MIT License
10 stars 11 forks source link

Change file_tmpl for RTMA_A to use 'natlev' instead of 'bgrd3d'. #214

Closed Brian-Jamison closed 1 year ago

Brian-Jamison commented 1 year ago

Suggested by Guoqing in Slack. May need some code changes.

Brian-Jamison commented 1 year ago

Here is the Slack message: Hi the graphic team, currently the python graphic try to look for the bgrd3d files: python -u /lfs/3DRTMA/RTMA/python_graphics/create_graphics.py skewts -a 3 -d /scratch2/results/rtma.v0.4.0/prod/RTMA_CONUS.20230414/14/ -f 0 0 --file_tmpl 'RTMA_CONUS.t14z.bgrd3df{FCST_TIME:03d}.tm00.grib2' --file_type nat .... I think in the long run, we will eventually use the original "rtma.t14z.natlev.f000.conus_3km.grib2" naming convention (which is the actual operational naming). I would suggest making this change when possible. Thanks!