-
Notifications
You must be signed in to change notification settings - Fork 168
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
Update omega calculation #2751
Update omega calculation #2751
Conversation
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.
Does this PR need to update the UFS hash to ufs-community/ufs-weather-model@8e7b61b to capture this new feature?
Yes, otherwise, the new namelist parameter added can not be recognized by the model. |
@XiaqiongZhou-NOAA Would you be able to update the hash in the PR, then? |
FYI @JessicaMeixner-NOAA @NeilBarton-NOAA |
@XiaqiongZhou-NOAA - I do not see this parameter updated in the GFSv17 tests in the PR you mentioned ufs-community/ufs-weather-model#2327 So I'm a little concerned about changing answers here when we don't have the corresponding changes in the GFSv17 tests in ufs-weather-model. Also FYI to @CatherineThomas-NOAA |
This is not updated in ufs-weather-model. We would wait for the tests to see the impact on HAFS and RRFS. It was tested for GFSv17 and I will talk more on GFSv17/GEFSv13 meeting tomorrow. |
The GFSv17 tests https://github.com/ufs-community/ufs-weather-model/blob/develop/tests/rt.conf#L27-L32 and https://github.com/ufs-community/ufs-weather-model/blob/develop/tests/rt.conf#L38-L39 are just settings for GFSv17 and do not have impact on HAFS or RRFS. Adding the setting updates here means that we ensure the new settings meet the reproducibility and other settings. |
We plan to set this parameter =. true. as the default for all applications not just for GFSv17, so would like to see the impact on HAFS/RRFS before we change the setting for all regression tests. |
@XiaqiongZhou-NOAA before we use this in the global-workflow, we should have this turned on in the regression tests for GFSv17 in ufs-weather-model. It can always be subsequently updated for other systems as well. |
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.
We need to make sure this has been tested in ufs-waether-model GFSv17 tests before moving forward with this PR.
@XiaqiongZhou-NOAA Kate, what is the status of this PR ? Were you able to update the ufs-weather-model RTs ? If not, what is blocking the update ? |
Corresponding parameter changed in GFSv17 related regression tests (PR#2373) It seems it will be merged soon. |
The namelist related to this PR was changed in the regression tests and PR 2373 (ufs-community/ufs-weather-model#2373) was merged to ufs_model . Please update the workflow. |
@XiaqiongZhou-NOAA Please resolve the conflicts and ensure the hash of the ufs_model.fd is the right one you wish to use with this branch. Thanks! |
|
Automated global-workflow Testing Results:
|
All CI Test Cases Passed on Wcoss2:
|
CI Passed on Hercules in Build# 1
|
CI Passed on Hera in Build# 2
|
* origin/develop: Fix gdas build on Gaea and add Gaea to available CI list (NOAA-EMC#2857) Support ATM forecast only on Google (NOAA-EMC#2832) Add GEFS C48 support on AWS (NOAA-EMC#2818) Update omega calculation (NOAA-EMC#2751) Add snow DA update and recentering for the EnKF forecasts (NOAA-EMC#2690)
* origin/develop: Create JEDI class (NOAA-EMC#2805) Restructure the bufr sounding job (NOAA-EMC#2853) Add an archive task to GEFS system to archive files locally (NOAA-EMC#2816) Reenable Orion Cycling Support (NOAA-EMC#2877) Eliminate race conditions and remove DATAROOT last in cleanup (NOAA-EMC#2893) Update aerosol climatology to 2013-2024 mean (NOAA-EMC#2888) Add ability to run CI test C96_atm3DVar.yaml to Gaea-C5 (NOAA-EMC#2885) Support global-workflow GEFS C48 on Google Cloud (NOAA-EMC#2861) Add 3 and 9 hr increment files to IC staging (NOAA-EMC#2876) Add diffusion/diag B for aerosol DA and some other needed changes (NOAA-EMC#2738) Correct ocean `MOM.res_#` stage copy (NOAA-EMC#2868) Support coupling on AWS (NOAA-EMC#2859) Add JEDI ATM lgetkf observer and solver jobs (NOAA-EMC#2833) Fix gdas build on Gaea and add Gaea to available CI list (NOAA-EMC#2857) Support ATM forecast only on Google (NOAA-EMC#2832) Add GEFS C48 support on AWS (NOAA-EMC#2818) Update omega calculation (NOAA-EMC#2751) Add snow DA update and recentering for the EnKF forecasts (NOAA-EMC#2690) support ATM forecast only on Azure (NOAA-EMC#2827) Convert staging job to python and yaml (NOAA-EMC#2651) Fixed test on UNAVAILBLE in python Rocoto check (NOAA-EMC#2842)
Description
Add a parameter "pass_full_omega_to_physics_in_non_hydrostatic_mode" in FV3 namelist. It was set to "true" to use a new method to diagnose omega. This PR is based on the ufs_weather_model PR#2327
Corresponding parameter changed in GFSv17 related regression tests (PR#2373)
Type of change
Change characteristics
How has this been tested?
Checklist