Changes between Initial Version and Version 1 of Ticket #932


Ignore:
Timestamp:
03/24/23 23:57:40 (16 months ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #932

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #932 – Description

    initial v1  
    1 * Several versions of **gfortran** failed when the Fortran intrinsic function **PACK** had a pointer as the first argument. The **PACK** function is used when reading NetCDF files, and the **CHECKSUM** option is activated. So, for example, in nf_fread2d.F, we need to have instead:
     1* Several versions of **gfortran** failed when the Fortran intrinsic function **PACK** had a pointer as the first argument. The **PACK** function is used when reading NetCDF files, and the **CHECKSUM** option is activated. So, for example, in **nf_fread2d.F**, we need to have instead:
    22 {{{
    33      IF (Lchecksum) THEN