-
Notifications
You must be signed in to change notification settings - Fork 6
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
param out nml parsing issue #35
Comments
@water-e I think the issue from BayDeltaSchism#37 is a schimpy issue. I have opened this issue and committed a test case and test data using your attachments from that issue. |
You are getting the same result as I am. Let me clarify the use case this obstructs. I hope to diff two nml files. We previously talked about 'iof_hydro(1)' being a kind of text key, and when we parse the sample files from our templates or the schism samples this has a big benefit when it comes ot comments. The line By contrast, the param.out.nml version of the file looks like this:
the two are different. Perhaps we can detect (regex) a value that has commas and * and split:
|
Or allowing the parameter to be an array and inline comment to be an array would work and perhaps be a better representation. |
I agree it is a schimpy issue. I think I've had the wrong web page open for this and some of the others. We can close these out and I'll be more careful. |
Ok I have got it now |
Description
param out nml file has a issue parsing arrays
CADWRDeltaModeling/BayDeltaSCHISM#37
The text was updated successfully, but these errors were encountered: