Ignore:
Timestamp:
09/06/23 18:03:34 (10 months ago)
Author:
cetlod
Message:

NEMOv6.5 : Switch to NEMOv4.2.1 and PISCES gas, continuation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6.5/compile_nemo.sh

    r6601 r6618  
    229229 
    230230if [ -f $nemo_root/cfgs/$cfg_wrk/BLD/bin/nemo.exe ] ; then 
    231    mv $nemo_root/cfgs/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa_${cplmode}_${optmode}.exe 
     231   if [ ${cpltop} == WithoutTOP ]  ;  then 
     232      mv $nemo_root/cfgs/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa_${optmode}.exe 
     233   else 
     234      mv $nemo_root/cfgs/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa_top_${cplmode}_${optmode}.exe 
     235   fi 
    232236else 
    233237    echo "ERROR gcm${suffix} executable does not exist." 
     
    235239    exit 
    236240fi 
    237  
    238241 
    239242echo >>$outfile ; echo "ALL COMPILING FINISHED" >> $outfile 
Note: See TracChangeset for help on using the changeset viewer.