Skip to content

Releases: CISM/cism

release-cism2.1.03

08 Jul 17:31
Compare
Choose a tag to compare

Fix dummy argument aliasing issue

NAG version 6.2 catches a problem with passing the same variable to two
different arguments of a subroutine, one of which is intent(out). The
fix is to use a separate copy of the local variable for one of the
arguments.

release-cism2.1.02

06 Jul 16:07
Compare
Choose a tag to compare

Version for CISM2.1 GMD paper

Compared to the last tag, major changes in this tag are:

  • Allow more characters in message string

  • Added a depth-dependent bmlt_float option

CISM v2.0.5

28 Aug 19:48
Compare
Choose a tag to compare

Rework test case scripts and directory structure for compatability with LIVV.

CISM v2.0.4

21 Nov 22:40
Compare
Choose a tag to compare

Bug fixes:

  • Set bflx to 0 when computed value is very close to 0 - avoids potential erroneous change in bed temperature.
  • Fix incorrect indexing of arrays passed to glissade_calcpmpt(), which resulted in incorrect values for the pressure melting point temperature in the column.

CISM v2.0.3

21 Nov 22:40
Compare
Choose a tag to compare

Bug fixes

  •  removed DNO_RESCALE from Fortran compiler lines in a few builds scripts where causing errors
    
  •  replaced GLIMMER_ prefix in a few builds scripts with newer CISM_ prefix
    

CISM v2.0.2

19 Nov 21:28
Compare
Choose a tag to compare

Bug fix:

  • add 'output' and 'scratch' dirs to ISMIP-HOM test case

CISM v2.0.1

12 Nov 16:46
Compare
Choose a tag to compare

Bug fixes:

  • Fix bug in ocean penetration parameterization
  • Add stop to parallel_slap.F90 parallel_stop()
  • Adding empty directory to Ross test case

CISM v2.0

23 Oct 20:52
Compare
Choose a tag to compare

First public release of CISM with parallel, higher-order dynamical core.