Ignore:
Timestamp:
08/02/23 16:01:02 (11 months ago)
Author:
acosce
Message:

update configuration to add coupled experiment with inca(AER) + CO2 in lmdz and pisces + coupling of co2 and dms between oce ant atm

File:
1 edited

Legend:

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

    r6574 r6584  
    7373         [ESMCO2] Compile IPSLCM6 for CO2 interactif ocean/atmosphere. 
    7474         [ESMCHEM] Compile IPSLCM6 for chemistry interactif on atmosphere 
    75          [ESMCO2AER] Compile IPSLCM6 for both interactive CO2 and chemistry, and also with transfer of species from PISCES to INCA. 
     75         [ESMCO2CHEM] Compile IPSLCM6 for both interactive CO2 and chemistry, and also with transfer of species from PISCES to INCA. 
    7676         [-full] Full recompilation of all components. This option can be added to all other options. 
    7777         [-cleannemo] Full recompilation of NEMO component  only. 
     
    117117        "ESMCO2")      esmco2=y;  shift ;;  
    118118        "ESMCHEM")      esmchem=y; shift ;;  
    119         "ESMCO2AER")   esmco2=y; esmchem=y; shift ;; 
     119        "ESMCO2CHEM")   esmco2=y; esmchem=y; shift ;; 
    120120        "CE0L")        ce0l=y ; shift ;; 
    121121        "-rad")        rad=$2; shift ; shift;; 
     
    355355        mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa.ESMCO2_${resol_oce}_${optmode} 
    356356    elif [ ${esmco2} == y ] && [ ${esmchem} == y ] ;  then 
    357     mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa.ESMCO2AER_${resol_oce}_${optmode} 
     357    mv $nemo_root/$cfg_wrk/BLD/bin/nemo.exe $modipsl/bin/opa.ESMCO2CHEM_${resol_oce}_${optmode} 
    358358    else 
    359359        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.