Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug when subsetting mesh specified in another directory
Before, MPAS-Limited-Area would use the whole path name of the file specified to create the subseted mesh, which would cause an error in its file creation. This change uses os.path.basename which uses the Unix/Linux basename, which returns the name after the last '/'. Note: basename may not work if specifying other OS paths (e.g. Windows) on Linux.
- Loading branch information