MPAS-Dev / MPAS-Limited-Area

Python tool to create a regional subset of a global MPAS Mesh
http://mpas-dev.github.io/
21 stars 10 forks source link

Optional Filename Output Bug #1

Closed MiCurry closed 5 years ago

MiCurry commented 5 years ago

There is currently an option with create_region to specify the filename of the output file; however, its badly implemented and it just tacks on the the output argument onto the filename that's generated.

It should be that the output argument overrides the name of the generated filename. That way a user can specify the complete path with filename or just the filename.

MiCurry commented 5 years ago

You can now change the output name of the file, but you can't change the output location.