You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@
42
42
43
43
44
44
45
-
**AIBECS** (for **A**lgebraic **I**mplicit **B**iogeochemical **E**lemental **C**ycling **S**ystem, pronounced like the cool [ibex](https://en.wikipedia.org/wiki/Ibex)) is a Julia package that provides ocean biogeochemistry modelers with an easy-to-use interface for creating and running models of the ocean system.
45
+
**AIBECS** (for **A**lgebraic **I**mplicit **B**iogeochemical **E**lemental **C**ycling **S**ystem, pronounced like the cool [ibex](https://en.wikipedia.org/wiki/Ibex)) is a Julia package that provides ocean biogeochemistry modellers with an easy-to-use interface for creating and running models of the ocean system.
46
46
47
-
AIBECS is a system because it allows you to chose some biogeochemical tracers, define their interactions, select an ocean circulation and *Voilà!* — your model is ready to run.
47
+
AIBECS is a system because it allows you to choose some biogeochemical tracers, define their interactions, select an ocean circulation and *Voilà!* — your model is ready to run.
48
48
49
49
## Getting started
50
50
@@ -63,7 +63,7 @@ For a single tracer, *x* can be interpreted as the 3D field of its concentration
63
63
In AIBECS, *x* is represented as a column vector.
64
64
65
65
The operator 𝓣 is a spatial differential operator that represents the transport of tracers.
66
-
For example, for a single tracer transported by the ocean circulation,
66
+
For example, for a single tracer transported by ocean circulation,
67
67
68
68
𝓣 = ∇ ⋅ (***u*** + **K**∇)
69
69
@@ -81,8 +81,10 @@ That's pretty much the whole concept!
81
81
## References
82
82
83
83
If you use this package, please cite it.
84
-
And if you use data with these package (like the ocean circulation from the OCIM) please also cite them.
85
-
The references under bibtex format are available in the [CITATION.bib](./CITATION.bib) file.
84
+
85
+
If you use data provided by this package (like the ocean circulation from the OCIM), please cite them as well.
86
+
87
+
For convenience, all the references are available in [BibTeX](https://en.wikipedia.org/wiki/BibTeX) format in the [CITATION.bib](./CITATION.bib) file.
86
88
87
89
Also, if you want to do research using the AIBECS, and you think I could help, do not hesitate to contact me directly (contacts on my [website](www.bpasquier.com)), I would be happy to contribute and collaborate!
0 commit comments