Skip to content

initial package draft release

Compare
Choose a tag to compare
@gaelforget gaelforget released this 24 Apr 13:09
· 5 commits to master since this release

TaskDriver broadcasts / distributes a function / task (fn; e.g. loop_task1) over indices (indx; e.g. file indices). Aside from indx, other parameters can be read from a file called task.yml within e.g. loop_task1.

So far this has been tested manually for four included tasks:

  • vectorized interpolation (loop_task1)
  • satellite Chl derivation (loop_task2)
  • export rate derivation (loop_task3)
  • daily climatology averaging (loop_task4)