You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,17 @@ project(FESOM2.0)
10
10
11
11
set(BUILD_SHARED_LIBSONCACHEBOOL"Default to using shared libs")
12
12
set(TOPLEVEL_DIR ${CMAKE_CURRENT_LIST_DIR})
13
-
set(FESOM_COUPLED OFFCACHEBOOL"compile fesom standalone or with oasis support (i.e. coupled)")
14
-
set(OIFS_COUPLED OFFCACHEBOOL"compile fesom coupled to OpenIFS. (Also needs FESOM_COUPLED to work)")
15
-
set(CRAY OFFCACHEBOOL"compile with cray ftn")
16
-
set(USE_ICEPACK OFFCACHEBOOL"compile fesom with the Iceapck modules for sea ice column physics.")
13
+
set(FESOM_COUPLED OFFCACHEBOOL"compile fesom standalone or with oasis support (i.e. coupled)")
14
+
set(OIFS_COUPLED OFFCACHEBOOL"compile fesom coupled to OpenIFS. (Also needs FESOM_COUPLED to work)")
15
+
set(CRAY OFFCACHEBOOL"compile with cray ftn")
16
+
set(USE_ICEPACK OFFCACHEBOOL"compile fesom with the Iceapck modules for sea ice column physics.")
17
17
set(OPENMP_REPRODUCIBLE OFFCACHEBOOL"serialize OpenMP loops that are critical for reproducible results")
18
-
set(RECOM_COUPLED ONCACHEBOOL"compile fesom including biogeochemistry, REcoM3")
19
-
set(CISO_COUPLED OFFCACHEBOOL"compile ciso coupled to REcoM3. RECOM_COUPLED has to be active")
20
-
set(USE_MULTIO OFFCACHEBOOL"Use MULTIO for IO, either grib or binary for now. This also means path to MULTIO installation has to provided using env MULTIO_INSTALL_PATH='..' and multio configuration yamls must be present to run the model with MULTIO")
21
-
set(OASIS_WITH_YAC OFFCACHEBOOL"Useing a version of OASIS compiled with YAC instead of SCRIP for interpolation?")
22
-
set(ASYNC_ICEBERGS ONCACHEBOOL"compile fesom with or without support for asynchronous iceberg computations")
23
-
set(VERBOSE OFFCACHEBOOL"toggle debug output")
18
+
set(RECOM_COUPLED ONCACHEBOOL"compile fesom including biogeochemistry, REcoM3")
19
+
set(CISO_COUPLED OFFCACHEBOOL"compile ciso coupled to REcoM3. RECOM_COUPLED has to be active")
20
+
set(USE_MULTIO OFFCACHEBOOL"Use MULTIO for IO, either grib or binary for now. This also means path to MULTIO installation has to provided using env MULTIO_INSTALL_PATH='..' and multio configuration yamls must be present to run the model with MULTIO")
21
+
set(OASIS_WITH_YAC OFFCACHEBOOL"Useing a version of OASIS compiled with YAC instead of SCRIP for interpolation?")
22
+
set(ASYNC_ICEBERGS ONCACHEBOOL"compile fesom with or without support for asynchronous iceberg computations")
chl_data_source ='None' !'Sweeney' monthly chlorophyll climatology or 'NONE' for constant chl_const (below). Make use_sw_pene=.TRUE. in namelist.config!
0 commit comments