-
Notifications
You must be signed in to change notification settings - Fork 50
Combo PR (merge from NCAR/main, ECMWF GWD, maxmf bugfix, NEPTUNE reproducibility, mersenne bugfix) #295
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
Conversation
…ers.F90; update CODEOWNERS physics/docs/ccpp_doxyfile
…d Bnv2 array in line 350
UFS-dev PR#235
… into ufs-dev-pr251
Ufs dev PR#251
UFS-dev PR#252 Tenth reconciliation PR from production/RRFS.v1
…nit_main Bug fix in physics/GWD/ugwp_driver_v0.F to prevent using uninitialized Bnv2 array in line 350
…ure/add_nrl_parse_tracers_ncar_main
…cers_ncar_main Remove GFDL_parse_tracers.F90 (was: Add NRL_parse_tracers.F90 as a replacement for GFDL_parse_tracers.F90 for NEPTUNE)
UFS dev combined PR#232 and NCAR#256
Ufs dev pr246
UFS-dev PR#258
…' into ufs-dev-PR259-CMake-changes
…ne used by modules
…ersion CI Hotfix: bumping Ubuntu version to latest
|
@MicroTed Here are the same changes that were merged into NCAR:main related to namelists if you'd like to take a look and review before it goes into ufs-community:ufs/dev |
climbfuji
left a comment
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.
thanks!
rhaesung
left a comment
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.
Thanks, @grantfirl !
|
@grantfirl It looks like it serves the current need. I may tweak it in a later update but no time for that right now. |
tlim_fgf is defined above this in get_spectra_tau_nstgw but not in get_spectra_tau_okw
Fix warning of: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [ZLWB]
Fix Warning: 'jj' may be used uninitialized [-Wmaybe-uninitialized]
|
All tests are done at ufs-community/ufs-weather-model#2790. @rhaesung @dustinswales @grantfirl can you merge this pr? |
This PR combines many unrelated pieces of work. None of the changes are expected to change RT results.
Updating from latest NCAR/main fork/branch. The following PRs have already been merged there.
The following are new PRs into ufs/dev that are minor and don't change any RT results:
ECMWF non-stationary GWD (credit @BoYang-NOAA): Add ECMWF non-stationary gravity wave scheme option #273
bugfix for maxMF (credit @SamuelTrahanNOAA ): bug fix to maxMF check: only access when do_mynnedmf=.true. #283
NEPTUNE reproducibility bugfix (credit @areinecke and @climbfuji )Bug fix in radiation aerosols to fix restart reproducibility issue with NEPTUNE model #290
mersenne twister bugfix (credit @NickSzapiro-NOAA) : nrest=n+4 in mersenne_twister #292
compiler warning fixes (credit @NickSzapiro-NOAA): Tidy up more compiler warnings #297