-
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
Unify wrf/wrf-chem model_mod refactor #683
Conversation
based on the latest 3d model_mod template * state variables added by namelist * removes wrf_static_data_for_data, uses state_stucture_mod Note for bitwise comparison with the existing wrf model_mod, using function interpolate_geometric_height #404 (comment)
2M variables forced to 2M qtys QTY_TEMPERATURE forced to QTY_POTENTIAL_TEMPERATURE
This is to avoid: ERROR FROM: source : state_structure_mod.f90 routine: get_varid_from_kind message: Found 2 > 1 message: ... for dart kind : QTY_SURFACE_PRESSURE However, should we use get_varid_from_varname instead
default is no bounds
for horizonatal bounds need to chose a qty on the same grid for static data
closing inactivity. Be aware of various copies of the wrf model mod may have some or all of the issues (see also https://github.com/NCAR/DART/issues?q=is%3Aissue+label%3Awrf+) depending on when the code was copied) Additionally, strongly recommend not copying the current wrf directory for new model mods. |
moving this to different directory to allow concurrent development on wrf and unified wrf model_mod. |
New model_mod directory so development can happen concurrently on wrf and wrf_unified. Original pull request #683
New model_mod directory so development can happen concurrently on wrf and wrf_unified. Original pull request #683
Description:
Refactored WRF model mod for WRF & WRF CHEM.
Namelist selectable QTYS, see #404 for details.
Fixes issue
Fixes #404
Partial #359 (WRF)
Partial #624 (WRF)
Types of changes
Documentation changes needed?
Tests
Please describe any tests you ran to verify your changes.
Bitwise tests during refactoring
Checklist for merging
Checklist for release
Testing Datasets