ARPA-SIMC / libsim

Command-line utilities and fortran modules for meteorological data processing
GNU General Public License v2.0
7 stars 1 forks source link

[vg6d_transform] average temperature not available #82

Closed brancomat closed 4 years ago

brancomat commented 4 years ago
$ arki-query --data "reftime:=today 0:00;product: GRIB1,80,2,11;level:GRIB1,105,2;" http://arkiope.metarpa:8090/dataset/cosmo_5M_ita > t2m.grib
$ vg6d_transform --comp-stat-proc=0 --comp-step='1 00' --comp-full-steps t2m.grib t_av.grib
[stderr] WARN     vg6d_transform.volgrid6d_class.input_volume-vol1 - no timeranges of the desired statistical processing type 0 available

grib file and full debug log of vg6d_transform attched

vg6d.tar.gz

dcesari commented 4 years ago

At a first glance I would say you need --comp-stat-proc=254:0 (from instantaneous to average) plus some kind of --comp-frac-valid=something but I will look at the data to be sure.

dcesari commented 4 years ago

Confirmed. Since these are forecast data you can safely exaggerate with --comp-frac-valid=0, otherwise, with observed data, it would be better to use a "safe" value for --comp-frac-valid (see man page).

brancomat commented 4 years ago

whoops, my bad, thanks!