Skip to content
Snippets Groups Projects
Commit b4b7475a authored by Gaelle Tanguy's avatar Gaelle Tanguy Committed by WAUTELET Philippe
Browse files

Gaelle 29/06/2015 : update to MNH-5-1-4

parent 3c689412
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
# #
# in the field "Show files using tag:" # in the field "Show files using tag:"
# #
# ---> select "PACK-MNH-V5-1-3" # ---> select "PACK-MNH-V5-1-4"
# #
# and then download the file "PACK-MNH-VX-Y-Z.tar.gz" by the link # and then download the file "PACK-MNH-VX-Y-Z.tar.gz" by the link
# #
...@@ -99,7 +99,7 @@ tar xvfz PACK-MNH-VX-Y-Z.tar.gz ...@@ -99,7 +99,7 @@ tar xvfz PACK-MNH-VX-Y-Z.tar.gz
# to the right one # to the right one
# #
mv MNH-VX-Y-Z MNH-V5-1-3 mv MNH-VX-Y-Z MNH-V5-1-4
# #
# Process now to the chapter to configure the MesoNH # Process now to the chapter to configure the MesoNH
...@@ -125,7 +125,7 @@ mv MNH-VX-Y-Z MNH-V5-1-3 ...@@ -125,7 +125,7 @@ mv MNH-VX-Y-Z MNH-V5-1-3
# #
# in the field "Show files using tag:" # in the field "Show files using tag:"
# #
# ---> select "PACK-MNH-V5-1-3" # ---> select "PACK-MNH-V5-1-4"
# #
# download the file "anoncvs.key" # download the file "anoncvs.key"
# #
...@@ -200,19 +200,19 @@ export CVSROOT=:ext:mesonh_anoncvs_www:/home/cvsroot ...@@ -200,19 +200,19 @@ export CVSROOT=:ext:mesonh_anoncvs_www:/home/cvsroot
# ------------------------------------- # -------------------------------------
# #
# Now, from your "$HOME" directory for example # Now, from your "$HOME" directory for example
# extract the version "PACK-MNH-V5-1-3" # extract the version "PACK-MNH-V5-1-4"
# of the directory "MNH-VX-Y-Z" from the # of the directory "MNH-VX-Y-Z" from the
# cvs repository : # cvs repository :
cd ~ cd ~
cvs co -r PACK-MNH-V5-1-3 -d MNH-V5-1-3 MNH-VX-Y-Z cvs co -r PACK-MNH-V5-1-4 -d MNH-V5-1-4 MNH-VX-Y-Z
# #
# WARNING : don't use a sub-directory with dot "." in the name # WARNING : don't use a sub-directory with dot "." in the name
# ---> you could have some trouble when compiling mesonh # ---> you could have some trouble when compiling mesonh
# #
# this will create in your "$HOME" a directory "MNH-V5-1-3" # this will create in your "$HOME" a directory "MNH-V5-1-4"
# which contains of the last revision named "PACK-MNH-V5-1-3" # which contains of the last revision named "PACK-MNH-V5-1-4"
# of the MESONH PACKAGE # of the MESONH PACKAGE
# #
# The advantage of this way of downloading # The advantage of this way of downloading
...@@ -228,14 +228,14 @@ cvs co -r PACK-MNH-V5-1-3 -d MNH-V5-1-3 MNH-VX-Y-Z ...@@ -228,14 +228,14 @@ cvs co -r PACK-MNH-V5-1-3 -d MNH-V5-1-3 MNH-VX-Y-Z
# do # do
# #
cd ~/MNH-V5-1-3 cd ~/MNH-V5-1-4
cvs diff -r PACK-MNH-V5-1-4 cvs diff -r PACK-MNH-V5-2-1
# #
# And to upgrade your working copy # And to upgrade your working copy
# #
cd ~/MNH-V5-1-3 cd ~/MNH-V5-1-4
cvs update -r PACK-MNH-V5-1-4 -d -P cvs update -r PACK-MNH-V5-1-4 -d -P
# #
...@@ -251,8 +251,8 @@ cvs diff -r MNH410-BUG-branch ...@@ -251,8 +251,8 @@ cvs diff -r MNH410-BUG-branch
# ( not yet official ) version by # ( not yet official ) version by
# #
cd ~/MNH-V5-1-3 cd ~/MNH-V5-1-4
cvs update -r MNH410-BUG-branch -d -P cvs update -r MNH51-BUG-branch -d -P
# #
# Well, the use of CVS is not under the scope of this "INSTALL" document ... # Well, the use of CVS is not under the scope of this "INSTALL" document ...
...@@ -271,7 +271,7 @@ cvs update -r MNH410-BUG-branch -d -P ...@@ -271,7 +271,7 @@ cvs update -r MNH410-BUG-branch -d -P
# use the "./configure" script like this # use the "./configure" script like this
# #
cd ~/MNH-V5-1-3/src cd ~/MNH-V5-1-4/src
./configure ./configure
. ../conf/profile_mesonh . ../conf/profile_mesonh
...@@ -316,7 +316,7 @@ export OPTLEVEL=O2 # Compile in O2 , 4 time faster then DEBUG, but least ...@@ -316,7 +316,7 @@ export OPTLEVEL=O2 # Compile in O2 , 4 time faster then DEBUG, but least
# and then source/load the new generate file # and then source/load the new generate file
. ../conf/profile_mesonh.LXifort.MNH-V5-1-3.MPIAUTO.O2 . ../conf/profile_mesonh.LXifort.MNH-V5-1-4.MPIAUTO.O2
# #
# REM: # REM:
...@@ -341,7 +341,7 @@ export OPTLEVEL=O2 # Compile in O2 , 4 time faster then DEBUG, but least ...@@ -341,7 +341,7 @@ export OPTLEVEL=O2 # Compile in O2 , 4 time faster then DEBUG, but least
# go to the directory "src" # go to the directory "src"
# #
cd ~/MNH-V5-1-3/src cd ~/MNH-V5-1-4/src
# #
# if you have not already configured your MESONH environment # if you have not already configured your MESONH environment
...@@ -569,8 +569,8 @@ make examples ...@@ -569,8 +569,8 @@ make examples
# #
cd $WORKDIR cd $WORKDIR
cvs co -r PACK-MNH-V5-1-3 -d MNH-V5-1-3 MNH-VX-Y-Z cvs co -r PACK-MNH-V5-1-4 -d MNH-V5-1-4 MNH-VX-Y-Z
cd MNH-V5-1-3/src cd MNH-V5-1-4/src
./configure ./configure
...@@ -631,7 +631,7 @@ export ARCH=LXifort ...@@ -631,7 +631,7 @@ export ARCH=LXifort
... ...
création du fichier --> ../conf/profile_mesonh-LXifortI4-MNH-V5-1-3-MPICRAY-O2 création du fichier --> ../conf/profile_mesonh-LXifortI4-MNH-V5-1-4-MPICRAY-O2
# And for the compilation & example job , switch the ARCH variable to LXiort : # And for the compilation & example job , switch the ARCH variable to LXiort :
...@@ -639,7 +639,7 @@ vi job_make_mesonh_CRAY_cca(job_make_examples_CRAY_cca) ...@@ -639,7 +639,7 @@ vi job_make_mesonh_CRAY_cca(job_make_examples_CRAY_cca)
ARCH=LXifort ARCH=LXifort
#ARCH=LXcray # this is the default one #ARCH=LXcray # this is the default one
. ../conf/profile_mesonh-${ARCH}I4-MNH-V5-1-3-MPICRAY-O2 . ../conf/profile_mesonh-${ARCH}I4-MNH-V5-1-4-MPICRAY-O2
...@@ -730,7 +730,7 @@ scandollar ...@@ -730,7 +730,7 @@ scandollar
## OUTPUT :: ## OUTPUT ::
># read default config file :: ---> CONF_DOLLAR=/home/escj/DEV64/PACK-MNH-V5-1-3/conf/post/confdollar_aeropc_default ># read default config file :: ---> CONF_DOLLAR=/home/escj/DEV64/PACK-MNH-V5-1-4/conf/post/confdollar_aeropc_default
># >#
># read user config file :: ---> CONFIG=confdollar ># read user config file :: ---> CONFIG=confdollar
># >#
...@@ -752,7 +752,7 @@ scandollar 0* ...@@ -752,7 +752,7 @@ scandollar 0*
## OUTPUT :: ## OUTPUT ::
># >#
># read default config file :: ---> CONF_DOLLAR=/home/escj/DEV64/PACK-MNH-V5-1-3/conf/post/confdollar_aeropc_default ># read default config file :: ---> CONF_DOLLAR=/home/escj/DEV64/PACK-MNH-V5-1-4/conf/post/confdollar_aeropc_default
># >#
># read user config file :: ---> CONFIG=confdollar ># read user config file :: ---> CONFIG=confdollar
># >#
...@@ -826,22 +826,22 @@ cp -R 007_16janvier_scandollar /.../your_directory ...@@ -826,22 +826,22 @@ cp -R 007_16janvier_scandollar /.../your_directory
# #
# use this "profile_mesonh" : # use this "profile_mesonh" :
. /home/rech/mnh/rmnh007/DEV/MNH-V5-1-3/conf/profile_mesonh-SX8-MNH-V5-1-3-MPIAUTO-O4 . /home/rech/mnh/rmnh007/DEV/MNH-V5-1-4/conf/profile_mesonh-SX8-MNH-V5-1-4-MPIAUTO-O4
# And the examples are here ( link to my $WORKDIR in actually ) # And the examples are here ( link to my $WORKDIR in actually )
/home/rech/mnh/rmnh007/DEV/MNH-V5-1-3/MY_RUN/KTEST/007_16janvier_scandollar /home/rech/mnh/rmnh007/DEV/MNH-V5-1-4/MY_RUN/KTEST/007_16janvier_scandollar
# #
# On vargas # On vargas
# --------- # ---------
# use this "profile_mesonh" : # use this "profile_mesonh" :
. /workgpfs/rech/mnh/rmnh007/DEV/MNH-V5-1-3/conf/profile_mesonh-AIX64-MNH-V5-1-3-MPIAUTO-O2 . /workgpfs/rech/mnh/rmnh007/DEV/MNH-V5-1-4/conf/profile_mesonh-AIX64-MNH-V5-1-4-MPIAUTO-O2
# and examples here : # and examples here :
/workgpfs/rech/mnh/rmnh007/DEV/MNH-V5-1-3/MY_RUN/KTEST/007_16janvier_scandollar /workgpfs/rech/mnh/rmnh007/DEV/MNH-V5-1-4/MY_RUN/KTEST/007_16janvier_scandollar
# #
# - At CINES on JADE : # - At CINES on JADE :
...@@ -849,11 +849,11 @@ cp -R 007_16janvier_scandollar /.../your_directory ...@@ -849,11 +849,11 @@ cp -R 007_16janvier_scandollar /.../your_directory
# #
# use # use
. /work/escobar/DEV/MNH-V5-1-3/conf/profile_mesonh-LXifort-MNH-V5-1-3-MPIICE-O2 . /work/escobar/DEV/MNH-V5-1-4/conf/profile_mesonh-LXifort-MNH-V5-1-4-MPIICE-O2
# and the exemples # and the exemples
/work/escobar/DEV/MNH-V5-1-3/MY_RUN/KTEST/007_16janvier_scandollar /work/escobar/DEV/MNH-V5-1-4/MY_RUN/KTEST/007_16janvier_scandollar
# #
# - At ECMWF on cxa : # - At ECMWF on cxa :
...@@ -861,11 +861,11 @@ cp -R 007_16janvier_scandollar /.../your_directory ...@@ -861,11 +861,11 @@ cp -R 007_16janvier_scandollar /.../your_directory
# #
# use # use
. /c1a/ms_perm/au5/MNH-V5-1-3/conf/profile_mesonh-AIX64-MNH-V5-1-3-MPIAUTO-O2 . /c1a/ms_perm/au5/MNH-V5-1-4/conf/profile_mesonh-AIX64-MNH-V5-1-4-MPIAUTO-O2
# and the examples # and the examples
/c1a/ms_perm/au5/MNH-V5-1-3/MY_RUN/KTEST/007_16janvier_scandollar /c1a/ms_perm/au5/MNH-V5-1-4/MY_RUN/KTEST/007_16janvier_scandollar
# #
...@@ -996,14 +996,14 @@ git clone -b 2014.01 https://github.com/forefireAPI/firefront.git ...@@ -996,14 +996,14 @@ git clone -b 2014.01 https://github.com/forefireAPI/firefront.git
# #
cd MNH.../src/LIB cd MNH.../src/LIB
cvs up -rPACK-MNH-V4-10-3 -d -P RTTOV cvs up -rPACK-MNH-V5-1-4 -d -P RTTOV
# #
# - With WEB access (with WEB login/pass as usually) the RTTOV package could also be retrieve in tarball with wget like this: # - With WEB access (with WEB login/pass as usually) the RTTOV package could also be retrieve in tarball with wget like this:
# #
cd MNH.../src/LIB cd MNH.../src/LIB
wget --http-user=USER --http-password=PASS 'http://mesonh.aero.obs-mip.fr/cgi-bin/mesonh_interne/viewcvs.cgi/MNH-VX-Y-Z/src/LIB/RTTOV/?view=tar&pathrev=PACK-MNH-V4-10-3' -O RTTOV.tar.gz wget --http-user=USER --http-password=PASS 'http://mesonh.aero.obs-mip.fr/cgi-bin/mesonh_interne/viewcvs.cgi/MNH-VX-Y-Z/src/LIB/RTTOV/?view=tar&pathrev=PACK-MNH-V5-1-4' -O RTTOV.tar.gz
tar xvfz RTTOV.tar.gz tar xvfz RTTOV.tar.gz
# /!\ don't forget the ''. Otherwise, this will not work! # /!\ don't forget the ''. Otherwise, this will not work!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment