-
Notifications
You must be signed in to change notification settings - Fork 100
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
Post refactor p1 #196
Post refactor p1 #196
Conversation
Merge remote-tracking branch 'upstream/develop' into develop
CALWXT.f: modified, use “cycle” to replace “go to”, keep several “go to” CALWXT_RAMER.f: modified, use “cycle” and “exit” to replace “go to, keep several “go to”
|
DEWPOINT.f: modified , use do while to replace “go to” |
Merge remote-tracking branch 'upstream/develop' into post_refactor_p1
@BoCui-NOAA, @HuiyaChuang-NOAA In the CALHEL.f, I might think the "goto 30" is for jumping out the L loop not if statement. |
The code tested with a RAPv5 case and can reproduce the results.
…C_post into post_refactor_p1
Wen, I already modified the 3 codes, please take a review. Bo |
modified the code following Ming's comments. |
I think we should remove the routine entirely since it will not be used. |
Sounds good. Thanks
Jesse
…On Wednesday, October 28, 2020, Kate Fossell ***@***.***> wrote:
@JesseMeng-NOAA <https://github.com/JesseMeng-NOAA> and @fossell
<https://github.com/fossell>, I see "GRIBIT.o" is removed from
makefile_module, will we consider delete file GRIBIT.F from source code
directory?
I think we should remove the routine entirely since it will not be used.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#196 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALXNRCOHUFSD5B6ZVA2XQ3DSNBTS7ANCNFSM4SE6K6MA>
.
--
==============================================
Dr. Jesse Meng
IMSG at NOAA/NWS/NCEP/EMC
5830 University Research Ct. Room 2037
College Park, MD 20740
email: [email protected]
==============================================
|
@fossell and @JesseMeng-NOAA Thanks for clarifying. I will remove this routine. |
The UPP regression tests were conducted on WCOSS Dell, Cray and Hera. No changed results were found. This PR is ready for merging. |
…ach repository (NOAA-EMC#304) ## DESCRIPTION OF CHANGES: The new top-level cmake build for the SRW App ([SRW App PR#27](ufs-community/ufs-srweather-app#27)) results in some executables having different names. This PR makes modifications that 1. Allow the workflow to run successfully with the new cmake build and its different executable names, and 2. Allow back-compatibility with the old build system to allow for a gradual transition to new build system This PR also explicitly disallows running the workflow without CCPP, which we decided against supporting several months ago. I don't think the capability even works so this shouldn't effect anyone at this time. ## TESTS CONDUCTED: - **Cheyenne**: Build and end-to-end test ("DOT_OR_USCORE" test case) was successful on Cheyenne with intel, both for the cmake build and the old build script (that will soon be deprecated). - **Hera**: Build and end-to-end tests successful (aside from expected failures). Also built with old build script successfully. - **Jet**: Build test was successful. ## ISSUE: It was not the primary aim of this PR, but it does partially resolve NOAA-EMC#196
## DESCRIPTION OF CHANGES: This PR removes the USE_CCPP variable from all scripts and other files. The workflow only supports running the FV3 model with CCPP, so USE_CCPP is deprecated. ## TESTS CONDUCTED: Ran one WE2E test (regional_002) on hera. Succeeded. ## ISSUE (optional): This resolves Issue NOAA-EMC#196.
UPP refactor phase 1 merging: