Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vg6d_transform] average temperature not available #82

Closed
brancomat opened this issue Mar 30, 2020 · 3 comments
Closed

[vg6d_transform] average temperature not available #82

brancomat opened this issue Mar 30, 2020 · 3 comments
Assignees
Labels

Comments

@brancomat
Copy link
Member

$ 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
Copy link
Member

dcesari commented Mar 30, 2020

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
Copy link
Member

dcesari commented Mar 30, 2020

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 brancomat added invalid and removed bug labels Mar 30, 2020
@brancomat
Copy link
Member Author

whoops, my bad, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants