From d4c62dcd375b2c56f5c8ca3906dd65006ce8d4e7 Mon Sep 17 00:00:00 2001 From: Jiwoo Lee Date: Fri, 10 Nov 2023 13:22:35 -0800 Subject: [PATCH] add link to data_files.txt from Demo0, update xcdat version in dev.yml --- conda-env/dev.yml | 2 +- doc/jupyter/Demo/Demo_0_download_data.ipynb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conda-env/dev.yml b/conda-env/dev.yml index 78874f829..fb36377eb 100644 --- a/conda-env/dev.yml +++ b/conda-env/dev.yml @@ -21,7 +21,7 @@ dependencies: - eofs=1.4.0 - seaborn=0.12.2 - enso_metrics=1.1.1 - - xcdat=0.5.0 + - xcdat>=0.6.0 - xmltodict=0.13.0 - setuptools=67.7.2 - netcdf4=1.6.3 diff --git a/doc/jupyter/Demo/Demo_0_download_data.ipynb b/doc/jupyter/Demo/Demo_0_download_data.ipynb index f28675f44..74149ab13 100644 --- a/doc/jupyter/Demo/Demo_0_download_data.ipynb +++ b/doc/jupyter/Demo/Demo_0_download_data.ipynb @@ -50,7 +50,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "In below cell, you are going to download sample input files from PCMDI server. The total size of dataset is about 2 GB, and so please be aware that downloading will take some time to complete. List of downloading files can be found in `data_files.txt` file." + "In below cell, you are going to download sample input files from PCMDI server. The total size of dataset is about 2 GB, and so please be aware that downloading will take some time to complete. List of downloading files can be found in [`data_files.txt`](data_files.txt) file." ] }, { @@ -103,6 +103,7 @@ "Preparing parameter file: basic_diurnal_fourier.py\n", "Preparing parameter file: basic_enso_param.py\n", "Preparing parameter file: basic_annual_cycle_param.py\n", + "Preparing parameter file: basic_extremes_param.py\n", "Preparing parameter file: basic_diurnal_std_hourly_mean.py\n", "Preparing parameter file: basic_diurnal_fourierAllGrid.py\n", "Preparing parameter file: basic_mov_param.py\n",