Skip to content
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

Fix boundary issues and numerical precision trouble in RUC LSM #587

Merged
merged 26 commits into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d6b5f11
fixes and workarounds for uninitialized memory in fv_regional_bc
SamuelTrahanNOAA Sep 18, 2022
30f7e8d
initialize kmaxfire in module_bl_mynn
SamuelTrahanNOAA Sep 18, 2022
4380c45
smoke bug fixes for restart
SamuelTrahanNOAA Sep 19, 2022
42a5ff9
remove smoke bug fixes
SamuelTrahanNOAA Sep 20, 2022
415e9b2
remove workarounds and fix remaining known bugs in ps_reg
SamuelTrahanNOAA Sep 20, 2022
2de4ae3
a few more surface pressure bug fixes; now the test case runs in debu…
SamuelTrahanNOAA Sep 20, 2022
62b598b
Merge remote-tracking branch 'origin/develop' into bugfix/rrfs-debug-…
SamuelTrahanNOAA Sep 20, 2022
dd39e8b
bug fixes to my bug fixes
SamuelTrahanNOAA Sep 20, 2022
89261e4
update to top of dev/emc atmos_cubed_sphere
SamuelTrahanNOAA Sep 20, 2022
72ca702
update atmos_cubed_sphere to dev/emc
SamuelTrahanNOAA Sep 20, 2022
8d1c3cf
update atmos_cubed_sphere to dev/emc
SamuelTrahanNOAA Sep 20, 2022
b937a04
update atmos_cubed_sphere
SamuelTrahanNOAA Sep 20, 2022
49771db
workarounds and bug fixes from gnu compiler testing
SamuelTrahanNOAA Sep 21, 2022
0d0786d
more atmos_cubed_sphere fixes and tweaks
SamuelTrahanNOAA Sep 21, 2022
59c4f95
ccpp/physics: module_sf_ruclsm imprecision workaround for gfortran -D…
SamuelTrahanNOAA Sep 21, 2022
eee170f
atmos_cubed_sphere: simplify comments and explain snan
SamuelTrahanNOAA Sep 21, 2022
aa7ff80
point to sam's atmos cubed sphere and ccpp physics
SamuelTrahanNOAA Sep 22, 2022
15fb6e2
Point to Sam's branches of atmos cubed sphere and ccpp physics
SamuelTrahanNOAA Sep 22, 2022
9726f5f
merge upstream
SamuelTrahanNOAA Sep 22, 2022
3257d09
move sanity checks to lsm_ruc and add "snow on ice" check
SamuelTrahanNOAA Sep 26, 2022
890f7db
use i-1 & j-1 for two-point averages, when available
SamuelTrahanNOAA Sep 27, 2022
29ad78a
Replace many changes with atmos_cubed_sphere PR #220
SamuelTrahanNOAA Oct 3, 2022
55cc87c
merge develop
SamuelTrahanNOAA Oct 10, 2022
fe37069
merge upstream to ccpp/physics
SamuelTrahanNOAA Oct 11, 2022
a221e8d
merge upstream
SamuelTrahanNOAA Oct 12, 2022
31e794c
point to community repos
SamuelTrahanNOAA Oct 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "atmos_cubed_sphere"]
path = atmos_cubed_sphere
url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere
branch = dev/emc
url = https://github.com/SamuelTrahanNOAA/GFDL_atmos_cubed_sphere
branch = bugfix/rrfs-debug-mode
[submodule "ccpp/framework"]
path = ccpp/framework
url = https://github.com/NCAR/ccpp-framework
branch = main
[submodule "ccpp/physics"]
path = ccpp/physics
url = https://github.com/ufs-community/ccpp-physics
branch = ufs/dev
url = https://github.com/SamuelTrahanNOAA/ccpp-physics
branch = bugfix/rrfs-debug-mode-no-smoke
[submodule "upp"]
path = upp
url = https://github.com/NOAA-EMC/UPP
Expand Down
2 changes: 1 addition & 1 deletion atmos_cubed_sphere
2 changes: 1 addition & 1 deletion ccpp/physics
Submodule physics updated 1 files
+27 −0 physics/lsm_ruc.F90