FMS  2024.03
Flexible Modeling System
is_valid_file_id Interface Reference

Private c function that checks if a file_id is valid (see yaml_parser_binding.c) More...

Private Member Functions

logical(kind=c_bool) function is_valid_file_id (file_id)
 

Detailed Description

Private c function that checks if a file_id is valid (see yaml_parser_binding.c)

Returns
Flag indicating if the file_id is valid

Definition at line 84 of file yaml_parser.F90.

Constructor & Destructor Documentation

◆ is_valid_file_id()

logical(kind=c_bool) function is_valid_file_id ( integer(kind=c_int), intent(in)  file_id)
private
Parameters
[in]file_idFile id corresponding to the yaml file that was opened
Returns
Flag indicating if the file_id is valid

Definition at line 84 of file yaml_parser.F90.


The documentation for this interface was generated from the following file: