Changeset 4629


Ignore:
Timestamp:
08/01/19 17:34:59 (5 years ago)
Author:
jgipsl
Message:
  • add optmode in opa executable name
  • correct suffix for gcm
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/compile_ipslcm6.sh

    r4628 r4629  
    305305 
    306306echo >> $outfile 
    307 echo "Copy nemo executable to modipsl/bin" >> $outfile 
     307echo "Move nemo executable to modipsl/bin" >> $outfile 
    308308echo ls -lrt $nemo_root/$cfg_wrk/BLD/bin   >> $outfile 
    309309ls -lrt $nemo_root/$cfg_wrk/BLD/bin  >> $outfile 
    310310echo >> $outfile 
    311311 
    312 if [ -f $nemo_root/$cfg_wrk/BLD/bin/nemo.exe ]                       ;  then cp $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa     ; fi 
    313 if [ -f $nemo_root/$cfg_wrk/BLD/bin/nemo.exe ] && [ ${esmco2} == y ] ;  then cp $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa.esm ; fi 
     312if [ -f $nemo_root/$cfg_wrk/BLD/bin/nemo.exe ]                       ;  then mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa_${optmode}     ; fi 
     313if [ -f $nemo_root/$cfg_wrk/BLD/bin/nemo.exe ] && [ ${esmco2} == y ] ;  then mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa.esm_${optmode} ; fi 
    314314 
    315315 
     
    368368echo >> $outfile 
    369369 
    370 if [ -f $modipsl/modeles/LMDZ/bin/gcm${suffix}.e ] ;  then mv $modipsl/modeles/LMDZ/bin/gcm${suffix}.e $modipsl/bin/gcm_${resol_atm}_${optmode}.e ; fi 
     370if [ -f $modipsl/modeles/LMDZ/bin/gcm${suffix}_couple.e ] ;  then mv $modipsl/modeles/LMDZ/bin/gcm${suffix}_couple.e $modipsl/bin/gcm_${resol_atm}_${optmode}.e ; fi 
    371371if [ -f $modipsl/modeles/LMDZ/bin/ce0l${suffix}.e ] ;  then mv $modipsl/modeles/LMDZ/bin/ce0l${suffix}.e $modipsl/bin/ce0l_${resol_atm}_${optmode}.e ; fi 
    372372 
     
    379379echo "Executables are found in modipsl/bin" 
    380380echo "Check that executable names correspond with the name set in config.card before launching the job" 
    381 echo ls -lrt modipsl/bin >> $outfile 
    382 ls -lrt $modipsl/bin >> $outfile 
     381echo ls -lrt modipsl/bin 
     382ls -lrt $modipsl/bin 
    383383 
    384384date 
Note: See TracChangeset for help on using the changeset viewer.