Skip to content
Open
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
1 change: 1 addition & 0 deletions .github/workflows/link-checker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail: true
args: |
'./**/*.md'
--base-url https://esmvaltool.org/
--max-concurrency 1
--no-progress
--exclude-path 'meetings.md'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
# './**/*.md' './**/*.html' './**/*.rst'
args: >
./_site/**/*.html
--base-url https://esmvaltool.org/
--max-concurrency 1 --no-progress
--accept '100..=103,200..=399, 429'
--exclude https://doi.org/
Expand Down
6 changes: 6 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Browser automatically show /index.html instead of /index (lychee does not)
/index

# doi.org blocks bot requests
https://doi.org/

# error detected but working when accessed through browser:
https://blog.esciencecenter.nl/easy-ipcc-powered-by-esmvalcore-19a0b6366ea7
https://ai4pex.org/
https://www.mdpi.com/
https://essopenarchive.org/
https://journals.ametsoc.org/
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ exclude:
- Gemfile.lock
- LICENSE
- README.md
- report.md
- screenshot.png
- docs/
- vendor/
Expand Down
1 change: 0 additions & 1 deletion _posts/2023-12-20-New-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ Please refer to the Changelogs for an overview of the latest changes and additio

-------------------

Finally, a collection of output from 140 ESMValTool recipes run with version v2.10.0 is available on the [DKRZ portal](https://esmvaltool.dkrz.de/shared/esmvaltool/v2.10.0/).

Happy model evaluation with ESMValTool!
Loading