Push notifications in your browser are not yet configured.
You are not logged in, you may not see all content and functionalities. If you have an account, please login .
Thank you for pointing this out.
The list is automatically created by the entries in the subroutine
src_setup_vartab.f90
. Unfortunately in Version 5 no longer all variables are defined in that subroutine. The “Q” quantities are treated as tracers and they are defined inorganize_physics.f90
now, if I see this correctly. These need to be added by hand to the list of available variables, which has not been done yet. QC, QG, QH, QI, QR, QS, QV are still available. For the others read the following:In the Documentation of the changes “misc_global_4” it reads:
The names UT_SSO, VT_SSO, TT_SSO have been changed to DU_SSO, DV_SSO, DT_SSO to be consistent with other DWD applications and with the similar quantities from convection DU_CONV, etc.
Eliminated use of T_S_LAKE again, because the SST analysis now provides T_S as it is wanted by Flake.
Changed following short names because of conflicting names with other applications: old new —————————— QNC QNCLOUD QNR QNRAIN QNI QNICE QNS QNSNOW QNG QNGRAUPEL QNH QNHAIL especially QNH is used for surface pressure reduced to Mean-Sea Level in air traffic applications (reported by MeteoSwiss)
PRS _MIN RSMIN is minimum stomata resistance of plants, but old name confusing name with PRS _GSP, PRS _CON, which means precipitation rate of snow ( COSMO variable now called rsmin2d, to distinguish from the real value crsmin)