Skip to content

Commit 9810430

Browse files
authored
small update
1 parent 2c35ee5 commit 9810430

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

documentation/docs/pages/decoding_mom6.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ Further details on search strategies are [here](https://docs.github.com/en/searc
3030
## Lessons learned from MOM6 code development
3131

3232
Presenter: @jbisits (11/12/2025).
33-
Take-home message: when starting development, take care with which version of the MOM6 code repository you fork from.
33+
!!! tip
34+
Take-home message: when starting development, take care with which version of the MOM6 code repository you fork from.
3435

3536
### Background
3637

37-
When @jbisits started work on MOM6, he went to google and found the MOM6 codebase and then made a fork of `mom-ocean/MOM6` (the [central consortium repository](https://github.com/mom-ocean/MOM6)). Actually if one is looking to contribute to the MOM6 codebase from Australia, there is an [access-nri/MOM6](https://github.com/access-nri/mom6) fork. They are different forks with different branches and code bases!
38+
When @jbisits started work on MOM6, he went to google and found the MOM6 codebase and then made a fork of `mom-ocean/MOM6` (the [central consortium repository](https://github.com/mom-ocean/MOM6)). Actually if one is looking to contribute to the MOM6 codebase _from_ Australia, there is an [access-nri/MOM6](https://github.com/access-nri/mom6) fork. They are different forks with different branches and code bases!
3839

3940
### How do I find out which version of MOM6 I am currently using?
4041

@@ -50,7 +51,7 @@ modules:
5051
- access-om3/2025.08.001
5152
```
5253
53-
Specifically note this line `access-om3/2025.08.001` highlights the [Spack bundle package](https://github.com/ACCESS-NRI/access-spack-packages/blob/main/packages/access-om3/package.py) and git tag that is being used for MOM6 code. One can then match this tag name `2025.08.001` from the model deployment repository, this link [lists all the tags](https://github.com/ACCESS-NRI/ACCESS-OM3/tags), and here is the tag we are looking for: [`2025.08.001`](https://github.com/ACCESS-NRI/ACCESS-OM3/releases/tag/2025.08.001).
54+
Specifically note that this line `access-om3/2025.08.001` highlights the [Spack bundle package](https://github.com/ACCESS-NRI/access-spack-packages/blob/main/packages/access-om3/package.py) and git tag that is being used for MOM6 code. One can then match this tag name `2025.08.001` from the model deployment repository, this link [lists all the tags](https://github.com/ACCESS-NRI/ACCESS-OM3/tags), and here is the tag we are looking for: [`2025.08.001`](https://github.com/ACCESS-NRI/ACCESS-OM3/releases/tag/2025.08.001) in this case.
5455

5556
Further information:
5657

0 commit comments

Comments
 (0)