Changeset 6950
- Timestamp:
- 10/29/24 16:40:15 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v7/IPSLCM7ISO/compile_lmdziso.sh
r6945 r6950 98 98 [-comp_tar]: option to compile and compress XIOS repository if compilation succed 99 99 [-notar]: do not compress XIOS repository 100 [-isoverif]: add "-isoverif true" to argiso 100 101 101 102 … … 155 156 "-comp_tar") comp_tar=yes ; shift ;; 156 157 "-notar") comp_tar=no ; shift ;; 158 "-isoverif") compiverif=y ; shift ;; 157 159 *) echo "unknown option "$1" , exiting..." ; exit 158 160 esac … … 749 751 # argoasis="" 750 752 argiso="-isotopes true" 753 if [ $compiverif == y ] ; then 754 argiso=${argiso}" -isoverif true" 755 fi 751 756 argorch="false" 752 757 argphys="lmdiso" … … 789 794 fi 790 795 if [ $compiso == y ] ; then 791 suffix=${suffix}_iso.e 792 else 796 suffix=${suffix}_iso 797 if [ $compiverif == y ] ; then 798 suffix=${suffix}_isoverif 799 fi 793 800 suffix=${suffix}.e 794 801 fi … … 806 813 ln -s gcm_${resol_atm}_${orchversion}_${optmode}_${optchimie}.e gcm_${resol_atm}_${orchversion}_${optmode}.e 807 814 elif [ $compiso == y ] ; then 815 if [ $compiverif == y ] ; then 816 mv $modipsl/modeles/LMDZ/bin/gcm${suffix} $modipsl/bin/gcm_${resol_atm}_iso_isoverif${optmode}.e 817 else 808 818 mv $modipsl/modeles/LMDZ/bin/gcm${suffix} $modipsl/bin/gcm_${resol_atm}_iso_${optmode}.e 819 fi 809 820 elif [ $comporch != y ] ; then 810 821 mv $modipsl/modeles/LMDZ/bin/gcm${suffix} $modipsl/bin/gcm_${resol_atm}_${optmode}.e … … 817 828 exit 818 829 fi 830 831 # compile ce0l 832 ce0l=y 833 if [ $ce0l == y ] ; then 819 834 820 835 # Find executable suffix … … 860 875 exit 861 876 fi 877 fi # ce0l == y 878 862 879 fi 863 880
Note: See TracChangeset
for help on using the changeset viewer.