ugwp_driver_v0.f compilation warning fix#4
Conversation
…routines in ugwp_driver_v0.f (note that the code that generated the warnings is in a non-active section)
|
Note that Valery has approved this fix. |
|
@climbfuji Since this only affects non-active code, I don't see a point in running RTs, do you? If no RTs needed, this is ready to merge. |
|
No need to run the regression tests. For merging, I would want to know that the code compiles with both Intel and GNU with both Debug and Release for SCM / DEBUG, PROD and REPRO for UFS. I am happy to check out the code and do the test compilations for UFS. Let me know. Thanks! |
|
This compiles with SCM on Mac/Gnu Debug/Release and Hera/Intel Debug/Release. I'm assuming since this change is IPD and CCPP that you want CCPP=Y/N and REPRO=Y/N (4 total compilations). I'll start this, but I need to stop early today for my daughter's dance recital and then I'm gone for a week, so I'll let you know what I get through in terms of compilations with UFS. |
Great, thank you. I'll do whatever you couldn't complete. Just post the directory with the code on hera, please, so that I do not have to check it out manually. |
|
UFS Compiles with the following MAKEOPTS on Hera/Intel: This and NCAR/ccpp-physics#354 should be good to merge after successfully compiling in all configurations suggested by @climbfuji |
|
UFS also compiles with the following options on hera/intel |
* add new suite definition files for GFSv15p2, GFSv16beta * update existing suite definition files because of the interstitial code rearrangement (NCAR/ccpp-physics#372) * clean up CCPP compiler flags, add -Wall for GNU in DEBUG mode * add satmedmfvifq, shalcnv, sascnvn, Ferrier-Aligo microphysics and dependencies to CCPP prebuild config * bug fixes for ugwp and noahmp * move previous-timestep precipitation variables from Tbd to Sfcprop (as recommended by @HelinWei-NOAA, see NCAR/ccpp-physics#319) * fix compiler warnings about non-existent include directories * cleanup of old comments in GFS_physics_driver.F90 (see NCAR#4, NCAR#16, and NCAR/ccpp-physics#319 * CCPP annotations in GFS_driver.F90, GFS_radiation_driver.F90, GFS_physics_driver.F90 (comments that describe where code blocks ended up in the CCPP interstitial code) * capability to coldstart FV3 with GSD physics from RAP/HRRR initial conditions (required for FV3 SAR) * new suite definition file for coupled model
Correction to the GFS physics driver for the add_km feature
Revert change to .gitmodules and update submodule pointer for ccpp-physics
merge to latest develop
fix compilation warnings related to wrong arguments passed into 2 subroutines in ugwp_driver_v0.f (note that the code that generated the warnings is in a non-active section)
Associated PR: NCAR/ccpp-physics#354