FMS 2025.01.02-dev
Flexible Modeling System
|
Private c function that get the block name from a block_id in a yaml file. More...
Public Member Functions | |
type(c_ptr) function | get_block (file_id, block_id) |
Private c function that get the block name from a block_id in a yaml file.
Definition at line 144 of file yaml_parser.F90.
type(c_ptr) function get_block | ( | integer(kind=c_int), intent(in) | file_id, |
integer(kind=c_int), intent(in) | block_id | ||
) |
[in] | file_id | File id corresponding to the yaml file that was opened |
[in] | block_id | Block_id to get the block name for |
Definition at line 144 of file yaml_parser.F90.