-
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
Add documentation for external users #11
Comments
I am attempting to expand the Aerosol artifact and have not been able to install the required package ClimaArtifactsHelper.jl. I get error messages saying it is not registered, and instantiate fails so need to know how to clone it directly from github. I have tied the obvious paths. I would appreciate some documentation, or the registration of this package. Alternatively, since it is such a small package, could it not be included in the ClimaArtifacts package, or am I missing something here? |
ClimaArtifacts helper is indeed in the ClimaArtifacts package, as found at the link. The Note, however that the creation of the artifact in itself with ClimaArtifactsHelper won't be particularly useful to you: if you run all the code before the |
I am still confused with this package. I overcame the problem with the 'helper', not with the suggestion which didn't work for me, but by cloning ClimaArtifacts not ClimaArtifacts.jl - the latter didn't work and I had attempted to then load the files by hand. [6ffa2572] ClimaArtifactsHelper v0.0.1 `..\ClimaArtifactsHelper.jl` The creation of the artifact was also successful. However, when I next tried earth_orography with eactly the same line in the respective Project.toml line for the 'helper', I was back to the same problem as before. I am running the following:
|
Here is some more info for my earth_orography attempts: PS C:\Users\kevin\cc\ccex5\ClimaArtifacts\earth_orography> julia --project (earth_orography) pkg> instantiate |
|
Thanks. I tried that and quite a few variants including using su mode. No success. Maybe its the Windows OS ?
|
Oops, sorry! Indeed, it should have been |
Good, that worked. Thanks. One more question for someone new to this part of Julia: To upload to data.caltech.edu (the Caltech Data Archive), please give me an example command, i.e. what is precisely meant by "the link"? Is it something like
Note that the given path is a subdirectory which contains a *.nc file, not a tarball. |
If I am an external (ie, non Caltech) user, how do I obtain given artifacts? At the moment, the answer to this question is not immediately clear.
The text was updated successfully, but these errors were encountered: