Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
16 changes: 8 additions & 8 deletions ufs/ccpp/config/ccpp_prebuild_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
VARIABLE_DEFINITION_FILES = [
# actual variable definition files
'{}/ccpp/framework/src/ccpp_types.F90'.format(fv3_path),
'{}/ccpp/physics/physics/machine.F'.format(fv3_path),
'{}/ccpp/physics/physics/hooks/machine.F'.format(fv3_path),
'CMEPS/ufs/ccpp/data/MED_typedefs.F90',
'CMEPS/ufs/ccpp/data/MED_data.F90'
]
Expand Down Expand Up @@ -58,13 +58,13 @@

# Add all physics scheme files relative to basedir
SCHEME_FILES = [
'{}/ccpp/physics/physics/sfc_ocean.F'.format(fv3_path),
'{}/ccpp/physics/physics/sfc_diff.f'.format(fv3_path),
'{}/ccpp/physics/physics/GFS_surface_loop_control_part1.F90'.format(fv3_path),
'{}/ccpp/physics/physics/GFS_surface_loop_control_part2.F90'.format(fv3_path),
'{}/ccpp/physics/physics/GFS_surface_composites_pre.F90'.format(fv3_path),
'{}/ccpp/physics/physics/GFS_surface_composites_post.F90'.format(fv3_path),
'{}/ccpp/physics/physics/sfc_diag.f'.format(fv3_path)
'{}/ccpp/physics/physics/SFC_Models/Ocean/UFS/sfc_ocean.F'.format(fv3_path),
'{}/ccpp/physics/physics/SFC_Layer/UFS/sfc_diff.f'.format(fv3_path),
'{}/ccpp/physics/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_surface_loop_control_part1.F90'.format(fv3_path),
'{}/ccpp/physics/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_surface_loop_control_part2.F90'.format(fv3_path),
'{}/ccpp/physics/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_surface_composites_pre.F90'.format(fv3_path),
'{}/ccpp/physics/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_surface_composites_post.F90'.format(fv3_path),
'{}/ccpp/physics/physics/SFC_Layer/UFS/sfc_diag.f'.format(fv3_path)
]

# Default build dir, relative to current working directory,
Expand Down
2 changes: 1 addition & 1 deletion ufs/ccpp/data/MED_typedefs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@
[ccpp-table-properties]
name = MED_typedefs
type = module
relative_path = ../../../../../FV3/ccpp/physics/physics
relative_path = ../../../../../FV3/ccpp/physics/physics/hooks
dependencies = machine.F,physcons.F90

[ccpp-arg-table]
Expand Down