MetOffice / opsinputs

JEDI library generating VarObs and Cx files
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Update time window configuration #189

Closed ctgh closed 11 months ago

ctgh commented 1 year ago

Description

Update the configuration of the assimilation time window.

Yaml changes

The new yaml configuration is as follows:

time window:
  begin: <start datetime>
  length|end: <length|end datetime>
  bound to include: <begin|end (default)>

All yaml files were changed using the script shown in the accompanying oops PR.

Issue

Resolves #188

Dependencies

Coordinate merge required