Changeset 6907
- Timestamp:
- 08/01/24 14:37:38 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v7/IPSLCM7/define_config.sh
r6863 r6907 72 72 regular_latlon=y 73 73 fi 74 elif [ $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 74 85 elif [ $subconfig == ICOLMDZORINCA ] ; then 75 86 if [ $compinca == n ] || [ $compdyna == n ] || [ $complmdz == n ] ; then
Note: See TracChangeset
for help on using the changeset viewer.