-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5dc9a32
commit 84b81ec
Showing
13 changed files
with
92 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,3 +129,7 @@ dmypy.json | |
|
||
# Pyre type checker | ||
.pyre/ | ||
|
||
node_modules/ | ||
.next/ | ||
generated/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# API | ||
|
||
```{eval-rst} | ||
.. currentmodule:: cmip6_downscaling | ||
``` | ||
|
||
## Data | ||
|
||
```{eval-rst} | ||
.. autosummary:: | ||
:toctree: generated/ | ||
data.cmip.postprocess | ||
data.cmip.load_cmip | ||
data.cmip.get_gcm | ||
data.observations.open_era5 | ||
data.utils.to_standard_calendar | ||
data.utils.lon_to_180 | ||
``` | ||
|
||
## Downscaling Methods | ||
|
||
```{eval-rst} | ||
.. currentmodule:: cmip6_downscaling.methods | ||
``` | ||
|
||
### BCSD | ||
|
||
```{eval-rst} | ||
.. autosummary:: | ||
:toctree: generated/ | ||
bcsd.tasks.spatial_anomalies | ||
bcsd.tasks.fit_and_predict | ||
bcsd.tasks.postprocess_bcsd | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
|
||
set -xe | ||
|
||
source ~/.bashrc | ||
|
||
micromamba activate cmip6-downscaling-docs | ||
|
||
# build json content | ||
make json | ||
ls _build/json/* |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
84b81ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
cmip6-downscaling – ./
cmip6-downscaling.vercel.app
cmip6-downscaling-git-main-carbonplan.vercel.app
cmip6-downscaling-carbonplan.vercel.app