Skip to content

Commit

Permalink
Updated General notebook pages from coast repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDownBot committed Nov 17, 2023
1 parent 168a502 commit 87fb243
Show file tree
Hide file tree
Showing 17 changed files with 65 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ nemo_data = coast.Gridded(fn_data=fn_nemo_dat,

```

/usr/share/miniconda/envs/coast/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension "time_counter" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
warnings.warn(


Calculate the climatology for temperature and sea surface height (ssh) as an example:


Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/Examples/Notebooks/General/eof_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ eof_data.EOF.sel(mode=[1,2,3,4]).plot.pcolormesh(col='mode',col_wrap=2,x='longit



<xarray.plot.facetgrid.FacetGrid at 0x7f41e9f63970>
<xarray.plot.facetgrid.FacetGrid at 0x7fcc5c10c520>



Expand All @@ -88,7 +88,7 @@ eof_data.temporal_proj.sel(mode=[1,2,3,4]).plot(col='mode',col_wrap=2,x='time')



<xarray.plot.facetgrid.FacetGrid at 0x7f41e8720c10>
<xarray.plot.facetgrid.FacetGrid at 0x7fcc58cc1ae0>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ ofile = "example_export_output.nc" # The target filename for output
nemo = coast.Gridded(fn_nemo_dat, fn_nemo_dom, config=config)
```

/usr/share/miniconda/envs/coast/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension "time_counter" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
warnings.warn(


### We can export the whole xr.DataSet to a netCDF file
Other file formats are available. From the documentation:
- NETCDF4: Data is stored in an HDF5 file, using netCDF4 API features.
Expand Down
36 changes: 18 additions & 18 deletions content/en/docs/Examples/Notebooks/General/mask_maker_tutorial.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file modified static/eof_tutorial_files/eof_tutorial_12_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/eof_tutorial_files/eof_tutorial_13_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/mask_maker_tutorial_files/mask_maker_tutorial_18_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/mask_maker_tutorial_files/mask_maker_tutorial_20_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/mask_maker_tutorial_files/mask_maker_tutorial_21_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/mask_maker_tutorial_files/mask_maker_tutorial_33_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/mask_maker_tutorial_files/mask_maker_tutorial_36_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/mask_maker_tutorial_files/mask_maker_tutorial_37_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87fb243

Please sign in to comment.