Changeset 4642


Ignore:
Timestamp:
08/08/19 14:47:52 (5 years ago)
Author:
jgipsl
Message:

Correction on opa exec name for case esmco2.

File:
1 edited

Legend:

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

    r4641 r4642  
    291291echo >> $outfile 
    292292 
    293 if [ -f $nemo_root/$cfg_wrk/BLD/bin/nemo.exe ]                       ;  then mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa_${optmode}     ; fi 
    294 if [ -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 
     293if [ -f $nemo_root/$cfg_wrk/BLD/bin/nemo.exe ] ; then 
     294    if [ ${esmco2} == y ] ;  then  
     295        mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa.esm_${optmode} 
     296    else 
     297        mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa_${optmode} 
     298    fi 
     299fi 
    295300 
    296301 
Note: See TracChangeset for help on using the changeset viewer.