Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running isnobal less than 1001 time steps searches for filenames with less than 4 digit numbers #1

Open
scotthavens opened this issue Sep 19, 2017 · 2 comments

Comments

@scotthavens
Copy link
Contributor

In gitlab by @pkormos on May 24, 2017, 14:17

all input files are named with 4 digit numbers, for example in.0001. If I only want to run isnobal for 700 timesteps, it looks for in.001 or if i only want to run it for 48 timesteps, it looks for in.01. I think we need to either make is standard to name files with 4 digits, or make it robust enough to look for in.0001, and if that's no there look for in.001, and if that's not there look for in.01. That's just an idea, though.

Love, Patrick

@scotthavens
Copy link
Contributor Author

In gitlab by @micahsandusky on May 30, 2017, 16:15

assigned to @micahsandusky

@scotthavens
Copy link
Contributor Author

In gitlab by @micahsandusky on May 30, 2017, 16:18

I am working on a fix that will look for the files matching the given prefix and calculate the suffix length. Basically, all the files will need to have a consistent time-step length in the directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant