-
Notifications
You must be signed in to change notification settings - Fork 104
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
GSL UPP developments up to January 2023 #620
GSL UPP developments up to January 2023 #620
Conversation
1. Increases precision of VIL_ON_ENTIRE_ATMOS from `<scale>4.0</scale>` to `<scale>7.0</scale>` 2. Adds an experimental diagnostic, developed for the HRRR to correct for the HRRR's low bias in cloud cover. For an FAA deliverable due Feb 2023. 3. Switches from cldfra to cldfra_bl when reading cloud fraction from INITPPOST_NETCDF
These changes were from @EricJames-NOAA and @hu5970 |
@SamuelTrahanNOAA thanks! Regarding change (3), I don't understand why EMC reads in a different field for cloud fraction from FV3. GSL has always had cldfra_bl output. We may need to ask other developers about this. |
@yangfanglin and @ericaligo-NOAA Could you confirm if EMC side has switched cloud fraction model output from cldfra to cldfra_bl for RRFS? |
I added the universal 3D cloud fraction,cldfra, in 2020 I believe in order for it to be used in all microphysics applications including the GFDL microphysics. There was no other instantaneous cloud fraction in the FV3 output at that time.Eric
-------- Original message --------From: WenMeng-NOAA ***@***.***> Date: 1/26/23 9:02 PM (GMT-05:00) To: NOAA-EMC/UPP ***@***.***> Cc: ericaligo-NOAA ***@***.***>, Mention ***@***.***> Subject: Re: [NOAA-EMC/UPP] GSL UPP developments up to January 2023 (PR #620)
@SamuelTrahanNOAA thanks!
Regarding change (3), I don't understand why EMC reads in a different field for cloud fraction from FV3. GSL has always had cldfra_bl output. We may need to ask other developers about this.
@yangfanglin and @ericaligo-NOAA Could you confirm if EMC side has switched cloud fraction model output from cldfra to cldfra_bl for RRFS?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
EDIT: The bug fix in #621 has been merged. |
The bug fix in #621 has been merged to develop, and I've synced this branch with develop again. |
@EricJames-NOAA From the UPP RT tests on Hera, there are following changed results in rap/hrrr:
I would assume these changes come from updates in CLDRAD.f? Now I saw valid cloud fraction in GSL RRFS test at /scratch1/NCEPDEV/stmp2/Wen.Meng/post_rrfs_2022102713. |
@SamuelTrahanNOAA Would you add change logs in two source code files CLDRAD.f and INITPOST_NETCDF.f? |
@WenMeng-NOAA yes, we changed the formulation of the exp2 ceiling diagnostic, which would affect these fields. We are seeking to improve the diagnostic for RRFS for the FAA. Your GSL RRFS test looks good to me! Thanks! |
The UPP RT tests were completed on WCOSS2, Hera and Orion. The updates of baselines for rap and hrrr are needed with this PR. |
@SamuelTrahanNOAA Would you add change logs in two source code files CLDRAD.f and INITPOST_NETCDF.f so I can proceed to merging? |
It is done. |
<scale>4.0</scale>
to<scale>7.0</scale>
The GSL in-flight icing developments were merged in pull requests #536 and #621
Fixes #610