-
Notifications
You must be signed in to change notification settings - Fork 693
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 lightning data assimilation #1962
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modified: var/da/da_lightning/da_ao_stats_lightning.inc modified: var/da/da_lightning/da_div_profile_adj.inc modified: var/da/da_lightning/da_get_innov_vector_lightning.inc modified: var/da/da_lightning/da_jo_and_grady_lightning.inc modified: var/da/da_lightning/da_oi_stats_lightning.inc modified: var/da/da_lightning/da_residual_lightning.inc modified: var/da/da_lightning/da_transform_xtoy_lightning.inc modified: var/da/da_lightning/da_transform_xtoy_lightning_adj.inc modified: var/da/da_minimisation/da_jo_and_grady.inc modified: var/da/da_minimisation/da_write_diagnostics.inc modified: var/da/da_obs_io/da_final_write_obs.inc modified: var/da/da_obs_io/da_read_obs_lightning.inc modified: var/da/da_obs_io/da_scan_obs_lightning.inc
liujake
changed the title
Adding lightning data assimilation capability in WRFDA
Add lightning data assimilation
Dec 28, 2023
junmeiban
approved these changes
Dec 28, 2023
The regression test results:
|
liujake
approved these changes
Dec 29, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
liujake
pushed a commit
that referenced
this pull request
Jan 4, 2024
Bugfix for the lightning DA TYPE: bug fix DESCRIPTION OF CHANGES: There are some bugs in the [PR#1962](#1962), which is fixed in this PR. LIST OF MODIFIED FILES: M var/da/da_minimisation/da_get_var_diagnostics.inc M var/da/da_statistics/da_analysis_stats.inc TESTS CONDUCTED: 1. Tested using the GNU compiler on Derecho.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TYPE: new feature
KEYWORDS: lightning data, vertical velocity, pseudo divergence, pseudo water vapor
SOURCE: Zhixiong Chen (zchen@fjnu.edu.cn, Fujian Normal University, China)
DESCRIPTION OF CHANGES:
A new lightning data assimilation scheme has been implemented in the WRFDA. In this lightning DA scheme, the lightning flash rate is first converted to the maximum vertical velocity using an empirical relationship and then expanded to profiles of vertical velocities. The profiles of vertical velocity can be directly assimilated with the control variable of W. Another way is to assimilate pseudo divergence converted from vertical velocity to adjust the Kinematic states. A scheme to assimilate pseudo water vapor retrievals from lightning flash rate observations is also added. In the humidity assimilation scheme, the mixing ratio profiles of pseudo water vapor are retrieved from the locations where a rapid increase in lightning flash rate is detected.
LIST OF MODIFIED FILES:
M Registry/registry.var
M frame/module_driver_constants.F
M var/build/da.make
M var/build/depend.txt
M var/da/da_control/da_control.f90
M var/da/da_define_structures/da_allocate_observations.inc
M var/da/da_define_structures/da_allocate_y.inc
A var/da/da_define_structures/da_allocate_y_lightning.inc
M var/da/da_define_structures/da_deallocate_observations.inc
M var/da/da_define_structures/da_deallocate_y.inc
M var/da/da_define_structures/da_define_structures.f90
M var/da/da_define_structures/da_zero_y.inc
A var/da/da_lightning/da_ao_stats_lightning.inc
A var/da/da_lightning/da_calculate_grady_lightning.inc
A var/da/da_lightning/da_check_max_iv_lightning.inc
A var/da/da_lightning/da_div_profile.inc
A var/da/da_lightning/da_div_profile_adj.inc
A var/da/da_lightning/da_div_profile_tl.inc
A var/da/da_lightning/da_get_innov_vector_lightning.inc
A var/da/da_lightning/da_jo_and_grady_lightning.inc
A var/da/da_lightning/da_lightning.f90
A var/da/da_lightning/da_oi_stats_lightning.inc
A var/da/da_lightning/da_print_stats_lightning.inc
A var/da/da_lightning/da_residual_lightning.inc
A var/da/da_lightning/da_transform_xtoy_lightning.inc
A var/da/da_lightning/da_transform_xtoy_lightning_adj.inc
M var/da/da_main/da_wrfvar_top.f90
M var/da/da_minimisation/da_calculate_grady.inc
M var/da/da_minimisation/da_calculate_residual.inc
M var/da/da_minimisation/da_get_innov_vector.inc
M var/da/da_minimisation/da_get_var_diagnostics.inc
M var/da/da_minimisation/da_jo_and_grady.inc
M var/da/da_minimisation/da_minimisation.f90
M var/da/da_minimisation/da_write_diagnostics.inc
M var/da/da_obs/da_fill_obs_structures.inc
A var/da/da_obs/da_fill_obs_structures_lightning.inc
M var/da/da_obs/da_obs.f90
M var/da/da_obs/da_obs_sensitivity.inc
M var/da/da_obs/da_transform_xtoy.inc
M var/da/da_obs/da_transform_xtoy_adj.inc
M var/da/da_obs_io/da_final_write_obs.inc
M var/da/da_obs_io/da_obs_io.f90
M var/da/da_obs_io/da_read_iv_for_multi_inc.inc
A var/da/da_obs_io/da_read_obs_lightning.inc
M var/da/da_obs_io/da_read_omb_tmp.inc
A var/da/da_obs_io/da_scan_obs_lightning.inc
M var/da/da_obs_io/da_search_obs.inc
M var/da/da_obs_io/da_write_iv_for_multi_inc.inc
M var/da/da_obs_io/da_write_obs.inc
M var/da/da_setup_structures/da_setup_obs_structures.inc
M var/da/da_setup_structures/da_setup_obs_structures_ascii.inc
A var/da/da_setup_structures/da_setup_obs_structures_lightning.inc
M var/da/da_setup_structures/da_setup_structures.f90
M var/da/da_statistics/da_analysis_stats.inc
M var/da/da_statistics/da_statistics.f90
M var/da/da_test/da_check_xtoy_adjoint.inc
A var/da/da_test/da_check_xtoy_adjoint_lightning.inc
M var/da/da_test/da_get_y_lhs_value.inc
M var/da/da_test/da_test.f90
TESTS CONDUCTED:
RELEASE NOTE:
A lightning data assimilation scheme has been added to assimilate pseudo vertical velocity, divergence fields, or water vapor retrievals from lightning flash rate data.
Chen, Z., Sun, J., Qie, X., Zhang, Y., Ying, Z., Xiao, X., & Cao, D. (2020). A method to update model kinematic states by assimilating satellite-observed total lightning data to improve convective analysis and forecasting. Journal of Geophysical Research: Atmospheres, 125, e2020JD033330. https://doi.org/10.1029/2020JD033330