There is a newer version of the record available.

Published March 22, 2018 | Version cice6.0.0.alpha
Software Open

CICE-Consortium/CICE Version 6.0.0.alpha

  • 1. Los Alamos National Laboratory
  • 2. Naval Research Laboratory Stennis Space Center
  • 3. National Center for Atmospheric Research
  • 4. National Oceanic and Atmospheric Administration (CTR)
  • 5. Geophysical Fluid Dynamics Laboratory
  • 6. Environment and Climate Change Canada
  • 7. Naval Postgraduate School
  • 8. Naval Research Laboratory Stennis Space Center (CTR)

Description

This is a preliminary, "alpha" release for CICE version 6. There have been numerous code modifications since version 5.1.2 (2015), including a major restructuring and refactoring of the code. Many of these changes are outlined below, some with links to the code changes themselves. The primary purpose of this alpha release is to provide a DOI number for referencing this CICE repository and the current code. This version of the code has been minimally tested; a number of upgrades, new tests and other modifications to this code base will occur before CICE version 6 released for production simulations.

Important changes to the code since CICE v5.1.2

Background:

CICE v5.1.2 was tagged at r954 of the subversion trunk. The last commit to the trunk was r1134. All changes after that were merged into "colpkg" branches. The rasm_colpkg branch was the starting point for what became the new github CICE repository. Subversion revision numbers not linked below [rnnnn] were in private branches of the svn repository and later merged into the trunk.

Major changes:

  • A new fast-ice parameterization
  • Full vertical biogeochemistry
  • Independent column physics package Icepack implemented as a git submodule
  • A flexible, extensible, robust interface between the column physics modules and the driver
  • A warning package that captures diagnostic and error information from within the column physics, for printing by the driver
  • Restructured code and forcing data directories
  • An entirely new scripting system
  • A comprehensive test suite of various configuration options, with quality control and compliance tests
  • Automated testing using Travis CI
  • Automated test reporting organized by hash, version, machine and branch, for both the primary Consortium repository and user forks
  • Online documentation
  • See also updates in Icepack releases and recent changes

Enhancements:

  • Change use of ULAT to TLAT to determine what latitudes initial ice is present in set_state_var [r970]
  • Add 4d fields to history (categories, vertical ice) r1076
  • Update PIO; Universal large file support [r1094]
  • Remove calendar_type from namelist options and initialize it based on the namelist flag use_leap_years. [r1098]
  • Add fbot to history output [r1107]
  • Add shortwave diagnostics [r1108]
  • Modifications to enable ocean and ice biogeochemical coupling [r1111, r1200]
  • Remove the computational overhead of coupling BGC when it is not being used [r1123]
  • Change reference to char_len in stop_label [r1143]
  • Add grounding scheme and tensile strength #52
  • Add new namelist options for dynamics parameters #52
  • Update Icepack version in CICE (Icepack v1.0.0 #81)
  • Modifications to stress diagnostics, including principal stress normalization and internal pressure #99

Bug fixes:

  • Properly read and rotate ocean currents from 3D gx1 netcdf data r959
  • Correct diagnostic output 'avg salinity' [r1022]
  • Bug fix for padded domains. r1031
  • Use VGRD instead of VGRDi for 3D [r1037]
  • change shortwave calculation to depend on the net shortwave sum instead of cosine of the zenith angle (not BFB: in addition to the different shortwave calculation, albedo output in history is different). r1076
  • Correct available history fields. [r1082]
  • Fix coupled restart bug; initialize coszen; adjust calendar_type implementation [r1094]
  • Port miscellaneous changes from the various column package branches back to the trunk. BFB in the standard configuration, but the initializations and conditional changes for coszen could change the answers in other configurations. Also the flux calculation change in ice_therm_itd.F90 could change the answers in coupled simulations. 1102
  • Ensure fractions of snow, ponds and bare ice add to one r1120
  • Zero out thin-pond fraction for radiation in cesm, topo pond schemes (not BFB), and set albedo=1 where/when there is no incoming shortwave (changes the average-albedo diagnostic), and fix thin (cesm) ponds overlapping snow. [r1126, r1132]
  • Fix padding when using the extended-grid functionality, to prevent arrays out of bounds. [r1128]
  • Change dynamics halo update mask from icetmask to iceumask (fixes occasional exact restart problem and error in halo update) [r1133]
  • Add surface flooding and surface runoff terms which increase with open water area in surface condition for update_hbrine, z_salinity, z_biogeochemistry [r1161]
  • Set all tracer values to c0 over land after initialization #16
  • Remove OpenMP directives for loops that do not appear to be thread safe #25
  • Remove iblk from timer starts #98

Additional information:

Regarding logic behind the ice_therm_itd.F90 modification at revision 1102, there are two namelist flags in play here:

update_ocn_f = true if the ocean model being coupled does not assume fresh water and salt content of frazil ice (e.g. HadGEM, ACME); otherwise update_ocn_f = false.

ktherm = 2 includes the fresh water and salt content of frazil ice in its calculations, consistent with update_ocn_f = true, and therefore if update_ocn_f = false then these need to be removed from the fluxes. ktherm = 0 and 1 do not include fresh water and salt content in their calculations, and therefore if update_ocn_f = true then they need to be added.

Diagnostics also change at r 1130: do not include frazil ice formation for the case ktherm=2 and update_ocn_f = F, by implementing a new variable frazil_diag. (POP assumes fresh water and salt fluxes due to frazil ice are not included in the coupling fluxes.) Reduces errors in the water and salt diagnostics.

 

Notes

Documentation available from http://cice-consortium-cice.readthedocs.io/en/master/index.html#

Files

CICE-Consortium/CICE-cice6.0.0.alpha.zip

Files (11.6 MB)

Name Size Download all
md5:aab253c22c371095ce4ff1621ecb9240
11.6 MB Preview Download

Additional details