-
Notifications
You must be signed in to change notification settings - Fork 145
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
Add WRF sigma hybrid coordinate capability to DART #649
Comments
Is there detail on
|
It's basically the same fix as included in the wrf_hybrid_branch, however the wrf_hybrid_branch fix works automatically -- it identifies if their are hybrid coordinates directly from the global attribute in the wrf file and applies the correct interpolation scheme, whereas the suggested offline fix, the user has to manually edit the source code to use the correct interpolation scheme, recompile etc. |
gotcha, different fix for the same bug. |
fixed in #650 |
Describe the bug
Bug reported by Arthur Mizzi: "The bug is that DART is using the Terrain Following Vertical Coordinate (TFVC) system for WRF, and now WRF can use either a TFVC or a Hybrid Vertical Coordinate (HVC) system 1."
This change to WRF code occurred prior to WRF4 version. Recommended changes for DART code (WRF model_mod.f90) were included in a wrf_hybrid branch, but currently not included in main.
Another offline recommended fix provided from Chia-Hua Hsu WRF-Chem version of code also provided to DART team.
Error Message
Error message not provided
Which model(s) are you working with?
Sigma hybrid coordinate implemented prior to WRF4+ versions. DART change should be compatible with WRF3 and WRF4.
Version of DART
DARTv11.0.3
Have you modified the DART code?
Will implement portion of code within (https://github.com/nancycollins/DART/blob/wrf_hybrid/models/wrf/model_mod.f90) that targets sigma hybrid coordinate and verify it works.
The text was updated successfully, but these errors were encountered: