Skip to content

Commit

Permalink
Equatorial forcing case
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Hsieh-0129 committed May 12, 2024
1 parent 62e4f8f commit 23753bc
Show file tree
Hide file tree
Showing 115 changed files with 72 additions and 6,672 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ log.txt
*.ipynb
report
docs
.cache
13 changes: 7 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,29 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
endif()

project(csswm VERSION 0.1.0)

set(CMAKE_CXX_FLAGS "-Wall -Wextra")
set(CMAKE_CXX_FLAGS_DEBUG "-g")
set(CMAKE_CXX_FLAGS_RELEASE "-O3")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

project(csswm VERSION 0.1.0)

include(CTest)
enable_testing()

set(CMAKE_EXPORT_COMPILE_COMMANDS True)

include_directories(
include/netcdf
/home/Aaron/local/include
)

file(GLOB_RECURSE SRC src/*.cpp src/*.hpp)
add_executable(csswm ${SRC})

find_library(libncPath netcdf lib/netcdf)
find_library(libncxxPath netcdf_c++4 lib/netcdf)
target_link_libraries(csswm ${libncPath} ${libncxxPath})
find_library(libncxxPath netcdf_c++4 "/home/Aaron/local/lib")
target_link_libraries(csswm ${libncxxPath})

set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
Expand Down
121 changes: 0 additions & 121 deletions include/netcdf/ncAtt.h

This file was deleted.

30 changes: 0 additions & 30 deletions include/netcdf/ncByte.h

This file was deleted.

27 changes: 0 additions & 27 deletions include/netcdf/ncChar.h

This file was deleted.

36 changes: 0 additions & 36 deletions include/netcdf/ncCheck.h

This file was deleted.

119 changes: 0 additions & 119 deletions include/netcdf/ncCompoundType.h

This file was deleted.

Loading

0 comments on commit 23753bc

Please sign in to comment.