Skip to content
Snippets Groups Projects
Commit 8349d305 authored by Juan Escobar's avatar Juan Escobar Committed by WAUTELET Philippe
Browse files

Juan 17/06/2019: for ubuntu/dash problem , add "#!/bin/bash" un all clean/get/run script

(cherry picked from commit be44502a)
parent e39c6cf3
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 1 deletion
#!/bin/bash
set -x set -x
rm -f S7* DUST* OUTPUT_LISTING* OUTPUT_TRANSFER pipe* *.tex PRESSURE core* pgd* rm -f S7* DUST* OUTPUT_LISTING* OUTPUT_TRANSFER pipe* *.tex PRESSURE core* pgd*
rm -f file_for_xtransfer rm -f file_for_xtransfer
#!/bin/bash
set -x set -x
rm -f S7* DUST* OUTPUT_LISTING* OUTPUT_TRANSFER pipe* *.tex PRESSURE core* pgd* rm -f S7* DUST* OUTPUT_LISTING* OUTPUT_TRANSFER pipe* *.tex PRESSURE core* pgd*
rm -f file_for_xtransfer rm -f file_for_xtransfer
#!/bin/bash
set -x set -x
rm -f DUST7* rm -f DUST7*
rm -f dirconv FICJD LISTING_DIA OUT_DIA pipe_name rm -f dirconv FICJD LISTING_DIA OUT_DIA pipe_name
#!/bin/bash
set -x set -x
set -e set -e
ln -sf ../004_restart/DUST7.1.SEG02.004.lfi . ln -sf ../004_restart/DUST7.1.SEG02.004.lfi .
......
#!/bin/bash
set -x set -x
rm -f dir.* gmeta DUST* OUT_DIA rm -f dir.* gmeta DUST* OUT_DIA
#!/bin/bash
set -x set -x
set -e set -e
ln -sf ../005_conv2dia/DUST7.1.SEG02.004_dia.lfi . ln -sf ../005_conv2dia/DUST7.1.SEG02.004_dia.lfi .
......
#!/bin/bash
set -x set -x
rm -f *.nc rm -f *.nc
rm -f *.ps rm -f *.ps
#!/bin/bash
set -x set -x
ln -sf ../004_restart/DUST7.1.SEG02.004.nc . ln -sf ../004_restart/DUST7.1.SEG02.004.nc .
......
#!/bin/bash
target=${1:-"all"} target=${1:-"all"}
set -e set -e
make clean make clean
......
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
#!/bin/bash
# #
# Modif # Modif
# J.Escobar 11/04/2014 get PGD files from 'dir_open' directory ( without psswd ) # J.Escobar 11/04/2014 get PGD files from 'dir_open' directory ( without psswd )
......
#!/bin/bash
rm -f SCHAR-JUNGFRAU.* OUTPUT_LISTING* pipe* *.tex file_for_xtransfer rm -f SCHAR-JUNGFRAU.* OUTPUT_LISTING* pipe* *.tex file_for_xtransfer
#!/bin/bash
rm -f SCHAR-JUNGFRAU* pipe_name PRESSURE file_for_xtransfer rm -f SCHAR-JUNGFRAU* pipe_name PRESSURE file_for_xtransfer
rm -f XPREF.1.SEG01* OUT* rm -f XPREF.1.SEG01* OUT*
#!/bin/bash
#MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
#MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
#MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
......
#!/bin/bash
rm -f *.nc *.png rm -f *.nc *.png
#!/bin/bash
#MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
#MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
#MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
......
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