FMS
2024.03
Flexible Modeling System
|
Private c function that gets the the ids of the blocks with block_name in the yaml file (see yaml_parser_binding.c) More...
Private Member Functions | |
subroutine | get_block_ids_all (file_id, block_name, block_ids) |
Private c function that gets the the ids of the blocks with block_name in the yaml file (see yaml_parser_binding.c)
Definition at line 190 of file yaml_parser.F90.
|
private |
[in] | file_id | File id of the yaml file to search |
[in] | block_name | The name of the block you are looking for |
[in,out] | block_ids | Id of the parent_block |
Definition at line 190 of file yaml_parser.F90.