Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in docs #500

Merged
merged 3 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
- Configuration files in swell

- [Observation configuration](configs/observation_configuration.md)
- [Model configuration](configs/model_configuration.md)
- [SLURM configuration](configs/slurm_configuration.md)
- Model configuration:
- [CICE6](configs/model_configurations/cice6.md)
- [MOM6](configs/model_configurations/mom6.md)
- [MOM6](configs/model_configurations/history_outputs.md)

- Tasks

Expand Down
4 changes: 3 additions & 1 deletion docs/configs/model_configurations/history_outputs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# History outputs

History outputs, as opposed to model restarts containing full diagnostic fields, provides a subset of variables in preset frequencies. They are typically used for providing more frequent outputs of reduced dimension variables for plotting or analysis (i.e., vertically averaged or surface-only, such as SST).

GEOSgcm provides a mechanism for dumping restarts (aka `_checkpoint`) more frequently via `Restart Record Parameters` section in `AGCM.rc`. However, this causes model to stop and create these large files with full model fields which is undesirable for long simulation times.
Expand Down Expand Up @@ -44,4 +46,4 @@ model:
tstep: PT3H
```

More details can be found in [JEDI/SOCA documentation](https://jointcenterforsatellitedataassimilation-jedi-docs.readthedocs-hosted.com/en/latest/inside/jedi-components/soca/index.html).
More details can be found in [JEDI/SOCA documentation](https://jointcenterforsatellitedataassimilation-jedi-docs.readthedocs-hosted.com/en/latest/inside/jedi-components/soca/index.html).
2 changes: 1 addition & 1 deletion docs/configuring_cylc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Additionally `cylc` uses a file called `$HOME/.cylc/flow/global.cylc` to control
The contents of the above two files will be platform specific.
---

See [Configuring Cylc Discover](platforms/configuring_cylc_discover.md) for instructions on configuring cylc for Discover.
See [Configuring Cylc Discover](platforms/discover/configuring_cylc_discover.md) for instructions on configuring cylc for Discover.