libsim
Versione 7.1.6
|
Check whether the corresponding object has been correctly associated. Continua...
Check whether the corresponding object has been correctly associated.
Set of LOGICAL functions to check whether a grid_file_id or a grid_id object have been correctly associated to a file or a grid. For a grid_file_id object it returns .FALSE. if the file has not been opened correctly or if the object has been initialized as empty. For a grid_id object it returns .FALSE. if the grid has not been correctly obtained from the file or if the object has been initialized as empty. They work both on scalars and 1-d array objects.
this | (TYPE(grid_file_id) or TYPE(grid_id)) object to be checked. |
Definizione alla linea 375 del file grid_id_class.F90.