NCAR / MPAS-Workflow

Scripts for controlling DA workflows with MPAS-Model and mpas-bundle
Apache License 2.0
20 stars 15 forks source link

The time window format for yaml files has changed in the develop branch of mpas-jedi #284

Closed jim-p-w closed 8 months ago

jim-p-w commented 9 months ago

The yaml files which specify window begin and window length must be changed. The new format (in the develop branch of mpas-jedi) is

time window:
  begin:
  length:

See discussion 75 in JCSDA-internal and PR 932 in mpas-jedi

liujake commented 9 months ago

Yes. But we need to first make current develop branch work properly with 2.1 code, then cut off a branch named with v2.1 for our experimentation. Then we can continue to fix this to make it with the develop code.

jim-p-w commented 9 months ago

Yes. But we need to first make current develop branch work properly with 2.1 code, then cut off a branch named with v2.1 for our experimentation. Then we can continue to fix this to make it with the develop code.

@liujake You mean make the develop branch of MPAS-Workflow work with the release/2.1.0 branch of mpas-bundle?

liujake commented 9 months ago

Yes. We still have at least 2 remaining issue #278 and #280 to be resolved.

liujake commented 8 months ago

This is resolved.