Skip to content

Commit

Permalink
fixup Add ppr to ocean.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Oct 21, 2021
1 parent 9eb7d13 commit 2665a0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/mpas-ocean/src/ocean.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ set(PPR_FILES
core_ocean/ppr/src/root1d.f90
core_ocean/ppr/src/util1d.f90
core_ocean/ppr/src/weno1d.f90
core_ocean/ppr/src/ppr_1d.F
)

# Add GOTM
Expand Down Expand Up @@ -212,8 +211,8 @@ set(GOTM_FILES
core_ocean/gotm/src/turbulence/variances.F90
)

list(APPEND RAW_SOURCES ${CVMIX_FILES} ${BGC_FILES} ${GOTM_FILES})
list(APPEND NO_PREPROCESS ${CVMIX_FILES} ${BGC_FILES} ${GOTM_FILES})
list(APPEND RAW_SOURCES ${CVMIX_FILES} ${BGC_FILES} ${GOTM_FILES} ${PPR_FILES})
list(APPEND NO_PREPROCESS ${CVMIX_FILES} ${BGC_FILES} ${GOTM_FILES} ${PPR_FILES})

# Add analysis members
list(APPEND RAW_SOURCES
Expand Down

0 comments on commit 2665a0c

Please sign in to comment.