Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
andr-groth committed Feb 23, 2024
1 parent fe0ee62 commit a548ca1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Python module for the implementation of a variational autoencoder (VAE) for clim

The present methodology extends on the VAE by adding a second decoder to the model. The second decoder is trained to make predictions about the future evolution of the data from the latent space. The VAE is trained to learn the distribution of the data and the prediction decoder is trained to make predictions about the future distribution of the data.

The model framework is published in [Groth and Chavez (2023)](https://doi.org/10.21203/rs.3.rs-2830779/v1).
The modeling framework is published in [Groth and Chavez (2023)](https://doi.org/10.21203/rs.3.rs-2830779/v1).


## Installation
Expand Down
12 changes: 6 additions & 6 deletions VAE/utils/fileio.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def _read_iri_enso_plume(filename: str,
def example_read_climexp_raw_data_multi():
"""Example of how to use the function `read_climexp_raw_data_multi`.
The function reads multiple files of raw data from the example_data folder.
The function reads multiple files of raw data from the `example_data/` folder.
```
example_data/icmip5_tos_Omon_one_rcp45_pc01.txt
Expand Down Expand Up @@ -602,7 +602,7 @@ def example_read_climexp_raw_data_multi():
def example1_read_netcdf():
"""Example of how to use the function `read_netcdf`.
This function reads EOFs in a netCDF file from the Climate explorer from the `example_data` folder:
This function reads EOFs in a netCDF file from the Climate explorer from the `example_data/` folder:
```
example_data/eofs_icmip5_tos_Omon_one_rcp45.nc
Expand Down Expand Up @@ -636,7 +636,7 @@ def example2_read_netcdf():
"""Example of how to use the function `read_netcdf`.
This function reads EOFs in a netCDF file from the output of the climate data operators (CDO). The file is from the
`example_data` folder:
`example_data/` folder:
```
example_data/eofs_anom_gpcc_v2020_1dgr.nc
Expand Down Expand Up @@ -673,7 +673,7 @@ def example3_read_netcdf():
"""Example of how to use the function `read_netcdf`.
This function reads PCs in a netCDF file from the output of the climate data operators (CDO). The file is from the
`example_data` folder:
`example_data/` folder:
```
example_data/pcs_anom_gpcc_v2020_1dgr.nc
Expand Down Expand Up @@ -717,7 +717,7 @@ def example_read_netcdf_multi(filename: str):
"""Example of how to use the function `read_netcdf_multi`.
This function reads PCs in multiple netCDF files from the output of the climate data operators (CDO). The files are
from the `example_data` folder:
from the `example_data/` folder:
```
example_data/pcs_anom_pr_*.nc
Expand Down Expand Up @@ -764,7 +764,7 @@ def example_read_netcdf_multi(filename: str):
def _example_read_iri_enso_plume(filename):
"""Example of how to use the function `read_iri_enso_plume`.
This function reads the ENSO plume data from the IRI. The file is from the `example_data` folder:
This function reads the ENSO plume data from the IRI. The file is from the `example_data/` folder:
```
example_data/enso_plumes.json
Expand Down

0 comments on commit a548ca1

Please sign in to comment.