Skip to content

Commit

Permalink
added ihamocc
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Dec 14, 2023
1 parent 0107a2b commit 8524979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ set(DEFAULT_INSTITUTES
ersem # European Regional Seas Ecosystem Model, https://doi.org/10.5194/gmd-9-1293-2016
examples # Examples supplied with FABM itself
gotm # Models ported from original GOTM/BIO library
ihamocc # isopycnic coordinate HAMburg Ocean Carbon Cycle model, https://doi.org/10.5194/gmd-13-2393-2020
iow # Leibniz Institute for Baltic Sea Research, Germany
jrc # EC - Joint Research Centre, Ispra, Italy
mops # Model of Oceanic Pelagic Stoichiometry, https://doi.org/10.5194/gmd-8-2929-2015
Expand All @@ -23,7 +24,7 @@ set(DEFAULT_INSTITUTES
uhh # University of Hamburg, Germany
)

set(OPTIONAL_INSTITUTES ersem mops pclake pisces)
set(OPTIONAL_INSTITUTES ersem mops pclake pisces ihamocc)

if(CMAKE_CURRENT_LIST_DIR STREQUAL CMAKE_SOURCE_DIR)
message(FATAL_ERROR "Please point cmake to the top-level directory with FABM source code, not to its src subdirectory.")
Expand Down

0 comments on commit 8524979

Please sign in to comment.