ADD: reader for mfrsr7nchaod files#1030
Conversation
|
@cgodine Thanks for the PR! Are these files netcdf? What I'm debating is, if possible, if we would want to integrate this with the current arm netcdf reader or if its possible, or if a separate reader is fine. @AdamTheisen thoughts? Maybe the same process as the current reader, but then a check for these types of files that feeds them through code like we see in this PR? |
Yes, they are netcdf (ARM c1-level VAP files). I had thought about integrating with the read_arm_netcdf function, but I believe this is the only ARM data with the rolling window coordinate dimension causing the concatenation issue. I can definitely refactor if that is a more desirable outcome though! |
Adding reader for MFRSRAOD files. Will read in a list of filenames, open xarray Datasets of each file, and merge all Datasets along time dimension. Coordinate variable
Io_gauss_timewill have the union of date values from all read files.Added
mfrsr7nchaod1michfiles from SGP C1 toarm-test-datain order to complete testing.