Remove debug print statements#705
Merged
WenMeng-NOAA merged 5 commits intoMay 30, 2023
Merged
Conversation
Collaborator
|
@DusanJovic-NOAA Please sync your branch with the latest UPP develop. |
Contributor
Author
Done |
aerorahul
reviewed
May 25, 2023
Collaborator
|
@FernandoAndrade-NOAA Please conduct the UPP RT tests on Hera and Orion. |
Contributor
|
@WenMeng-NOAA UPP RTs have finished on Hera and Orion with no changes to results. |
Collaborator
@FernandoAndrade-NOAA Please go head to approve this PR. |
Collaborator
|
The UPP RT tests were completed on WCOSS2 without changed results. |
WenMeng-NOAA
approved these changes
May 30, 2023
FernandoAndrade-NOAA
approved these changes
May 30, 2023
zhanglikate
pushed a commit
to zhanglikate/UPP
that referenced
this pull request
Oct 10, 2025
…sics, and string length mismatch in dycore plus PR NOAA-EMC#705 and NOAA-EMC#699 (NOAA-EMC#695) * GFDL_atmos_cubed_sphere: consistent string lengths in array * stop FV3_HRRR_c3 from crashing with gnu debug * in dycore, initialize srf_wnd_var2 and tracers_var3 arrays * Write netcdf axis variables using the same real kind as data variables * "GF radar reflectivity, dust bug fix, C3 updates, more fluxes output" * Fix race condition in GFS_phys_time_vary.fv3.F90 error detection * More bug fixes to GFS_phys_time_vary.fv3.F90: 1. detect empty errmsg from subroutines 2. Initialize err variables in set_soilveg.f, which is called from GFS_phys_time_vary.fv3.F90 * initialize errmsg & errflg in noahmp_tables.f90 * only read h2odata, ozdata and noahmp table when they are needed * remove all constant 3D variables from clm lake * calculate clm lake constants only once per i loop --------- Co-authored-by: Dusan Jovic <dusan.jovic@noaa.gov> Co-authored-by: Haiqin.Li <Haiqin.Li@noaa.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reduce the amount of data being printed to stdout by removing debug print statements. Related to ufs-community/ufs-weather-model#1738