Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RODIER Quentin
Méso-NH code
Commits
a15ac0f7
Commit
a15ac0f7
authored
10 years ago
by
ESCOBAR MUNOZ Juan
Committed by
WAUTELET Philippe
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Juan 25/04/2013: get LICENCE files
parent
712b61a7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MY_RUN/KTEST/007_16janvier/001_pgd1/get_pgd_files
+9
-3
9 additions, 3 deletions
MY_RUN/KTEST/007_16janvier/001_pgd1/get_pgd_files
MY_RUN/KTEST/009_ICARTT/001_pgd1/get_chimie_files
+3
-1
3 additions, 1 deletion
MY_RUN/KTEST/009_ICARTT/001_pgd1/get_chimie_files
with
12 additions
and
4 deletions
MY_RUN/KTEST/007_16janvier/001_pgd1/get_pgd_files
+
9
−
3
View file @
a15ac0f7
PREP_PGD_FILES=$HOME/PREP_PGD_FILES_WWW
#
# Modif
# J.Escobar 11/04/2014 get PGD files from 'dir_open' directory ( without psswd )
# J.Escobar 25/04/2013 get LICENCE files
#
PREP_PGD_FILES=${PREP_PGD_FILES:-"$HOME/PREP_PGD_FILES_WWW"} ; export PREP_PGD_FILES
export PREP_PGD_FILES
export PREP_PGD_FILES
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "!!!! WARNING !!!!"
echo "!!!! WARNING !!!!"
...
@@ -13,9 +18,10 @@ read RIEN
...
@@ -13,9 +18,10 @@ read RIEN
set -x
set -x
mkdir -p $PREP_PGD_FILES
mkdir -p $PREP_PGD_FILES
cd $PREP_PGD_FILES
cd $PREP_PGD_FILES
PGD_URL="http://mesonh.aero.obs-mip.fr/mesonh/dir_
interne/dir_LINUX
/dir_PGDFILES"
PGD_URL="http://mesonh.aero.obs-mip.fr/mesonh/dir_
open
/dir_PGDFILES"
export PGD_URL
export PGD_URL
for file in gtopo30.dir gtopo30.hdr \
for file in LICENSE_ECOCLIMAP.txt LICENSE_soil_data.txt \
gtopo30.dir gtopo30.hdr \
SAND_HWSD_MOY.hdr SAND_HWSD_MOY.dir CLAY_HWSD_MOY.hdr CLAY_HWSD_MOY.dir \
SAND_HWSD_MOY.hdr SAND_HWSD_MOY.dir CLAY_HWSD_MOY.hdr CLAY_HWSD_MOY.dir \
ECOCLIMAP_v2.0.hdr ECOCLIMAP_v2.0.dir
ECOCLIMAP_v2.0.hdr ECOCLIMAP_v2.0.dir
do
do
...
...
This diff is collapsed.
Click to expand it.
MY_RUN/KTEST/009_ICARTT/001_pgd1/get_chimie_files
+
3
−
1
View file @
a15ac0f7
#
#
# Modif
# Modif
# J.Escobar 11/04/2014 get CHIMIE files from 'dir_open' directory ( without psswd )
# J.Escobar 11/04/2014 get CHIMIE files from 'dir_open' directory ( without psswd )
# J.Escobar 25/04/2013 get LICENCE files
#
#
CHIMIE_FILES=${CHIMIE_FILES:-"$HOME/CHIMIE_FILES"} ; export CHIMIE_FILES
CHIMIE_FILES=${CHIMIE_FILES:-"$HOME/CHIMIE_FILES"} ; export CHIMIE_FILES
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
...
@@ -23,7 +24,8 @@ for dir in EMISSIONS tuv50
...
@@ -23,7 +24,8 @@ for dir in EMISSIONS tuv50
do
do
[ -d $dir ] || ( ${WGET} -c -nd $CHIMIE_URL/$dir.tar.gz ; tar xvfz $dir.tar.gz ; rm -f $dir.tar.gz )
[ -d $dir ] || ( ${WGET} -c -nd $CHIMIE_URL/$dir.tar.gz ; tar xvfz $dir.tar.gz ; rm -f $dir.tar.gz )
done
done
for file in ecmwf.OD.20040810.18-V2 mocage.GLOB22.20040810.18
for file in Licence_TUV5.txt Licence_EMISSIONS_POET.pdf \
ecmwf.OD.20040810.18-V2 mocage.GLOB22.20040810.18
do
do
[ -f $file ] || ( ${WGET} -c -nd $CHIMIE_URL/$file.gz ; gunzip $file.gz )
[ -f $file ] || ( ${WGET} -c -nd $CHIMIE_URL/$file.gz ; gunzip $file.gz )
done
done
...
...
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