Open pgierz opened 2 years ago
So it does not get lost: metadata is defined here: https://github.com/FESOM/fesom2/blob/42a82ca77c276e45b67bf3e201a87faa9223aa67/src/io_meandata.F90#L637
Could we add the preprocessor flags?
set(FESOM_COUPLED OFF CACHE BOOL "compile fesom standalone or with oasis support (i.e. coupled)")
set(OIFS_COUPLED OFF CACHE BOOL "compile fesom coupled to OpenIFS. (Also needs FESOM_COUPLED to work)")
set(CRAY OFF CACHE BOOL "compile with cray ftn")
set(USE_ICEPACK OFF CACHE BOOL "compile fesom with the Iceapck modules for sea ice column physics.")
These are cmake settings. The direct Fesom preprocessor definitions can be printed via info%print_definitions of the info_module module or when calling the fesom executable with the --info flag, e.g. ./fesom --info
Good to know, ty!
Here we can collect a wishlist of things to add to the metadata:
Currently, the following is already there: