-
Notifications
You must be signed in to change notification settings - Fork 1
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
Documenting data on Lorenz #5
Comments
Currently I'm just wanting to finalise the template |
Hey @VeckoTheGecko, this looks good! 👍 I suppose the github page has a 'history' to it, so we can see the last time the details were updated? One thing to add would be a location of the mesh file. Perhaps the variables and details of the mesh file can be separated into a different table too? Will there be a |
yes, so we get that for free :)
Perhaps a Also, I guess this would only apply to hydrodynamic datasets. Is the
Yes that's the plan. |
Thanks @VeckoTheGecko, I like the template! A few points:
|
After discussing with @michaeldenes , I think let's leave this information to the modulefile so that it's in one place. Perhaps let's have a
Can do!
I think having a "Used by" that also promotes linking to repos would be good. I don't know how to make sure that this is up to date though. I think the "Used in repo" option is more objective/clearer than the "Used by" as users might self disqualify for the latter.
can do!
Can do. I think the |
This is the updated description: <!-- 1 sentence summary -->
- **Location on lorenz**: /path/on/lorenz/ <!-- output from `pwd` -->
- **Location on gemini**: /path/on/gemini/ <!-- output from `pwd` -->
- **Simulation**: -
- **Region**: Global
- **Period**: YYYY - YYYY
- **Frequency**: x hours
- **Variables**: 'eastward_eulerian_current_velocity', 'northward_eulerian_current_velocity'
- **Vertical levels**: Surface
- **Grid**: x degree
- **Source**: 'http://www.example.com/data_source'
- **DOI**: 'https://doi.org/example'
- **Documentation**: 'http://www.example.com/data_source'
- **Used by (name and/or repo)**: John Doe (in https://github.com/.../repo), Jane Doe
- **Has Parcels modulefile**: Yes/No
- **Links**:
- https://example.com/additional-link
<!-- You can add free form notes here if you need. e.g., instructions on how to download (a script etc). --> Diff
diff --git a/Available-data.md b/Available-data.md
index ee966eb..d6f276a 100644
--- a/Available-data.md
+++ b/Available-data.md
@@ -57,8 +57,8 @@ To add a new dataset, follow these steps:
<!-- 1 sentence summary -->
-- **Location on gemini**: /path/on/gemini/ <!-- output from `pwd` -->
- **Location on lorenz**: /path/on/lorenz/ <!-- output from `pwd` -->
+- **Location on gemini**: /path/on/gemini/ <!-- output from `pwd` -->
- **Simulation**: -
- **Region**: Global
- **Period**: YYYY - YYYY
@@ -67,8 +67,10 @@ To add a new dataset, follow these steps:
- **Vertical levels**: Surface
- **Grid**: x degree
- **Source**: 'http://www.example.com/data_source'
-- **Documentation**: 'http://www.example.com/data_source', 'https://doi.org/example'
-- **Used by**: John Doe, Jane Doe
+- **DOI**: 'https://doi.org/example'
+- **Documentation**: 'http://www.example.com/data_source'
+- **Used by (name and/or repo)**: John Doe (in https://github.com/.../repo), Jane Doe
+- **Has Parcels modulefile**: Yes/No
- **Links**:
- https://example.com/additional-link
|
LGTM! Only change perhaps instead of a boolean "Has Parcels module file, the /path/name to that file? |
I think this is a much nicer solution. A link to the repos that used said dataset (ideally in a published paper!) will show new users how to load and utilise such data. Good idea! |
Wouldn't the path always be at the lorenz folder path? (i.e., |
Yep indeed; let's only focus on Lorenz
Well, this is the UtrechtTeam wiki, so (while it's public) I'd say the focus in on our team anyways |
I also like the new template for the wiki page a lot and have a few additional suggestions:
|
Most of the datasets on Lorenz are undocumented. The ones that do have documentation either:
README.txt
orREADME.md
file in the folderIt would be good to have the metadata centralised on the Wiki so its all in one place, where anyone can view it and those in the Parcels team can edit it.
Currently these are the instructions I have for adding a new dataset:
Details
To add a new dataset, follow these steps:
-
or?
respectively. Feel free to add additional information below as needed.README.md
file in new dataset folders on Gemini and Lorenz. This README on the servers should only contain the link to the newly created wiki page. This is important to ensure that information stays up-to-date, and all information is centralised in one place.@erikvansebille @michaeldenes Any thoughts on how the template can be improved? Is it versatile enough? The key-value metadata section of the template is based off what we already had in some wiki pages for some
CMEMS
andGlobCurrent
.Once these README's are in place on Lorenz, user's can run
find . -maxdepth 4 -name README.md | xargs -I{} sh -c 'echo "{}: $(cat {})"'
which will provide the output:which I think would be a convenient way to bridge Lorenz and GitHub while keeping all the important info on GitHub. Open to other ideas though.
The following is the list of datasets on Lorenz and whether they have a wiki documentation page or not:
CMEMS/GLOBAL_ANALYSIS_FORECAST_PHY_001_024_SMOC
CMEMS/NORTHWESTSHELF_ANALYSIS_FORECAST_PHY_004_013
CMEMS/NORTHWESTSHELF_ANALYSIS_FORECAST_WAV_004_014
CMEMS/NWSHELF_MULTIYEAR_PHY_004_009
CMEMS/NWSHELF_REANALYSIS_WAV_004_015
CESM/Hist_LR
CESM/PI-control_LR
CESM/iHESP_HR_CESM
ERA5
(download script is in dataset folder)ESA_WorldOceanCirculation/NorthAtlantic
ESA_WorldOceanCirculation/TropicalAtlantic
FES2014Data
(consolidateREADME.txt
into the wiki entry and delete)GlobCurrent/v2p0/
GlobalFishingWatch
InternalTidalMixing
(consolidateREADME.txt
into the wiki entry and delete)LLC4320_Galapagos
MITgcm_Channel
(consolidateREADME.md
into the wiki entry and delete)MOi
MatroosWaddenSea
(consolidateREADME.txt
into the wiki entry and delete)Miron_etal_2020
NEMO-MEDUSA
NEMO16_CMCC
NEMO4p2_CMCC
NEMO_Ensemble
NorKyst
eNATL60
The text was updated successfully, but these errors were encountered: