Skip to content

Commit

Permalink
Reduce imports and add to website
Browse files Browse the repository at this point in the history
  • Loading branch information
megandevlan committed Nov 18, 2024
1 parent ba37cf7 commit ccd80b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 983 deletions.
8 changes: 4 additions & 4 deletions examples/key_metrics/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ compute_notebooks:
# nyears: 25

lnd:
LandAtm_CouplingIndex_V2:
Global_TerrestrialCouplingIndex_VisualCompareObs:
parameter_groups:
none:
clmFile_h: '.h0.'
Expand Down Expand Up @@ -194,9 +194,9 @@ book_toc:
# chapters:
# - file: ocn/ocean_surface

# - caption: Land
# chapters:
# - file: lnd/land_comparison
- caption: Land
chapters:
- file: lnd/Global_TerrestrialCouplingIndex_VisualCompareObs

# - caption: Sea Ice
# chapters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,13 @@
"import glob\n",
"import numpy as np\n",
"import xarray as xr\n",
"import datetime\n",
"from datetime import date, timedelta\n",
"import dask\n",
"from datetime import timedelta\n",
"import pandas as pd\n",
"import sys\n",
"\n",
"# Plotting utils\n",
"import matplotlib\n",
"import matplotlib.pyplot as plt\n",
"import cartopy\n",
"import cartopy.crs as ccrs\n",
"import uxarray as uxr"
]
Expand Down
Loading

0 comments on commit ccd80b7

Please sign in to comment.