Skip to content
Snippets Groups Projects
Commit b7846e26 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 14/08/2024: add new test cases ICCARE on CORSE, plots not done yet

parent 2ff4b873
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#SBATCH -J iccare
#SBATCH --time=12:00:00
#SBATCH --nodes=20 # nbre noeuds
#SBATCH --ntasks=1920 # nbre proc
#SBATCH --output=job.out%j
ulimit -s unlimited
ulimit -c 0
# ---------------------------------------------------------
# VER_USER de Meso-NH
# ---------------------------------------------------------
. ~rodierq/DEV_57/MNH-git_open_source-lfs-MR3Joris-limaPierre/conf/profile_mesonh-LXifort-R8I4-MNH-V5-7-0-ECRAD140-MPIAUTO-O2-ICCARE
# ---------------------------------------------------------
# Repertoire de travail
# ---------------------------------------------------------
EXP="SEG03"
cp -f EXSEG1.nam_${EXP} EXSEG1.nam
cp -f EXSEG2.nam_${EXP} EXSEG2.nam
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#--
time Mpirun -np 1920 MESONH${XYZ}
#--
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv output_MESONH.out output_MESONH_${EXP}.out
mv OUTPUT_LISTING0 OUTPUT_LISTING0_${EXP}_seg3
mv OUTPUT_LISTING1 OUTPUT_LISTING1_${EXP}_seg3
sbatch run_mesonh_seg4.sh
#!/bin/sh
#SBATCH -J iccare
#SBATCH --time=24:00:00
#SBATCH --nodes=20 # nbre noeuds
#SBATCH --ntasks=1920 # nbre proc
#SBATCH --output=job.out%j
ulimit -s unlimited
ulimit -c 0
# ---------------------------------------------------------
# VER_USER de Meso-NH
# ---------------------------------------------------------
. ~rodierq/DEV_57/MNH-git_open_source-lfs-MR3Joris-limaPierre/conf/profile_mesonh-LXifort-R8I4-MNH-V5-7-0-ECRAD140-MPIAUTO-O2-ICCARE
# ---------------------------------------------------------
# Repertoire de travail
# ---------------------------------------------------------
EXP="SEG04"
cp -f EXSEG1.nam_${EXP} EXSEG1.nam
cp -f EXSEG2.nam_${EXP} EXSEG2.nam
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#--
time Mpirun -np 1920 MESONH${XYZ}
#--
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv output_MESONH.out output_MESONH_${EXP}.out
mv OUTPUT_LISTING0 OUTPUT_LISTING0_${EXP}_seg4
mv OUTPUT_LISTING1 OUTPUT_LISTING1_${EXP}_seg4
sbatch run_mesonh_seg5.sh
#!/bin/sh
#SBATCH -J iccare
#SBATCH --time=24:00:00
#SBATCH --nodes=20 # nbre noeuds
#SBATCH --ntasks=1920 # nbre proc
#SBATCH --output=job.out%j
ulimit -s unlimited
ulimit -c 0
# ---------------------------------------------------------
# VER_USER de Meso-NH
# ---------------------------------------------------------
. ~rodierq/DEV_57/MNH-git_open_source-lfs-MR3Joris-limaPierre/conf/profile_mesonh-LXifort-R8I4-MNH-V5-7-0-ECRAD140-MPIAUTO-O2-ICCARE
# ---------------------------------------------------------
# Repertoire de travail
# ---------------------------------------------------------
EXP="SEG05"
cp -f EXSEG1.nam_${EXP} EXSEG1.nam
cp -f EXSEG2.nam_${EXP} EXSEG2.nam
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#--
time Mpirun -np 1920 MESONH${XYZ}
#--
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv output_MESONH.out output_MESONH_${EXP}.out
mv OUTPUT_LISTING0 OUTPUT_LISTING0_${EXP}_seg5
mv OUTPUT_LISTING1 OUTPUT_LISTING1_${EXP}_seg5
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