mlangguth89 / downscaling_benchmark

6 stars 0 forks source link

Handle pressure level data in data preprocessing #22

Closed mlangguth89 closed 1 month ago

mlangguth89 commented 1 month ago

The study of [Höhlein et al., 2020] suggests the 500 hPa geopotential as predictor variable (to identify large-scale weather patterns). While pressure-level based variables from ERA5 can be retrieved [here](), the pre-processing does not support handling of these variables yet. This will be fixed in the related issue-branch.

Furthermore, fixes/adaptions in handling the target COSMO REA6 data will be documented in this issue (see below).

mlangguth89 commented 1 month ago

The windspeed data downloaded from here cannot be remapped with CDO since the coordinate data cannot be correctly infered.
To enable this, several changes to the netCDF-file have to be undertaken as listed below:

This ensures that conservative reampping is handling the underlying curvilinear grid in a correct way. The downloaded data has been processed with a Bash-script accordingly.

mlangguth89 commented 1 month ago

For consistency, the variable is also renamed into WS_100M (instead of wind_speed).

mlangguth89 commented 1 month ago

Final 100m wind speed dataset is now available under /p/scratch/deepacf/maelstrom/maelstrom_data/ap5/downscaling_benchmark_dataset/benchmark_wind/dataset. Support of pressure-based vaiables is implemented and thus, the issue can be closed.