-
Notifications
You must be signed in to change notification settings - Fork 14
Status of CSET testing with Pangu and FastNet #2007
Copy link
Copy link
Open
Labels
full_reviewRequires a technical, scientific, and portability reviewRequires a technical, scientific, and portability review
Description
Basing off branch fix_ml, testing all functionality with nearly all surface and pressure diagnostics on, using minimal data for Pangu and FastNet for surface and pressure level functionality (two short 48 forecasts with overlap).
- Pangu: all functionality, using SEQ.
- Bake fail:
domain_mean_y_wind_vertical_profile_seq.yaml, with tracebackall the input array dimensions except for the concatenation axis must match exactly, but along dimension 1, the array at index 0 has size 28 and the array at index 1 has size 13. Initial suspicion of this problem is that UM has more pressure levels than Pangu. Happens for x and y wind (but not airT?) - Aggregate fail
2.1.y_wind_pressure850_difference_um_-_pangu_aggregation_over_all_casesfailed to merge into a single cube, where cube name differscube.var_name differs: 'y_wind' != 'v_wind_on_pressure_levels' andcube.shape differs: (187, 142) != (281, 321). Seems OK for surface variables, so suspicion is there is some logic and extra steps missing in the pressure level recipes (including regridding for example onto common grid).
2.2.histogram_air_temperature_aggregation_by_validity_timeFailing withcannot use 'numpy.ndarray' as a set element- unsure but could be a lack of data.
2.3. Same as bake fail, with vertical profile aggregation where all the input array dimensions except for the concatenation axis must match exactly, but along dimension 1, the array at index 0 has size 28 and the array at index 1 has size 13`
- Pangu: all functionality, using MEAN. (all bake worked, which could be useful for debugging why SEQ failed for bake where pressure levels differ).
- Aggregate fail
1.1. All failures cover the same cases as SEQ above (numpy, mismatch metadata, and pressure levels differing).
- FastNet: all functionality, using SEQ.
- Bake fail: same challenges as Pangu above.
- Aggregate fail: same challenges as Pangu above.
Combined run
All working, except for above, so solution is turning off spatial plev differences, and histogram aggregation on validity time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
full_reviewRequires a technical, scientific, and portability reviewRequires a technical, scientific, and portability review