Skip to content
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

Refactor history of preprocessed data #49

Open
SarahAlidoost opened this issue Nov 2, 2021 · 1 comment
Open

Refactor history of preprocessed data #49

SarahAlidoost opened this issue Nov 2, 2021 · 1 comment

Comments

@SarahAlidoost
Copy link
Contributor

In the notebooks (after merging #38), an attrs dict is defined to hold some information about data like description and history. For history, we list the file names of raw data manually, for example, see below. It would be good if we refactor this part.

attrs={"description": f"Contains modified {INSTITUTION_ID} {METHOD} data used for Atlas in EUCP project.",
           "history": f"original {INSTITUTION_ID} {METHOD} data files CNRM_atlas_tas_CMIP6_histssp585_JJA_latlon.nc, CNRM_atlas_tas_CMIP6_histssp585_DJF.nc" }
@SarahAlidoost
Copy link
Contributor Author

Also, we can add a reference and the full name of INSTITUTION_ID and METHOD in "description".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant