Remove init_enstrophy and init_energy from savefile

This commit is contained in:
2025-12-14 10:29:47 -05:00
parent 8fa9e7f556
commit 35352a6460

View File

@@ -337,6 +337,8 @@ int save_state(
strcpy(params, params_string);
remove_entry(params, "starting_time");
remove_entry(params, "init");
remove_entry(params, "init_enstrophy");
remove_entry(params, "init_energy");
if(algorithm>ALGORITHM_ADAPTIVE_THRESHOLD){
remove_entry(params, "delta");
}