Releases: CISM/cism
Releases · CISM/cism
release-cism2.1.03
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
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
Rework test case scripts and directory structure for compatability with LIVV.
CISM v2.0.4
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
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
Bug fix:
- add 'output' and 'scratch' dirs to ISMIP-HOM test case
CISM v2.0.1
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
First public release of CISM with parallel, higher-order dynamical core.