Skip to content

Commit

Permalink
Merge pull request seahorce-scidac#310 from hklion/netcdf_history_def…
Browse files Browse the repository at this point in the history
…ault

make netcdf history output the default
  • Loading branch information
hklion authored Dec 9, 2024
2 parents 8d1ace0 + e8cf68f commit ee3e764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/REMORA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ PlotfileType REMORA::plotfile_type = PlotfileType::amrex;
int REMORA::total_nc_plot_file_step = 1;

// Do we write one file per timestep (false) or one file for all timesteps (true)
bool REMORA::write_history_file = false;
bool REMORA::write_history_file = true;

// NetCDF initialization file
std::string REMORA::nc_bdry_file = ""; // Must provide via input
Expand Down

0 comments on commit ee3e764

Please sign in to comment.