Problem with reading the namelists in case of grb1 input, but ncdf output – in #10: INT2LM

in #10: INT2LM

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

  @burkhardtrockel in #2add0b4

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

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