Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the data_table yaml format #1521

Closed
3 tasks done
uramirez8707 opened this issue May 14, 2024 · 0 comments
Closed
3 tasks done

Update the data_table yaml format #1521

uramirez8707 opened this issue May 14, 2024 · 0 comments
Labels
enhancement Issue/PR for a modification that increases performance, improves syntax, or adds functionality.

Comments

@uramirez8707
Copy link
Contributor

uramirez8707 commented May 14, 2024

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

@uramirez8707 uramirez8707 added the enhancement Issue/PR for a modification that increases performance, improves syntax, or adds functionality. label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR for a modification that increases performance, improves syntax, or adds functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant