Skip to content

Commit

Permalink
Added dump OM
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoValentiniECMWF committed Nov 24, 2024
1 parent 6106435 commit eefdc79
Show file tree
Hide file tree
Showing 4 changed files with 2,551 additions and 16 deletions.
8 changes: 4 additions & 4 deletions src/multiom/ifs-interface/ifs_val_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@


! Definition of the module
#define PP_FILE_NAME 'val_utils_mod.F90'
#define PP_FILE_NAME 'ifs_val_mod.F90'
#define PP_SECTION_TYPE 'MODULE'
#define PP_SECTION_NAME 'VAL_UTILS_MOD'
MODULE VAL_UTILS_MOD
#define PP_SECTION_NAME 'IFS_VAL_MOD'
MODULE IFS_VAL_MOD

IMPLICIT NONE

Expand Down Expand Up @@ -1263,7 +1263,7 @@ END FUNCTION VAL_GENERATE_DP
#undef PP_PROCEDURE_TYPE


END MODULE VAL_UTILS_MOD
END MODULE IFS_VAL_MOD
#undef PP_SECTION_NAME
#undef PP_SECTION_TYPE
#undef PP_FILE_NAME
1 change: 1 addition & 0 deletions src/multiom/output-manager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set( MULTIOM_OUTPUT_MANAGER_MAIN_SOURCES
${MULTIOM_OUTPUT_MANAGER_DIR}/output_manager_base_mod.F90
${MULTIOM_OUTPUT_MANAGER_DIR}/output_manager_factory_mod.F90
${MULTIOM_OUTPUT_MANAGER_DIR}/noop_mod.F90
${MULTIOM_OUTPUT_MANAGER_DIR}/dump_mod.F90
)

# Collect source files in module2
Expand Down
Loading

0 comments on commit eefdc79

Please sign in to comment.