Skip to content

Commit

Permalink
Merge pull request NCAR#2 from JCSDA-internal/feature/internal_nml_file
Browse files Browse the repository at this point in the history
Turn on INTERNAL_NML_FILE and add option not to re-read namelist in initialize
  • Loading branch information
danholdaway authored May 3, 2021
2 parents b0cd616 + 383ff80 commit b63e4cc
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 145 deletions.
2 changes: 1 addition & 1 deletion cmake/fv3_compiler_flags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Compiler definitions
# --------------------
add_definitions( -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -Duse_LARGEFILE -DOLDMPP -DGFS_PHYS )
add_definitions( -Duse_libMPI -Duse_netCDF -DSPMD -DUSE_LOG_DIAG_FIELD_INFO -Duse_LARGEFILE -DOLDMPP -DGFS_PHYS -DINTERNAL_FILE_NML )

# Special cases
# -------------
Expand Down
Loading

0 comments on commit b63e4cc

Please sign in to comment.