FMS  2024.03
Flexible Modeling System
get_block Interface Reference

Private c function that get the block name from a block_id in a yaml file. More...

Private Member Functions

type(c_ptr) function get_block (file_id, block_id)
 

Detailed Description

Private c function that get the block name from a block_id in a yaml file.

Returns
String containing the value obtained

Definition at line 141 of file yaml_parser.F90.

Constructor & Destructor Documentation

◆ get_block()

type(c_ptr) function get_block ( integer(kind=c_int), intent(in)  file_id,
integer(kind=c_int), intent(in)  block_id 
)
private
Parameters
[in]file_idFile id corresponding to the yaml file that was opened
[in]block_idBlock_id to get the block name for

Definition at line 141 of file yaml_parser.F90.


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