-
- Downloads
[pyicon_dwd] Use CERES and GPM data as reference for atmospheric plots.
More details: *) CERES data are used as reference for -- TOA radiation fluxes -- total cloud cover *) GPM data are used as reference for -- total precipitation -- note, that for P-E plots, still ERA5 is used as reference, as evaporation is available only from ERA5 *) If any of the 2 datasets (CERES, GPM) does not exist or not defined, the fall-back option is to use ERA5 for the above variables. *) Tools are added to prepare necessary CERES/GPM reference data sets: tools/prep_ceres_pyicon.py tools/prep_gpm_pyicon.py Thay are written in xarray and does the following: -- interpolates the data to arbitrary lat-lon resolution -- calculates time-mean maps for arbitrary time period for 2D fields -- calculates global-mean (cell-area weighted) times series *) pyicon/quickplots/qp_driver.py is updated so that CERES/GPM data are used as reference for bias & RMSE plots for the relevant variables (see above). *) pyicon/quickplots/qp_compare_atm_dwd.py is updated so that CERES/GPM data are used as reference for bias & RMSE plots for the relevant variables (see above). *) pyicon/quickplots/pyicon_quickplots.py is updated in order to show CERES/GPM data also in times series plots for the atmosphere. The option 'if use_tave_int_for_ts:' has been also rewritten wrt the slicing of the time series data given by --tave_int time bounds. *) tools/run_qp_driver_*_dwd.sh are updated by the path and file name of the CERES/GPM reference data. *) tools/run_qp_compare_*_dwd.sh are updated by the path and file name of the CERES/GPM reference data.
parent
da705eac
No related branches found
No related tags found
Showing
- pyicon/quickplots/pyicon_quickplots.py 237 additions, 78 deletionspyicon/quickplots/pyicon_quickplots.py
- pyicon/quickplots/qp_compare_atm_dwd.py 196 additions, 72 deletionspyicon/quickplots/qp_compare_atm_dwd.py
- pyicon/quickplots/qp_driver.py 83 additions, 40 deletionspyicon/quickplots/qp_driver.py
- tools/prep_ceres_pyicon.py 235 additions, 0 deletionstools/prep_ceres_pyicon.py
- tools/prep_era5_pyicon.py 1 addition, 1 deletiontools/prep_era5_pyicon.py
- tools/prep_gpm_pyicon.py 238 additions, 0 deletionstools/prep_gpm_pyicon.py
- tools/run_qp_compare_atm_dwd.sh 8 additions, 6 deletionstools/run_qp_compare_atm_dwd.sh
- tools/run_qp_driver_atm_dwd.sh 8 additions, 6 deletionstools/run_qp_driver_atm_dwd.sh
- tools/run_qp_driver_cpl_dwd.sh 8 additions, 6 deletionstools/run_qp_driver_cpl_dwd.sh
Loading
Please register or sign in to comment