Zero increments for precipitation hydrometeors are written as missing values instead of zeros#578
Conversation
…missing values were filled instead.
|
Regression tests performs for global models HERA ORION |
|
@emilyhcliu , when you have a chance would you please update your forked branch, |
|
If this PR is not merged into |
|
@RussTreadon-NOAA I will upodate the branch with the develop first. |
|
@ADCollard When you have time, could you review this PR? Thanks! |
I'm looking now, but I am a little confused about why there are so many differences for what I thought was a simple change. Can you help me by explaining what you have done? |
|
@ADCollard In current ops, we only write out EnKF hydrometer increments for ql and qi. I am expanding it to include all hydrometer increments (ql, qi, qr, qs, and qg). They should be all zeros, just like the deterministic part. In my previous PR. I made a mistake in this part. The precipitation increments (qr, qs, and qg) were not written as zero. This is because they were not properly initialized. This PR is to make sure the zero increments are written into the output file for precipitation. |
|
Thank you @emilyhcliu for updating GSI PR #568 has been merged into |
RussTreadon-NOAA
left a comment
There was a problem hiding this comment.
Given approval from peer reviewers, approve.
@RussTreadon-NOAA I updated the branch with the latest develop. |
… values instead of zeros (NOAA-EMC#578)
Description
We do not want the hydrometeor increments to be used in the IAU.
So, we zero them out and save them in the increment files.
This is done in the subroutine writeincrement_pnc in gridio_gfs.f90
However, the precipitation increments are filled in with missing values instead of zeros.
This bug is found in the GSI develop version and was introduced by PR #499
A fix is provided in this PR to make sure precipitation increments are filled in with zeros when the logic
should_zero_increments_foris set to true.Fixes #577
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
I tested this in a cycled experiment using global-workflow.
Ensemble increment files were checked to make sure all hydrometer increments are filled with zeros as intended.
Checklist
DUE DATE for merger of this PR into develop is 7/2/2023 (six weeks after PR creation).