NCAR / pyDARTdiags

Python observation space diagnostics for the Data Assimilation Research Testbed (DART)
Apache License 2.0
3 stars 1 forks source link

Feat request: write out obs_seq files #5

Closed hkershaw-brown closed 3 months ago

hkershaw-brown commented 6 months ago

The capability to write obs sequences from the dataframe opens up preprocessing of observations for dart in the python ecosystem, e.g.

Potentially replacing functionality from these various fortran programs:

Issues:

@hkershaw-brown this would make creating obs_seq.{final/out} files easier for tests.

hkershaw-brown commented 3 months ago

For dataframes where observations have been removed (or even had their time altered), the linked list info needs to be updated.

I don't think we have to manage the linked list, we can:

hkershaw-brown commented 3 months ago

still need metadata storage and writing