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

Typo in ClimaArtifacts - ESM SnowMIP Metadata #35

Open
a-charbon opened this issue Sep 3, 2024 · 1 comment
Open

Typo in ClimaArtifacts - ESM SnowMIP Metadata #35

a-charbon opened this issue Sep 3, 2024 · 1 comment
Assignees

Comments

@a-charbon
Copy link

tagging @kmdeck per request:

When I use the following code:

filepath = ClimaLand.Artifacts.esm_snowmip_data_path()
metadata_path = joinpath(filepath, "site_metadata.txt")
site_metadata = readdlm(metadata_path, '\t', skipstart = 1)

The resulting matrix of data in site_metadata shows the latitude of the Sodankyla, Finland site as being equal to the longitude (lat: 29.59, lon: 29.59, in Egypt), this is likely a copy/paste error as the true coordinates of the SnowMIP site, having a latitude closer to 67.something. This is easily rectified downstream, but if importing in an automated manner would skew the resulting prescribed solar insolation.

@Sbozzolo
Copy link
Member

Sbozzolo commented Sep 3, 2024

Is this an issue for ClimaArtifacts?

@Sbozzolo Sbozzolo transferred this issue from CliMA/ClimaUtilities.jl Sep 3, 2024
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

3 participants