Failing VX tasks #33
-
Initial Question from @mkavulich Problem Background: The point I'm at now is that the wgrib2 file output from UPP is the problem: instead of having hourly accumulated precipitation and total accumulated precipitation like it should (and like it does for all other physics suites), the grib2 output has two copies of total accumulated precipitation. The most obvious candidate for this problem is the More details: Platform: Derecho |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Update from @mkavulich: I did discover what the issue is, though I still don't fully understand the scope of the problem. The |
Beta Was this translation helpful? Give feedback.
-
@jkbk2004 Do you have some insight on this issue? It would be helpful to understand why the history files are still being written hourly even though they are only supposed to be output every 3 hours. Also, do you know if |
Beta Was this translation helpful? Give feedback.
-
Update: The UPP provides this documentation related to model output. The “Model Variable NetCDF Name” column in this table corresponds to the third column in |
Beta Was this translation helpful? Give feedback.
@mkavulich UPP has two precips, one for bucket (bucket is emptied every $FHZERO), the other is for continuous precip without bucket. GFS has been using 6 hour bucket for operational products for long time. The diag table field description can be found at:
https://github.com/NOAA-EMC/fv3atm/blob/develop/ccpp/driver/GFS_diagnostics.F90#L102