-
Notifications
You must be signed in to change notification settings - Fork 0
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
nonadvective_cells_removed
attribute is always 'yes'
#42
Comments
@aekiss Good point! I think we should make sure all the parameters are set when generating the topography (i.e., when calling |
The only exception would be the grid type, as one does not know it during the call to |
If we interpret The value of |
@aekiss I've looked at the code and realised that actually the initialisation of This is easy to fix, and set it to |
I'd intended
|
@aekiss Sorry, I was not very clear. What I meant is: do we really need to assume the grid to be of "B" type in order to allow the user to run Maybe my question is actually a more general one: what does it mean when one encounters a grid type = "B" in the netcdf file? Does it mean that the user explicitly set it to "B", or that some command was run that only makes sense for a "B" grid? |
It seems to me there's nowhere in the code that sets the
nonadvective_cells_removed
attribute to anything other than 'yes'.Should the default (initialization) be 'no '?
The text was updated successfully, but these errors were encountered: