Skip to content

Commit

Permalink
Fix list of compiler definitions used when compiling CICE to match th…
Browse files Browse the repository at this point in the history
…e ones used in CESM.
  • Loading branch information
micaeljtoliveira committed Aug 15, 2023
1 parent 7a2df38 commit 03da1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CICE/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ list(APPEND lib_src_files
${cice_nuopc_cmeps_driver_files})

list(APPEND _cice_defs FORTRANUNDERSCORE
coupled)
ncdf)

# Select IO source files based on CICE_IO
if(CICE_IO MATCHES "NetCDF")
Expand Down

0 comments on commit 03da1b4

Please sign in to comment.