You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I have a nc file which has many variables with dimension NC_UNLIM, nx, ny
I am trying to add an additional variable with same dimensions:
I retrieve the dimensions from an another variable and get a std::vector
Then I define the new variable and initialize it with a default value.
In the updated file the new variable has the dimensions NC_UNLIMnxny but the size is 0nxny while the other variables have the size 1nxny
I guess I am doing something wrong but I can't manage to figure out
any help would be appreciated
best
jac
To report a non-security related issue, please provide:
the version of the software with which you are encountering an issue
Hello I have a nc file which has many variables with dimension NC_UNLIM, nx, ny
I am trying to add an additional variable with same dimensions:
I retrieve the dimensions from an another variable and get a std::vector
Then I define the new variable and initialize it with a default value.
In the updated file the new variable has the dimensions NC_UNLIMnxny but the size is 0nxny while the other variables have the size 1nxny
I guess I am doing something wrong but I can't manage to figure out
any help would be appreciated
best
jac
To report a non-security related issue, please provide:
If you have a general question about the software, please view our Suggested Support Process.
The text was updated successfully, but these errors were encountered: