HighTechnologyFoundation / UFS2ARCO

NOAA ERA5 variable comparison to GEFvs13 variables
Apache License 2.0
0 stars 1 forks source link

create yaml parser #2

Closed frolovsa closed 1 year ago

frolovsa commented 1 year ago

We need to frame yaml config and parser

Here is my very dirty code that deals with (a) yaml parser (b) a time loop and (c) log files

We will need something similar. maybe just a bit prettier. This was my first python program. https://github.com/NOAA-PSL/observation-archive/blob/develop/src/s3-copy.py

Working through this will force us to make some choices about how to specify things in yaml here is the sample yaml code that goes with the program above. https://github.com/NOAA-PSL/observation-archive/blob/develop/test/testinput/s3_source_amsua_first_pass.yaml

I bet the yaml file above is outdated.

frolovsa commented 1 year ago

this seems to be outdated now. closing