Skip to content

Commit

Permalink
make netcdf history output the default
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Dec 9, 2024
1 parent 8d1ace0 commit e8cf68f
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 e8cf68f

Please sign in to comment.