eurec4a / eurec4a-intake

Intake catalogue for EUREC4A field campaign datasets
17 stars 19 forks source link

Update JOANNE Level-3 source; update testing #78

Closed RobertPincus closed 2 years ago

RobertPincus commented 2 years ago

@d70-t This updates the data pointed to for JOANNE Level-3 and does a little more grouping of tests for the CI.

Unfortunately it seems the JOANNE Level-4 data can't be accessed via OpenDAP, for reasons I don't understand, but we should try and work through with Geet.

d70-t commented 2 years ago

Unfortunately it seems the JOANNE Level-4 data can't be accessed via OpenDAP, for reasons I don't understand, but we should try and work through with Geet.

That's an easy (though annoying one). The reason is described in the How to EUREC4A and it is because the Level-4 data uses variable datatypes incompatible with opendap (namely int64 sounding and int64 circle). Possible solutions are:

The values stored in circle and sounding are all in the range [0, 84] and the number of values is small, thus any integer type would work for these variables. While looking at the file, I'm also wondering why the standard_name of circle is "time"?