Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Atmospheres
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LAGO
Data
Atmospheres
Commits
ae33b0bd
Unverified
Commit
ae33b0bd
authored
2 years ago
by
Hernán Asorey
Browse files
Options
Downloads
Patches
Plain Diff
Minor typo in extractor. New script to download averaged atmospheric profiles from github
parent
5456c2a0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extractor/get_atm_from_repo.sh
+7
-7
7 additions, 7 deletions
extractor/get_atm_from_repo.sh
with
7 additions
and
7 deletions
extractor/get_atm_from_repo.sh
+
7
−
7
View file @
ae33b0bd
...
@@ -66,10 +66,10 @@ for m in $(seq -w 1 12); do
...
@@ -66,10 +66,10 @@ for m in $(seq -w 1 12); do
echo
"Failed to retrieve
$file
"
echo
"Failed to retrieve
$file
"
fi
fi
done
done
if
[
"
$n
"
-eq
12
]
;
then
if
[
"
$n
"
-eq
12
]
;
then
echo
"Success retrieving site:
${
site
}
for year:
$year
"
echo
"Success retrieving site:
${
site
}
for year:
$year
"
else
else
echo
"Failed to retrieve some files.
$n
files extracted"
echo
"Failed to retrieve some files.
$n
files extracted"
echo
"Perhaps files does not be already produced. Please check at https://github.com/lagoproject/atmospheres/"
echo
"Perhaps files does not be already produced. Please check at https://github.com/lagoproject/atmospheres/"
exit
99
exit
99
fi
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment