NOAA-GFDL / FMS

GFDL's Flexible Modeling System
Other
92 stars 134 forks source link

Parser: Add ability to read in generic blocks #1519

Closed uramirez8707 closed 2 months ago

uramirez8707 commented 4 months ago

Description Adds three new subroutines to the parser:

public :: get_num_unique_blocks
public :: get_unique_block_ids
public :: get_block_name

These are needed in order to read the new format of the field table yaml described in #1520

Fixes #1520

How Has This Been Tested? CI, including new test

Checklist: