Changes between Version 16 and Version 17 of u/erica/ScalingBluestreak
- Timestamp:
- 02/23/14 20:10:09 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/ScalingBluestreak
v16 v17 6 6 7 7 == '''Method:''' == 8 In global.data, changed number of frames and restart frame by factor of 10. So final frame went from 200 to 2000, and restart frame was changed from chombo00050.hdf to chombo00500.hdf. Running this simulation then produces frames with dt = 1/10th of original frame , which I then multiply the run time by 10 to get an estimate of the run time per frame.8 In global.data, changed number of frames and restart frame by factor of 10. So final frame went from 200 to 2000, and restart frame was changed from chombo00050.hdf to chombo00500.hdf. Running this simulation then produces frames with dt = 1/10th of original frame. From this I can estimate the actual run time by multiplying the run time I get for a 1/10th dt frame by 10. This allows for faster scaling tests. 9 9 10 10 == '''Results:''' ==