-
Notifications
You must be signed in to change notification settings - Fork 5
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 precipitable clouds in microwave all-sky assimilations (updated) #74
base: develop
Are you sure you want to change the base?
Add precipitable clouds in microwave all-sky assimilations (updated) #74
Conversation
Add a prior filter to zero clouds over non-water surfaces. Add an option of clouds in the Hydrometeo check. Add gross error check threshold for precipition impacted channels. Add cold-air-outbreak filters. Read cloud fraction from GeoVals. Render list of not-bias corrected channels from JCB tables. Add configurations for atms_n21.
…methods. Replaced the new "TotalColumnCloudGuess@ObsFunction" by "IntObsFunction/LinearCombination".
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.
Thanks @jianjunj !
Second thoughts .
jcb-gdas/observations/atmosphere/atms_npp.yaml.j2 Lines 95 to 124 in d0868ff
And, the corresponding part of each action part of the filter should be changed, for example, from the following:
to
|
Updated one:
|
@emilyhcliu It looks that we cannot add 'reduce obs space' in the configuration at the moment. It can only be in "obs filters". However, we need both prior or post filters, and "obs filters" cannot be added along with "obs prior fitlers" or "obs post filters". |
…n. Brought back the total column cloud function.
This is an update version of the PR #63 which resolves the issue NOAA-EMC/GDASApp#1333 .
The main update is that calculations of cloud fraction and cloud particle radius by the Thompson microphysics scheme are added.
Here is the summary of other added configurations in the original PR #63:
Add rain, snow, and graupel clouds for CRTM inputs.
Add a prior filter to zero clouds over non-water surfaces.
Add an option of clouds in the Hydrometeo check.
Add gross error check threshold for precipition impacted channels.
Add cold-air-outbreak filters.
Read cloud fraction from GeoVals.
Render list of not-bias corrected channels from JCB tables.
Add configurations for atms_n21.
It depends on two UFO PRs
https://github.com/JCSDA-internal/ufo/pull/3600
https://github.com/JCSDA-internal/ufo/pull/3573
It needs the develop branch in "global-workflow/sorc/gdas.cd/sorc/jcb" in order to rend non-bias corrected channels.
These UFO PRs are being revised. I'll inform you when it is ready to be merged.