forked from COSIMA/cice5
-
Notifications
You must be signed in to change notification settings - Fork 0
Master esm1.6 merge #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
anton-seaice
wants to merge
58
commits into
master
Choose a base branch
from
master-esm1.6-merge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
1071b67
Import from /short/p66/dhb599/ACCESS-CM2/submodels/cice_GC3_GA7_hxyo/
51af00a
Updated cpl_forcing_handler.F90 from /short/p66/dhb599/ACCESS-CM2/sub…
6f30219
I2A coupling bug fix
8d76453
ice errmax tolorance x 10
4520c26
dhb599 mod driver files
2b434c7
ukmo:changeset 145,146,163 & 134
2b9eba7
Bug fix in ice constants
823a987
add dhb599 iceberg scheme
407ade8
New branch for GSI 8.1
a24447b
Remove symliink before adding back as file
6e363ca
Add code changes from Arnold's cice512_av853
9953401
Add iceberg_factor (from Dave)
8b553d9
Add extra call to set_calendar to fix naming of history files in leap…
575c1e7
Write messages to stderr and call mpi_abort with correct arguments.
d1c40ef
Create netCDF files as netcdf4-classic for better detection of trunca…
d49e6bc
Only write namelist info from master PE
61ab72a
Add coupling timers for ACCESS
0a84ab1
Create README.md
anton-seaice 8be14fe
Add build ci (#21)
anton-seaice 2898631
bld/makdep.c: add a return type to main() (#22)
harshula ec1e2cb
Set netcdf output calendar attributes correctly (#26)
anton-seaice 77baf8a
Add license file (#29)
anton-seaice bbf2892
Set netcdf history timestamp in middle of month (#34)
anton-seaice ed83b97
Modify dump_last for use in esm1.6
blimlim d87c459
Keep original implementation for non-coupled model
blimlim 5471bbf
Merge pull request #38 from ACCESS-NRI/esm1.6-dump-last
blimlim 8f074fa
expose ice_ref_salinity to the namelist (#36)
anton-seaice 15fa7de
Set cp_ocn to same value as MOM (#40)
anton-seaice 267d4be
Expose ksno (thermal conductivity of snow ) to the namelist (#41)
anton-seaice 58eeccf
ESM1.6 Readme (#44)
anton-seaice 90a7164
Setup coupling for esm1.6 (#33)
anton-seaice d8804b6
Replace `caltype` with `use_leap_years` (#42)
blimlim ce970cd
ESM1.6: Write current year to restart (#46)
blimlim 0bd0131
Fail on non midnight restarts (#47)
anton-seaice 381f5b4
Use ifort for preprocessor directives (#52)
anton-seaice fe901d6
ESM1.6 Read start date and time from restart file (#48)
blimlim 3ce7ce8
Set aicenmin consistent with UM7.3 (#54)
anton-seaice e8720da
Mask iceberg flux (#55)
blimlim 831e2eb
Merge netcdf code from master branch (#57)
anton-seaice c3437aa
ESM1.6: Abort on failed namelist open (#62)
blimlim bce3629
Support multiple history timesteps per file (#59)
anton-seaice 16e26c8
Move aicenmin to namelist (#64)
anton-seaice 681a2c6
Update to CMIP7 diagnostics (#35)
anton-seaice 5828e0c
Fix sndmasssn (#78)
anton-seaice 156780b
Merge 'access-esm1.6' into master (e.g. access-om2) branch
anton-seaice 1d35801
Merge remote-tracking branch 'origin/master' into master-esm1.6-merge
anton-seaice 2bb20e4
Merge remote-tracking branch 'origin/master' into master-esm1.6-merge
anton-seaice b7e4301
Merge remote-tracking branch 'origin/access-esm1.6' into master-esm1.…
anton-seaice 3f8ba8a
Use ACCESS instead of AusCOM for ESM1.6, some merge tidyup
anton-seaice 7a40ca0
Support CMake Build for esm1.6
anton-seaice 442d45b
Remove unused files
anton-seaice 5586d4d
Sync namelist error handling between ACCESS & AUSCOM
anton-seaice 99ce18a
Use double precision for time diagnostic
anton-seaice 8031135
Fix ordering of setting aicenmin
anton-seaice f04d945
Turn off per process logging - not used
anton-seaice eb00a6d
Reinstate elevated limits for thermo errors in esm1.6
anton-seaice af61594
Send all nu_diag logging to one file
anton-seaice 1086aec
Merge branch 'master' into master-esm1.6-merge
anton-seaice File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
16 changes: 16 additions & 0 deletions
16
.github/build-ci/manifests/oneapi-cice5-cmake-esm1p6.spack.yaml.j2
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| spack: | ||
| specs: | ||
| - 'cice5@git.{{ ref }}=stable {{ esm1p6 }} ^openmpi@4' | ||
| - 'cice5@git.{{ ref }}=stable {{ esm1p6 }} ^openmpi@5' | ||
| - 'cice5@git.{{ ref }}=stable build_type=Debug {{ esm1p6 }}' | ||
| packages: | ||
| gcc-runtime: | ||
| require: | ||
| '%gcc' | ||
| all: | ||
| require: | ||
| - '%{{ oneapi_compiler }}' | ||
| - 'target={{ target }}' | ||
| concretizer: | ||
| unify: false | ||
| view: false |
File renamed without changes.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See https://github.com/ACCESS-NRI/cice5/compare/access-esm1.6..ACCESS-NRI:cice5:master-esm1.6-merge#diff-2c7dbe2cf0984fe0b1235114fb00340f8c77833dd06166b75983acc98ce26335
This file follows the access-esm1.6 branch except for minor formatting changes