Skip to content

Commit 26bfca9

Browse files
committed
deploy: 55bcf11
0 parents  commit 26bfca9

File tree

123 files changed

+17487
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+17487
-0
lines changed

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 4f40424870496e9f13f2148c368ddb2c
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/api.doctree

3.28 KB
Binary file not shown.

.doctrees/changelog.doctree

5.57 KB
Binary file not shown.

.doctrees/environment.pickle

1.69 MB
Binary file not shown.

.doctrees/index.doctree

7.41 KB
Binary file not shown.

.doctrees/modules/inputs.doctree

4.76 KB
Binary file not shown.
5.38 KB
Binary file not shown.
5.88 KB
Binary file not shown.
3.26 KB
Binary file not shown.

.doctrees/modules/runs.doctree

6.59 KB
Binary file not shown.
2.73 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
2.71 KB
Binary file not shown.
22.2 KB
Binary file not shown.

.doctrees/modules/src.doctree

3.89 KB
Binary file not shown.

.doctrees/modules/src.fourier.doctree

28.8 KB
Binary file not shown.

.doctrees/modules/src.io.doctree

92.5 KB
Binary file not shown.

.doctrees/modules/src.lin_reg.doctree

21 KB
Binary file not shown.

.doctrees/modules/src.physics.doctree

15.5 KB
Binary file not shown.
11.2 KB
Binary file not shown.

.doctrees/modules/src.utils.doctree

113 KB
Binary file not shown.

.doctrees/modules/src.var.doctree

52.7 KB
Binary file not shown.
47.6 KB
Binary file not shown.

.doctrees/modules/vis.doctree

3.57 KB
Binary file not shown.

.doctrees/modules/vis.plotter.doctree

86.1 KB
Binary file not shown.
Binary file not shown.

.doctrees/modules/wrappers.doctree

5.11 KB
Binary file not shown.
96 KB
Binary file not shown.

.doctrees/quick_start.doctree

17.5 KB
Binary file not shown.

.doctrees/refs.doctree

4.01 KB
Binary file not shown.

.doctrees/tutorial.doctree

2.57 KB
Binary file not shown.

.nojekyll

Whitespace-only changes.
Lines changed: 256 additions & 0 deletions
Loading

_sources/api.rst.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
API
2+
===
3+
.. toctree::
4+
5+
modules/inputs
6+
modules/runs
7+
modules/wrappers
8+
modules/src
9+
modules/vis
10+
11+
12+
.. .. autosummary::
13+
.. :toctree: modules
14+
.. :recursive:
15+
..
16+
.. inputs

_sources/changelog.rst.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Change log
2+
==========
3+
4+
.. changelog::
5+
:towncrier: ../../
6+
:towncrier-skip-if-empty:
7+
:changelog_file: ../../CHANGELOG.rst

_sources/index.rst.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
CSAM's Home
2+
===========
3+
4+
.. toctree::
5+
:hidden:
6+
7+
self
8+
quick_start
9+
tutorial
10+
api
11+
changelog
12+
refs
13+
14+
.. toctree::
15+
:hidden:
16+
:caption: Links
17+
18+
GitHub repo <https://github.com/ray-chew/spec_appx>
19+
20+
21+
22+
This page documents the codebase for the Constrained Spectral Approximation Method (CSAM). CSAM is a physically sound and robust method for approximating the spectrum of subgrid-scale orography. It operates under the following constraints:
23+
24+
* Utilises a limited number of spectral modes (no more than 100)
25+
* Significantly reduces the complexity of physical terrain by over 500 times
26+
* Maintains the integrity of physical information to a large extent
27+
* Compatible with unstructured geodesic grids
28+
* Inherently scale-aware
29+
30+
This method is primarily used to represent terrain for weather forecasting purposes, but it also shows promise for broader data analysis applications.
31+
32+
Acknowledgment
33+
--------------
34+
This work has been made possible by the generosity of Eric and Wendy Schmidt through the `Schmidt Futures Virtual Earth System Research Institute’s <https://www.schmidtfutures.org/our-work-old/virtual-earth-system-research-institute-vesri/>`_ `DataWave Project <https://datawaveproject.github.io/>`_.
35+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
inputs.lam\_run
2+
===============
3+
4+
.. automodule:: inputs.lam_run
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+

_sources/modules/inputs.rst.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
`inputs`
2+
========
3+
4+
.. automodule:: inputs
5+
6+
.. rubric:: Modules
7+
8+
.. toctree::
9+
:maxdepth: 2
10+
11+
inputs.lam_run
12+
inputs.selected_run
13+
14+
.. :toctree:
15+
.. :recursive:
16+
17+
.. inputs.corrections_diagnostics
18+
.. inputs.diagnostics
19+
.. inputs.iter_solve
20+
.. inputs.lam_alaska_pmf_selector
21+
..
22+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
inputs.selected\_run
2+
====================
3+
4+
.. automodule:: inputs.selected_run
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+

0 commit comments

Comments
 (0)