Changeset 6212 for CONFIG/UNIFORM


Ignore:
Timestamp:
08/01/22 14:47:33 (20 months ago)
Author:
acosce
Message:

Add a "garde-fou" to stop compilation with rad=ecrad if lmdz version is too old

File:
1 edited

Legend:

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

    r6211 r6212  
    394394esac 
    395395 
     396if [ $lmdzsvn -le 4185 -a $rad = "ecrad" ] ; then echo "ecrad only available for LMDZ rev starting with 4186 " ; exit ; fi 
     397 
     398 
    396399if [ ${esmaer} == n ] ;  then 
    397400    echo ./makelmdz_fcm -d ${resol_atm} -c OMCT -cosp true $opt_rad -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz gcm    >> $outfile 
Note: See TracChangeset for help on using the changeset viewer.