Closed hahnd closed 1 year ago
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.
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
/data/test_run/upp/fhr_001/WRFPRS.GrbF01
/data/test_run/upp/fhr_001/WRFPRS.GrbF00.30
ParallelCluster (wrfcloud-cluster)
Submit a run with 30m or 15m output frequency.
Fix was merged into Auto Install branch (PR #114)
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.