May be the IF clause below can fix this. If so, it should be introduced in the next INT2LM version.
#ifdef NETCDF IF (TRIM == ‘ncdf’) THEN ! to prevent an often error from users read dimension lengths from data file ierrstat = nc_get_dimlen(TRIM//’/’//TRIM, ‘rlon’, ie_ext, yerrmsg) ierrstat = nc_get_dimlen(TRIM//’/’//TRIM, ‘rlat’, je_ext, yerrmsg) ENDIF #endif
Push notifications in your browser are not yet configured.
May be the IF clause below can fix this. If so, it should be introduced in the next INT2LM version.