NCAR / wrfcloud

WRF Cloud Framework
Apache License 2.0
15 stars 6 forks source link

Post-processing fails for runs with sub-hourly output #113

Closed hahnd closed 1 year ago

hahnd commented 1 year ago

Describe the Problem

The GeoJson converter fails to convert all GRIB output to GeoJson because the UPP class generates the wrong GRIB file name for runs with sub-hourly output.

Expected Behavior

For example, with 30 minute output, the converter will look for /data/test_run/upp/fhr_001/WRFPRS.GrbF01 instead of /data/test_run/upp/fhr_001/WRFPRS.GrbF00.30

Environment

ParallelCluster (wrfcloud-cluster)

To Reproduce

Submit a run with 30m or 15m output frequency.

fossell commented 1 year ago

Fix was merged into Auto Install branch (PR #114)