Skip to content

Commit

Permalink
Document solar radiation library in README.md.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595602930
Change-Id: I0b37369d622ab81c324d930f4ee2ebd798fb74dc
  • Loading branch information
voctav committed Jan 4, 2024
1 parent e70b8ca commit effffb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ The one-step implementation of GraphCast architecture, is provided in
and all of the wrappers implement.
* `rollout.py`: Similar to `autoregressive.py` but used only at inference time
using a python loop to produce longer, but non-differentiable trajectories.
* `solar_radiation.py`: Computes Top-Of-the-Atmosphere (TOA) incident solar
radiation compatible with ERA5. This is used as a forcing variable and thus
needs to be computed for target lead times in an operational setting.
* `typed_graph.py`: Definition of `TypedGraph`'s.
* `typed_graph_net.py`: Implementation of simple graph neural network
building blocks defined over `TypedGraph`'s that can be combined to build
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"colabtools",
"dask",
"dm-haiku",
"dm-tree",
"jax",
"jraph",
"matplotlib",
"numpy",
"pandas",
"rtree",
"scipy",
"tree",
"trimesh",
"typing_extensions",
"xarray",
Expand Down

0 comments on commit effffb2

Please sign in to comment.