Changeset 6907


Ignore:
Timestamp:
08/01/24 14:37:38 (6 months ago)
Author:
acosce
Message:

Add IPSLESM-reg to subconfig list for compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/define_config.sh

    r6863 r6907  
    7272        regular_latlon=y 
    7373    fi 
     74elif [ $subconfig == IPSLESM-reg ] ; then 
     75    # Coupled model without DYNAMICO 
     76    if [ $compoasis == n ] || [ $compnemo == n ] || [ $complmdz == n ] || [ $compinca == n ]; then 
     77        echo ; echo It is not possible to compile IPSLCM-reg. 
     78        echo Source code is missing 
     79        exit 
     80    else 
     81        echo "Compilation of IPSLESM-reg configuration (without DYNAMICO) will be done" 
     82        compnemo=y compoasis=y compdyna=n compinca=y complmdz=y comporch=y compxios=y 
     83        regular_latlon=y 
     84    fi 
    7485elif [ $subconfig == ICOLMDZORINCA ] ; then 
    7586    if [ $compinca == n ] || [ $compdyna == n ] || [ $complmdz == n ] ; then 
Note: See TracChangeset for help on using the changeset viewer.