-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add LICHT LIDAR on R/V Meteor #12
add LICHT LIDAR on R/V Meteor #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is a user to know from this which of b or t to choose? Is there some way to provide user feedback/info in the catalog?
Thanks for asking. Re-reading the wiki for LICHT and CORAL (https://wiki.mpimet.mpg.de/doku.php?id=analysis:data:bco:ramanlidars:raman-lidar-coral#data_access and https://wiki.mpimet.mpg.de/doku.php?id=analysis:data:bco:ramanlidars:raman-lidar-licht#data_access) I can see that for LICHT the |
Hi, |
Thanks, @observingClouds. Parameterizing the catalog certainly makes it smaller but also somewhat more opaque. For the P3 data I am likely to keep the files explicit. |
I'd also suggest to formulate the catalog more explicitly. In the end, the catalog might be what is used to generate overview pages about the available datasets, so the catalog should include enough information to understand what's inside the dataset and to discover all data from looking at the catalog file alone. In stead of keeping the catalog file small, I'd rather suggest to generate the catalog files using a script if maintaining it manually would be too tedious. |
@observingClouds Do we want to close this as stale? |
@leifdenby you put already all the information together. Would you mind, just splitting the @ninarobbins would also be a good contributor here who could help us add the right metadata to the @RobertPincus I haven't lost the hope yet 🤣 @leifdenby will proof me that I'm correct 😜 |
Hi, I hope I can provide some clarification about the The processing from Level 0 to Level 1 of the Raman lidar data results in two products: slow ( Both of these smoothing intervals can be specified by the user in the configuration file when doing the processing, and each run of the processing code that converts Level_0 data to Level_1 results in a slow and a fast product. I hope that helps! |
Thanks @ninarobbins that is very helpful. Just one more question for clarification. The fast product only contains quantities that can be retrieved at the fast speed, while the slow product includes quantities that need a longer integration time, i.e. everything that is connected with the temperature retrieval, correct?
|
@observingClouds yes, I believe that's right! |
Yup! I can get that done :) It might have to wait till the end of the week, but I'll put it on my TODO list. |
Hi @leifdenby,
It is probably possible to fix these issues within the reference file as well but it would be great to fix all these issues in the original dataset. For now I think this is the best we can do. If you like my current solution I will try to add the reference files to https://observations.ipsl.fr/aeris/eurec4a-data/SHIPS/RV-METEOR/Raman_Lidar_LICHT/version_2020.07.31/nc/ and remove them from IPFS to keep things simple. |
f41f95c
to
5c7c52d
Compare
Just for future reference. I used this script to create the reference files. |
@observingClouds You asked for a review. You want this now or to wait for the data set fixes you propose above? |
@RobertPincus I don't expect the dataset issues to be fixed in the near-term future so I'm asking for a review of the current workaround. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't quite understand the kerchunking bit but this seems nice motion forward. Since the tests pass it must be working :-).
Maybe this is a bit of an unfortunate timing, but as the TCO group is in the process to provide data online via zarr, the LICHT data on Meteor is now available on DKRZ's Swift store. See here for some initial documentation, or try the following: import intake
cat = intake.open_catalog("https://tcodata.mpimet.mpg.de/catalog.yaml")
LICHT_b = cat.METEOR.EUREC4A.lidar_LICHT_LR_b_v1.to_dask()
LICHT_t = cat.METEOR.EUREC4A.lidar_LICHT_LR_t_v1.to_dask() the data has been cleand up by @ninarobbins and should likely be preferred over older versions of the data. The data also has been rechunked and should load in a reasonable time. |
@d70-t that's great. Thanks @ninarobbins to also reprocess the Meteor Lidar data. That is amazing! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning up 👍
No description provided.