pennelise / GOOPy

2 stars 1 forks source link

OCO edits (round 1: config and parsers updates) #22

Closed hannahnesser closed 1 month ago

hannahnesser commented 7 months ago

This includes the following changes (details in commit messages):

Additionally, I encountered a few other hiccups.

First, we need to know which files to read when so that we are able to match up the satellite and model observation times. A few options here:

Second, we need to know the temporal resolution at which to apply the operator. Should we do this for daily observations? Monthly? Or up to some number of observations? This could also be provided as an option in the config file.

As we begin to figure these things out, we should also make some sort of create_model_columns.py file that actually applies the functions in order (much like your example for Sarah).