-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/CliMA/ParameterEstimocean.jl …
…into ah/calibrate
- Loading branch information
Showing
29 changed files
with
95 additions
and
95 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name = "OceanLearning" | ||
name = "ParameterEstimocean" | ||
uuid = "eca81dc5-87a6-4430-aec8-c76695404a43" | ||
license = "MIT" | ||
authors = ["Adeline Hillier <[email protected]>", "Gregory L. Wagner <[email protected]>", "Navid C. Constantinou <[email protected]>", "and co-contributors"] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# OceanLearning.jl Documentation | ||
# ParameterEstimocean.jl Documentation | ||
|
||
## Overview | ||
|
||
OceanLearning provides a framework to calibrate turbulence closure parametrizations for ocean models. | ||
ParameterEstimocean provides a framework to calibrate turbulence closure parametrizations for ocean models. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
# Private types and functions | ||
|
||
Documentation for `OceanLearning.jl`'s internal interface. | ||
Documentation for `ParameterEstimocean.jl`'s internal interface. | ||
|
||
## OceanLearning | ||
## ParameterEstimocean | ||
|
||
```@autodocs | ||
Modules = [OceanLearning] | ||
Modules = [ParameterEstimocean] | ||
Public = false | ||
Pages = ["OceanLearning.jl"] | ||
Pages = ["ParameterEstimocean.jl"] | ||
``` | ||
|
||
## Transformations | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.Transformations] | ||
Modules = [ParameterEstimocean.Transformations] | ||
Public = false | ||
Pages = ["Transformations.jl"] | ||
``` | ||
|
||
## Observations | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.Observations] | ||
Modules = [ParameterEstimocean.Observations] | ||
Public = false | ||
``` | ||
|
||
## Ensemble Simulations | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.EnsembleSimulations] | ||
Modules = [ParameterEstimocean.EnsembleSimulations] | ||
Public = false | ||
``` | ||
|
||
## Parameters | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.Parameters] | ||
Modules = [ParameterEstimocean.Parameters] | ||
Public = false | ||
``` | ||
|
||
## Inverse Problems | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.InverseProblems] | ||
Modules = [ParameterEstimocean.InverseProblems] | ||
Public = false | ||
``` | ||
|
||
## EnsembleKalmanInversions | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.EnsembleKalmanInversions] | ||
Modules = [ParameterEstimocean.EnsembleKalmanInversions] | ||
Public = false | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
# Public Documentation | ||
|
||
Documentation for `OceanLearning.jl`'s public interface. | ||
Documentation for `ParameterEstimocean.jl`'s public interface. | ||
|
||
See the Internals section of the manual for internal package docs covering all submodules. | ||
|
||
## OceanLearning | ||
## ParameterEstimocean | ||
|
||
```@autodocs | ||
Modules = [OceanLearning] | ||
Modules = [ParameterEstimocean] | ||
Private = false | ||
``` | ||
|
||
## Transformations | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.Transformations] | ||
Modules = [ParameterEstimocean.Transformations] | ||
Private = false | ||
``` | ||
|
||
## Observations | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.Observations] | ||
Modules = [ParameterEstimocean.Observations] | ||
Private = false | ||
``` | ||
|
||
## Ensemble Simulations | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.EnsembleSimulations] | ||
Modules = [ParameterEstimocean.EnsembleSimulations] | ||
Private = false | ||
``` | ||
|
||
## Parameters | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.Parameters] | ||
Modules = [ParameterEstimocean.Parameters] | ||
Private = false | ||
``` | ||
|
||
## Inverse Problems | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.InverseProblems] | ||
Modules = [ParameterEstimocean.InverseProblems] | ||
Private = false | ||
``` | ||
|
||
## EnsembleKalmanInversions | ||
|
||
```@autodocs | ||
Modules = [OceanLearning.EnsembleKalmanInversions] | ||
Modules = [ParameterEstimocean.EnsembleKalmanInversions] | ||
Private = false | ||
``` |
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
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.