We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MWE:
import xarray as xr ds = xr.open_dataset(r'p:\11209231-003-bes-modellering\hydrodynamica\hackathon\preprocessing\ModelBuilderOutput_JV2\InitialField_2022-11-01_00-00-00.nc') fig,ax = plt.subplots() ds.so.isel(time=-1,depth=35).plot()
This probably also fixes the warnings currently given by model created by the workinprogress_modelbuilder.py example script:
** INFO : Min. salinity limited, number of cells Limmin = 20 ** INFO : Min. salinity limited, min = -1.037033177733807E-005
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
MWE:
This probably also fixes the warnings currently given by model created by the workinprogress_modelbuilder.py example script:
The text was updated successfully, but these errors were encountered: