File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -182,25 +182,25 @@ bool Grid::init_geo_grid(Quadtree quadtree,
182
182
IsCubeSphereGrid = false ;
183
183
}
184
184
185
- if (input.get_do_restart () & iGridShape_ != iCubesphere_) {
186
- report.print (1 , " Restarting! Reading grid files!" );
187
- DidWork = read_restart (input.get_restartin_dir ());
188
- } else {
185
+ // if (input.get_do_restart() & iGridShape_ != iCubesphere_) {
186
+ // report.print(1, "Restarting! Reading grid files!");
187
+ // DidWork = read_restart(input.get_restartin_dir());
188
+ // } else {
189
189
if (iGridShape_ == iCubesphere_) {
190
- if (input.get_do_restart ())
191
- report.print (0 , " Not restarting the grid - it is too complicated!" );
190
+ // if (input.get_do_restart())
191
+ // report.print(0, "Not restarting the grid - it is too complicated!");
192
192
193
193
create_cubesphere_grid (quadtree);
194
194
} else
195
195
create_sphere_grid (quadtree);
196
196
197
- MPI_Barrier (aether_comm);
197
+ // MPI_Barrier(aether_comm);
198
198
create_altitudes (planet);
199
199
200
200
init_connection ();
201
201
202
- DidWork = write_restart (input.get_restartout_dir ());
203
- }
202
+ // DidWork = write_restart(input.get_restartout_dir());
203
+ // }
204
204
205
205
// Calculate the radius (for spherical or non-spherical)
206
206
fill_grid_radius (planet);
You can’t perform that action at this time.
0 commit comments