-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
853: add special cases for projection from Covariant => Contravariant r=charleskawczynski a=simonbyrne 909: Fix differentiability of local element map r=simonbyrne a=simonbyrne I was experimenting with `IntrinsicMap` and noticed some sign errors in the metric terms due to the non-differentiable extra branches for handling of signed zeros. This is a simpler and better approach. - [X] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A. - [X] Unit tests are included OR N/A. - [X] Code is exercised in an integration test OR N/A. - [X] Documentation has been added/updated OR N/A. 910: Fix Zalesak FCT docstring and add it to the Docs r=simonbyrne a=valeriabarra This PR adds the Zalesak FCT operator to the docs since #887 did not include it. Plus some additional doc fixes and improvements. - [x] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A. - [x] Unit tests are included OR N/A. - [x] Code is exercised in an integration test OR N/A. - [x] Documentation has been added/updated OR N/A. Co-authored-by: Simon Byrne <[email protected]> Co-authored-by: Charles Kawczynski <[email protected]> Co-authored-by: Valeria Barra <[email protected]>
- Loading branch information
Showing
11 changed files
with
448 additions
and
173 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
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
Oops, something went wrong.