Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d75aa10
CMakeLists.txt updates for ccpp & upp
gspetro-NOAA Apr 2, 2026
44b9bc1
update ufsatm CMakeLists.txt
gspetro-NOAA Apr 2, 2026
7cd5f1d
update .gitmodules
gspetro-NOAA Apr 2, 2026
b84956e
rm sst_ncep & sst_anom from atmos_cubed_sphere
gspetro-NOAA Apr 2, 2026
211b2c5
pick up splat in ccpp/physics sfcsub
gspetro-NOAA Apr 2, 2026
ac022e4
update ccpp hash
gspetro-NOAA Apr 6, 2026
f7571d0
update ccpp/physics & atmos_cubed_sphere hashes
gspetro-NOAA Apr 16, 2026
661846f
Merge branch 'develop' of https://github.com/NOAA-EMC/ufsatm into fea…
gspetro-NOAA Apr 16, 2026
31ff3f9
fix syntax error in ccpp
gspetro-NOAA Apr 17, 2026
38c3a1c
minor fv3 updates, hash
gspetro-NOAA Apr 17, 2026
c2342f9
Merge branch 'feature/ss2.x' of github.com:gspetro-NOAA/ufsatm into f…
gspetro-NOAA Apr 17, 2026
4fab812
fix ccpp syntax error, pick up splat
gspetro-NOAA Apr 17, 2026
e04beb4
Merge branch 'develop' of https://github.com/NOAA-EMC/ufsatm into fea…
gspetro-NOAA Apr 17, 2026
5f8e634
update ccpp & atmos_cubed_sphere hashes
gspetro-NOAA Apr 25, 2026
df04983
rm deprecated atmos_cubed subroutines; update hash
gspetro-NOAA Apr 29, 2026
5a8d283
Merge branch 'feature/ss2.x' of github.com:gspetro-NOAA/ufsatm into f…
gspetro-NOAA Apr 29, 2026
13b9dfe
sync w/ufs/dev
gspetro-NOAA May 1, 2026
b7b1e87
Merge branch 'feature/ss2.x' of https://github.com/gspetro-NOAA/ufsat…
gspetro-NOAA May 1, 2026
dbedebe
Merge branch 'develop' of https://github.com/NOAA-EMC/ufsatm into fea…
gspetro-NOAA May 1, 2026
6aa4ee3
Merge branch 'NOAA-EMC:develop' into feature/ss2.x
gspetro-NOAA May 7, 2026
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
18 changes: 12 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
[submodule "fv3/atmos_cubed_sphere"]
path = fv3/atmos_cubed_sphere
url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere
branch = dev/emc
#url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere
#branch = dev/emc
url = https://github.com/gspetro-NOAA/atmos_cubed_sphere
branch = feature/ss2.x
[submodule "ccpp/framework"]
path = ccpp/framework
url = https://github.com/NCAR/ccpp-framework
branch = develop
[submodule "ccpp/physics"]
path = ccpp/physics
url = https://github.com/ufs-community/ccpp-physics
branch = ufs/dev
#url = https://github.com/ufs-community/ccpp-physics
#branch = ufs/dev
url = https://github.com/gspetro-NOAA/ccpp-physics.git
branch = feature/ss2.x
[submodule "upp"]
path = upp
url = https://github.com/NOAA-EMC/UPP
branch = develop
#url = https://github.com/NOAA-EMC/UPP
#branch = develop
url = https://github.com/gspetro-NOAA/UPP
branch = feature/ss2.x
[submodule "mpas/MPAS-Model"]
path = mpas/MPAS-Model
url = https://github.com/ufs-community/MPAS-Model.git
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ endif()

# Always include EMC libraries in dycore install
target_link_libraries(${DYCORE_TARGET} PUBLIC w3emc::w3emc_d
sp::sp_d
bacio::bacio_4
ip::ip_d
bacio::bacio
ESMF::ESMF)

# OpenMP
Expand Down
4 changes: 2 additions & 2 deletions fv3/moving_nest/fv_moving_nest_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ module fv_moving_nest_main_mod
#endif
use time_manager_mod, only: time_type, get_time, get_date, set_time, operator(+), &
operator(-), operator(/), time_type_to_real
use fms_mod, only: file_exist, open_namelist_file, &
close_file, error_mesg, FATAL, &
use fms_mod, only: &
error_mesg, FATAL, &
check_nml_error, stdlog, &
write_version_number, &
mpp_clock_id, mpp_clock_begin, &
Expand Down
2 changes: 1 addition & 1 deletion upp
Submodule upp updated 1 files
+2 −3 CMakeLists.txt
Loading