Skip to content

Commit

Permalink
release/public-v2: remove unsupported suites, fix to allow quilting w…
Browse files Browse the repository at this point in the history
…ith non-factors for layout (NOAA-EMC#190)

* Remove unsupported suites
* ccpp/CMakeLists.txt: add compiler flags for gfortran-10
* Fix to allow quilting with non-factors for layout (NOAA-EMC#244)
* Remove the inline comments
Co-authored-by: Chan-hoo.Jeon <[email protected]>
  • Loading branch information
climbfuji authored Nov 4, 2020
1 parent f5da715 commit 6a56b8a
Show file tree
Hide file tree
Showing 55 changed files with 14 additions and 4,758 deletions.
3 changes: 3 additions & 0 deletions ccpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ set (CMAKE_Fortran_FLAGS_OPT "")
if (${CMAKE_Fortran_COMPILER_ID} MATCHES "GNU")
set (CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fcray-pointer -ffree-line-length-none -fno-range-check")
set (CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fbacktrace -cpp")
if(${CMAKE_Fortran_COMPILER_VERSION} VERSION_GREATER_EQUAL 10)
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fallow-argument-mismatch")
endif()
if (${CMAKE_BUILD_TYPE} MATCHES "Debug")
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
Expand Down
98 changes: 0 additions & 98 deletions ccpp/suites/suite_FV3_CPT_v0.xml

This file was deleted.

88 changes: 0 additions & 88 deletions ccpp/suites/suite_FV3_GFS_2017.xml

This file was deleted.

87 changes: 0 additions & 87 deletions ccpp/suites/suite_FV3_GFS_2017_coupled.xml

This file was deleted.

93 changes: 0 additions & 93 deletions ccpp/suites/suite_FV3_GFS_2017_csawmg.xml

This file was deleted.

Loading

0 comments on commit 6a56b8a

Please sign in to comment.