Ignore:
Timestamp:
03/24/21 10:44:53 (3 years ago)
Author:
tlurton
Message:

Added and modified necessary files to support configuration CO2AER.

File:
1 edited

Legend:

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

    r5579 r5644  
    6868         [ESMCO2] Compile IPSLCM6 for CO2 interactif ocean/atmosphere. 
    6969         [ESMAER] Compile IPSLCM6 for AER interactif on atmosphere 
     70         [ESMCO2AER] Compile IPSLCM6 for both interactive CO2 and AER. 
    7071         [-full] Full recompilation of all components. This option can be added to all other options. 
    7172         [-cleannemo] Full recompilation of NEMO component  only. 
     
    101102        "ESMCO2")      esmco2=y;  shift ;;  
    102103        "ESMAER")      esmaer=y; shift ;;  
     104        "ESMCO2AER")   esmco2=y; esmaer=y; shift ;; 
    103105        "CE0L")        ce0l=y ; shift ;; 
    104106        "-parallel")   parallel=$2 ; shift ; shift ;;  
     
    320322 
    321323if [ -f $nemo_root/$cfg_wrk/BLD/bin/nemo.exe ] ; then 
    322     if [ ${esmco2} == y ] ;  then  
     324    if [ ${esmco2} == y ] && [ ${esmaer} == n ] ;  then  
    323325        mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa.ESMCO2_${resol_oce}_${optmode} 
     326    elif [ ${esmco2} == y ] && [ ${esmaer} == y ] ;  then 
     327    mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa.ESMCO2AER_${resol_oce}_${optmode} 
    324328    else 
    325329        mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa_${resol_oce}_${optmode} 
Note: See TracChangeset for help on using the changeset viewer.