NOC-MSM / pyBDY

pyBDY: a Python based regional NEMO model configuration toolbox.
GNU General Public License v3.0
7 stars 7 forks source link

bypassing time interpolation for child=parent frequency boundaries #124

Closed anwiseNOCL closed 1 year ago

anwiseNOCL commented 1 year ago

Example of the issue: When using monthly input fields, pyBDY will create boundary outputs that have been interpolated to a daily frequency. It may (generally) be desirable to have the output as monthly, i.e. same as parent / not interpolated.

I think this is similar to #1

Plan:

  1. Add option to namelist to control this behaviour
  2. modify the code so that this happens