"""Common filenames and locations for topographic data, meshes and outputs. """ from os import sep from os.path import expanduser home = expanduser('~') meshdir = home+sep+'karratha_tsunami_scenario_2005'+sep+'meshes'+sep datadir = home+sep+'karratha_tsunami_scenario_2005'+sep+'data'+sep basename = 'karratha_250m' meshfile = meshdir + basename + '.msh' demfile = datadir + basename + '.dem' print demfile #boundary_filename = #bathymetry_filename = #mesh_filename =