Skip to content

Commit

Permalink
Bugfixes from public release (#119)
Browse files Browse the repository at this point in the history
* Remove unused and unsupported code (See #21)
* Remove APPBUILD step from rt.conf
  • Loading branch information
DusanJovic-NOAA committed May 8, 2020
1 parent 8b0d9b7 commit 95fcb7c
Show file tree
Hide file tree
Showing 123 changed files with 10,339 additions and 41,476 deletions.
9 changes: 1 addition & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ find_package(ESMF REQUIRED)

include(${PROJECT_SOURCE_DIR}/cmake/configure_${CMAKE_Platform}.cmake)

if(NOT DEFINED PHYS)
set(PHYS gfs)
endif()
message("")
message("Selected physics package: ${PHYS}")
message("")

add_definitions(-Duse_libMPI)
add_definitions(-Duse_netCDF)
add_definitions(-Duse_WRTCOMP)
Expand Down Expand Up @@ -226,7 +219,7 @@ target_link_libraries(NEMS.exe
fv3core
io
${IPD_LIBRARIES}
${PHYS}physics
gfsphysics
${CCPP_LIBRARIES}
fv3cpl
stochastic_physics
Expand Down
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 127 files
324 changes: 0 additions & 324 deletions parm/NAM_phys.nml.IN

This file was deleted.

Loading

0 comments on commit 95fcb7c

Please sign in to comment.