diff options
Diffstat (limited to 'fullswof-utils')
-rwxr-xr-x | fullswof-utils/makeBoundary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fullswof-utils/makeBoundary b/fullswof-utils/makeBoundary index 9d1d9f4..11eaaa6 100755 --- a/fullswof-utils/makeBoundary +++ b/fullswof-utils/makeBoundary @@ -176,7 +176,7 @@ ymax = (ytp[0]+ytp[-1]) # domain extent in y-direction ncols = int(math.sqrt(len(xtp)*xmax/ymax)) # number of cells in x-direction nrows = int(len(xtp)/ncols) # number of cells in y-direction dX = xmax/ncols # cell size -print('dX =', dX) +print('cell size, dX (/m) =', dX) #print(ncols, nrows) |