NOAA-GFDL / FMS

GFDL's Flexible Modeling System
Other
87 stars 128 forks source link

Update the data_table yaml format #1521

Open uramirez8707 opened 1 month ago

uramirez8707 commented 1 month ago

Is your feature request related to a problem? Please describe. The format of the data_table yaml will be updated to improve clarity and flexibility.

data_table:
- grid_name: ICE
  fieldname_in_model: sic_obs
  override_file:
  - file_name: INPUT/[hadisst_ice.data.nc](http://hadisst_ice.data.nc/)
    fieldname_in_file: ice
    interp_method: blinear
    multi_file:
    - next_file_name:
      prev_file_name:
    external_weights:
    - file_name: filename
      source: esmf
  factor: 0.01
  subregion:
  - type: "inside_region" #"outside_region"
    lon_start: 10
    lon_end: 11
    lat_start: 12
    lon_end: 13

Describe the solution you'd like

Describe alternatives you've considered N/A

Additional context N/A