-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
In the boutdata.restart.resize method one can pass in the number of guard cells as argument
Lines 107 to 108 in 1cb6d08
| mxg, myg : int, optional | |
| Number of ghost points in x, y (default: 2) |
but nothing is done with them in the remaining of the code. It seems that you are resizing guard cells but guard cells should simply be pointing to adjacent grids edges and this not done in the code. What happens when we restart the simulations?
To me, it seems the safest route using this method is to resize a single restart file. In other words, one has to first create a unique restart file from the simulation (BOUT.restart.0.nc) and resize that. Multiple restart files can be created after the resizing method if needed. You should add a warning to users.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels