Menu

#467 Could not read 'grid_type' in topo.nc.

Unstructured
open
Knut
2019-12-28
2018-03-06
No

On the Kronos system at BAW, mk reports the following:

ich habe nun einen ersten, leider erfolglosen Test mit Intel2016 und "system-"NETCDF durchgeführt. Die Abbruchmeldung lautet wie folgt:

  Stop:           2000-02-01T00:00:00
    ==>           31  day(s) and            0  seconds ==>       535680

micro time steps
init_domain
Reading bathymetry and grid information ...
using NetCDF version: 4.4.1.1 of Jan 26 2018 15:32:48 $

FATAL NETCDF ERROR: Called from ncdf_check_grid()
FATAL NETCDF ERROR: Could not read 'grid_type' in topo.nc.
NETCDF MESSAGE : Unknown error 538976288

application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0

Primary job terminated normally, but 1 process returned

Discussion

  • Carsten Lemmen

    Carsten Lemmen - 2018-03-06

    ist die variable grid_type in der topo.nc definiert?

         netcdf topo {
    

    dimensions:
    y = 100 ;
    x = 140 ;
    x_T = 139 ;
    y_T = 99 ;
    var = 1 ;
    variables:
    double convx(y, x) ;
    float bathymetry(y_T, x_T) ;
    bathymetry:missing_value = -10.f ;
    float dbotlin(y_T, x_T) ;
    float dbotper(y_T, x_T) ;
    float z0(y_T, x_T) ;
    float latx(y, x) ;
    float lonx(y, x) ;
    float xx(y, x) ;
    float yx(y, x) ;
    float grid_type(var) ;

    // global attributes:

     
  • Carsten Lemmen

    Carsten Lemmen - 2019-12-28
    • Milestone: Regridding --> Unstructured
     

Log in to post a comment.

MongoDB Logo MongoDB