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

Generalize UFS atmospheric component. Bring in MPAS dycore. #873

Draft
wants to merge 13 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Addres comments
  • Loading branch information
dustinswales committed Aug 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 64afb902eb2ae364bc6679d60253012898160188
8 changes: 3 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -45,11 +45,6 @@ if(NOT PARALLEL_NETCDF)
list(APPEND _ufsatm_defs_private NO_PARALLEL_NETCDF)
endif()

#
if(MULTI_GASES)
list(APPEND _ufsatm_defs_private MULTI_GASES)
endif()

###############################################################################
### UFSATM with FV3 dynamical core
###############################################################################
@@ -105,6 +100,9 @@ if (FV3)
if(32BIT)
list(APPEND _ufsatm_defs_private OVERLOAD_R4 OVERLOAD_R8)
endif()
if(MULTI_GASES)
list(APPEND _ufsatm_defs_private MULTI_GASES)
endif()

list(APPEND moving_nest_srcs
fv3/moving_nest/bounding_box.F90
2 changes: 1 addition & 1 deletion ccpp/data/CCPP_data.meta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[ccpp-table-properties]
name = CCPP_data
type = module
dependencies = ../../ccpp/framework/src/ccpp_types.F90,CCPP_typedefs.F90,GFS_typedefs.F90
dependencies = ../framework/src/ccpp_types.F90,CCPP_typedefs.F90,GFS_typedefs.F90

[ccpp-arg-table]
name = CCPP_data
2 changes: 1 addition & 1 deletion ccpp/data/CCPP_typedefs.meta
Original file line number Diff line number Diff line change
@@ -3240,7 +3240,7 @@
[ccpp-table-properties]
name = CCPP_typedefs
type = module
relative_path = ../../ccpp/physics/physics
relative_path = ../physics/physics
dependencies = hooks/machine.F,photochem/module_ozphys.F90
dependencies = Radiation/RRTMG/radlw_param.f,Radiation/RRTMG/radsw_param.f

2 changes: 1 addition & 1 deletion ccpp/data/GFS_typedefs.meta
Original file line number Diff line number Diff line change
@@ -10042,7 +10042,7 @@
[ccpp-table-properties]
name = GFS_typedefs
type = module
relative_path = ../../ccpp/physics/physics/
relative_path = ../physics/physics/
dependencies = hooks/machine.F,hooks/physcons.F90
dependencies = Radiation/RRTMG/radlw_param.f,Radiation/RRTMG/radsw_param.f
dependencies = photochem/h2o_def.f,photochem/module_ozphys.F90