Skip to content

Commit

Permalink
Change ESM1.5 cice version to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blimlim committed Jul 16, 2024
1 parent bd572c7 commit 8bc3511
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/models/configurations/access-esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This means it can simulate both the physical climate and global biogeochemical c

- **Ocean Biogeochemistry**: [WOMBAT](/models/model_components/bgc_ocean#wombat).

- **Sea ice**: [CICE5.1.2](/models/model_components/sea-ice#cice5).<br>
- **Sea ice**: [CICE4.1](/models/model_components/sea-ice#cice4).<br>
Same grid as Ocean.

- **Coupler**: [OASIS3-MCT](/models/model_components/coupler#oasis3-mct).
Expand Down
11 changes: 9 additions & 2 deletions docs/models/model_components/sea-ice.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,24 @@
CICE is a numerical model for simulating the growth, melting and movement of polar sea ice. This software package was developed by researchers at [Los Alamos National Laboratory team](https://www.lanl.gov) and is currently managed by the [CICE Consortium](https://github.com/CICE-Consortium/About-Us/wiki), an international group of institutions formed to maintain and develop CICE in the public domain.

### Configurations that use CICE
There are two CICE versions currently used in ACCESS models: [CICE5](https://github.com/CICE-Consortium/CICE-svn-trunk) and [CICE6](https://github.com/CICE-Consortium/CICE).
There are three CICE versions currently used in ACCESS models:
[CICE4](https://github.com/CICE-Consortium/CICE-svn-trunk/tree/svn/tags/release-4.1),
[CICE5](https://github.com/CICE-Consortium/CICE-svn-trunk) and [CICE6](https://github.com/CICE-Consortium/CICE).
<!-- Tab labels -->
<div class="tabLabels" label="CICE-versions">
<button id="cice4">CICE4</button>
<button id="cice5">CICE5</button>
<button id="cice6">CICE6</button>
</div>
<!-- Tab content -->
<div class="tabContents" label="CICE-versions">
<!-- CICE4 -->
<div>
<p>CICE4 is used in <a href="/models/configurations/access-esm#access-esm15">ACCESS-ESM1.5</a> .</p>
</div>
<!-- CICE5 -->
<div>
<p>CICE5 is used in <a href="/models/configurations/access-cm#access-cm2">ACCESS-CM2</a>, <a href="/models/configurations/access-esm#access-esm15">ACCESS-ESM1.5</a> and <a href="/models/configurations/access-om#access-om2">ACCESS-OM2</a>.</p>
<p>CICE5 is used in <a href="/models/configurations/access-cm#access-cm2">ACCESS-CM2</a> and <a href="/models/configurations/access-om#access-om2">ACCESS-OM2</a>.</p>
</div>
<!-- CICE6 -->
<div>
Expand Down

0 comments on commit 8bc3511

Please sign in to comment.