-
Notifications
You must be signed in to change notification settings - Fork 1
More flexible soil temperature correction based on the difference between CRU and ICON model topography #404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…NoneType for itype_cru = 1
…il temperature correction based on topography for 'it_cl_type = 2'
Hi @ChristianSteger , Thank you for these changes! Regarding your points:
Yes, enabling those options in Zonda should not be a problem. However, I am not sure we can make it before the second wave of testing starts (14.04.2025)... It's a bit tight, because I will be on holidays next week and the one after as well. It will probably come with the next EXTPAR release, together with your other PRs. If you need this urgently I could try asking Michael if he can do it. Let me know. |
Hi @stelliom, Great, thanks for the detailed answer.
|
These changes allow for a more flexible soil temperature correction with it_cl_type = 2.
With this change, the user chan provide an own lapse rate (t_lapse_rate) and temperature offset (t_offset) for the correction. At MeteoSwiss, we use t_lapse_rate = 0.006 K/m and t_offset = 1.0 K in the operational setting, which represent tuned values. A few further points (and questions):
it_cl_type = 1: no lapse rate correction of soil temperature based on difference between CRU and ICON model topography
it_cl_type = 2: lapse rate correction (lapse rate and additional temperature offset can be specified with t_lapse_rate and t_offset)
@stelliom: Finally, it would be very useful for us if we could generate our operational EXTPAR files via the Zonda web-interface. For this, it would be necessary to enable the two newly introduced parameters (t_lapse_rate and t_offset) in Zonda as well. Would that be possible?