-
Notifications
You must be signed in to change notification settings - Fork 12
Master esm1.6 merge #74
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
Closed
Closed
Conversation
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
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_GC3_GA7@357 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
…models/cice_GC3_GA7_hxyo/ git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_GC3_GA7@358 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_GC3_GA7@359 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_GC3_GA7@360 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_GC3_GA7@366 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_GC3_GA7@367 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_GC3_GA7@368 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_GC3_GA7@372 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_gsi8.1@393 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_gsi8.1@394 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_gsi8.1@395 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_gsi8.1@396 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
… years. git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_gsi8.1@402 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_gsi8.1@403 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
…tion errors. git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_gsi8.1@404 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_gsi8.1@405 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
git-svn-id: file:///g/data/access/access-svn/cice/branches/access/cice_gsi8.1@406 f6bd92a4-46cf-401b-8a38-b7f7993d28bf
* Use CICE_VERSION instead of CICE_COMMIT_HASH
Fix syntax errors and stop running git at build time
* Add compilation CI * Typo in test-build.yml * Add Add-compilation-CI branch to push def * Remove undeeded branch * Use spack-packages branch for testing * Remove spack-packages-version * Re-add spaqck-packages-version * Renamed spack-packages branch to lower case
Replaced old test CI with generic CI
References new build-ci model-1-build.yml workflow
Add link to doco and note in readme
* Add build ci for access-esm1.6 branch
* Needed to support oneapi 2025 compiler.
* Needed to support oneapi 2025 compiler.
Add license file from CICE-consortium
CICE actually uses a proleptic gregorian calendar, see https://cfconventions.org/Data/cf-conventions/cf-conventions-1.12/cf-conventions.html#calendar
Add license file from CICE-consortium
Ported https://github.com/ACCESS-NRI/cice4/blob/694a9fbd4ac29dc841b38aff002eb36da5b650f1/source/ice_history.F90#L2184-L2198 to cice5. This avoids post-processing interpreting end of the time interval timestamps as the subsequent time interval.
Implement dump last in ESM1.6 driver
This makes the assumed salinity of sea ice configurable, so we can set it the same as the MOM value (configured in MOM [here](https://github.com/ACCESS-NRI/access-esm1.6-configs/blob/88ac5aab5d6d2500209b7d610e68e5c2928222d4/ocean/input.nml#L367)) We use 4ppt in MOM for historical reasons, and did that in [CICE4](https://github.com/ACCESS-NRI/cice4/blob/694a9fbd4ac29dc841b38aff002eb36da5b650f1/source/ice_init.F90#L243) too.
It's hard to set this in the namelist because it is used at compile time to define several parameters Set per MOM5 value: https://github.com/ACCESS-NRI/FMS/blob/bf9b80423ea4f66efa389e03d3c19b26c009e8b6/constants/constants.F90#L90
* Expose ksno (thermal conductivity of snow ) to the namelist Typical default value is 0.3, for CM2, use 0.2
Co-authored-by: Spencer Wong <88933912+blimlim@users.noreply.github.com>
This change couples the fields expect by UM7.3 with CICE5, and implements spreading of meltwater from icesheets. This coupling is limited to 0-layer thermodynamics in CICE5, due to how the fluxes from the UM are calculated and the assumptions made to calculate the fluxes. Test results are shown in ACCESS-NRI/access-esm1.6-configs#80 --------- Co-authored-by: Dave Bi <dhb599@gadi-login-07.gadi.nci.org.au> Co-authored-by: Spencer Wong <88933912+blimlim@users.noreply.github.com>
* Replace caltype with use_leap_years * Abort on coupling namelist read error Co-authored-by: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> * Produce error when dt_cpl_io configured in namelist --------- Co-authored-by: Anton Steketee <79179784+anton-seaice@users.noreply.github.com>
* Write model year as restart attribute --------- Co-authored-by: Anton Steketee <79179784+anton-seaice@users.noreply.github.com>
* Fail on non-midnight restarts, because the start time and date calculations don't support this with access/auscom mods.
* Hardcode init_date to 00010101 * Set runtime0, iniyear, iniday, inimon from restart file * Hardcode time=0 for callendar call during restart initialisation. Comment linking to frz_onset issue * Provide detailed namelist error messages Co-authored-by: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Co-authored-by: anton-seaice <anton.steketee@anu.edu.au>
Co-authored-by: Siobhan O'Farrell <spo599@gadi-login-02.gadi.nci.org.au>
--------- Co-authored-by: Nic Hannah <nichannah@pm.me>
* Abort if failed to open input_ice.nml
The file names now follow ocean convention: e.g. iceh-daily_0786-01.nc instead of iceh_d.0786-01.nc
For access-cm2 with multilayer coupling, default is 1e-5, otherwise default to puny
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.