Changeset 6684
- Timestamp:
- 11/23/23 11:30:18 (15 months ago)
- Location:
- CONFIG/UNIFORM/v6
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZOR_v6.2/compile_lmdzor.sh
r6629 r6684 31 31 cosp=NONE 32 32 33 # Compilation with flag StratAer (option -strataer) 34 opt_strataer="" 35 33 36 export fcm_arch parallel xios 34 37 full_flag="" … … 78 81 "-rad") rad=$2 ; shift ; shift ;; 79 82 "-cosp") cosp=$2 ; shift ; shift ;; 83 "-strataer") opt_strataer="-strataer true" ; shift ; shift ;; 80 84 "-arch") fcm_arch="$2" ; shift ; shift ;; 81 85 "-xios") xios="$2" ; shift ; shift ;; … … 282 286 283 287 284 echo ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad $opt_cosp -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile285 ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile 2>&1288 echo ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad $opt_cosp $opt_strataer -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile 289 ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad $opt_strataer -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile 2>&1 286 290 # Test if compiling finished 287 291 if [[ $? != 0 ]] ; then -
CONFIG/UNIFORM/v6/LMDZOR_v6.3/compile_lmdzor.sh
r6629 r6684 31 31 cosp=NONE 32 32 33 # Compilation with flag StratAer (option -strataer) 34 opt_strataer="" 35 33 36 export fcm_arch parallel xios 34 37 full_flag="" … … 78 81 "-rad") rad=$2 ; shift ; shift ;; 79 82 "-cosp") cosp=$2 ; shift ; shift ;; 83 "-strataer") opt_strataer="-strataer true" ; shift ; shift ;; 80 84 "-arch") fcm_arch="$2" ; shift ; shift ;; 81 85 "-xios") xios="$2" ; shift ; shift ;; … … 282 286 283 287 284 echo ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad $opt_cosp -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile285 ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile 2>&1288 echo ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad $opt_cosp $opt_strataer -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile 289 ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad $opt_strataer -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile 2>&1 286 290 # Test if compiling finished 287 291 if [[ $? != 0 ]] ; then -
CONFIG/UNIFORM/v6/LMDZOR_v6.4/compile_lmdzor.sh
r6629 r6684 31 31 cosp=NONE 32 32 33 # Compilation with flag StratAer (option -strataer) 34 opt_strataer="" 35 33 36 export fcm_arch parallel xios 34 37 full_flag="" … … 78 81 "-rad") rad=$2 ; shift ; shift ;; 79 82 "-cosp") cosp=$2 ; shift ; shift ;; 83 "-strataer") opt_strataer="-strataer true" ; shift ; shift ;; 80 84 "-arch") fcm_arch="$2" ; shift ; shift ;; 81 85 "-xios") xios="$2" ; shift ; shift ;; … … 282 286 283 287 284 echo ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad $opt_cosp -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile285 ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile 2>&1288 echo ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad $opt_cosp $opt_strataer -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile 289 ./makelmdz_fcm -d ${resol_atm} -p lmd $opt_rad $opt_strataer -$optmode -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm >> $outfile 2>&1 286 290 # Test if compiling finished 287 291 if [[ $? != 0 ]] ; then
Note: See TracChangeset
for help on using the changeset viewer.