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
I'm outputting both the mean and instantaneous data for the PsiVEL variable using the diagnostics package. When I load the data using xmitgcm there is only one PsiVEL parameter, so I assume that one of them is overwriting the other. Is it possible to load the dataset with the mean and instantaneous data as two separate parameters?
The text was updated successfully, but these errors were encountered:
Thanks for this useful question. I think you are correct in your diagnosis.
Your best bet would probably be to load the two sets files as separate Xarray Datasets by specifying prefix explicitly. Then you could rename the variables in one and merge them into a single Dataset.
I'm outputting both the mean and instantaneous data for the PsiVEL variable using the diagnostics package. When I load the data using xmitgcm there is only one PsiVEL parameter, so I assume that one of them is overwriting the other. Is it possible to load the dataset with the mean and instantaneous data as two separate parameters?
The text was updated successfully, but these errors were encountered: