Skip to content

Commit

Permalink
re-organized GFDLMP v1 and add v3
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiyuSun committed Feb 1, 2024
1 parent ec416f7 commit 4026f1a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,12 @@ set(SCHEMES_OPENMP_OFF ${LOCAL_CURRENT_SOURCE_DIR}/physics/Radiation/RRTMGP/rte-
# List of files that need to be compiled with different precision
set(SCHEMES_DYNAMICS)

if(${LOCAL_CURRENT_SOURCE_DIR}/physics/MP/GFDL/v1/fv_sat_adj.F90 IN_LIST SCHEMES)
list(APPEND SCHEMES_DYNAMICS ${LOCAL_CURRENT_SOURCE_DIR}/physics/MP/GFDL/v1/fv_sat_adj.F90)
if(${LOCAL_CURRENT_SOURCE_DIR}/physics/MP/GFDL_2019_v1/fv_sat_adj.F90 IN_LIST SCHEMES)
list(APPEND SCHEMES_DYNAMICS ${LOCAL_CURRENT_SOURCE_DIR}/physics/MP/GFDL_2019_v1/fv_sat_adj.F90)
endif()

if(${LOCAL_CURRENT_SOURCE_DIR}/physics/MP/GFDL_2022_v3/fv_sat_adj_v3.F90 IN_LIST SCHEMES)
list(APPEND SCHEMES_DYNAMICS ${LOCAL_CURRENT_SOURCE_DIR}/physics/MP/GFDL_2022_v3/fv_sat_adj_v3.F90)
endif()

# Remove files that need to be compiled with different precision
Expand Down

0 comments on commit 4026f1a

Please sign in to comment.