Changeset 5020 for CONFIG


Ignore:
Timestamp:
03/18/20 13:05:07 (4 years ago)
Author:
jgipsl
Message:

Correction to compile ce0l: it is necessary to keep the option -c OMCT also for ce0l

File:
1 edited

Legend:

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

    r5018 r5020  
    415415    echo >> $outfile ; echo " NOW COMPILE CE0L OF LMDZ. Resolution = ${resol_atm}"   >> $outfile  
    416416     
    417     echo ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
    418     ./makelmdz_fcm -d ${resol_atm} -p lmd -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
     417    echo ./makelmdz_fcm -d ${resol_atm} -c OMCT -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
     418    ./makelmdz_fcm -d ${resol_atm} -c OMCT -rrtm true -$optmode -mem -parallel $parallel -io xios -v orchidee2.1 -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
    419419    # Test if compiling finished 
    420420    if [[ $? != 0 ]] ; then 
     
    430430    ls -lrt $modipsl/modeles/LMDZ/bin  >> $outfile 
    431431    echo >> $outfile 
    432     suffix=_${resol_atm}_phylmd_para_mem_orch.e 
     432    suffix=_${resol_atm}_phylmd_para_mem_orch_couple.e 
    433433    echo ce0l suffix = $suffix 
    434434 
Note: See TracChangeset for help on using the changeset viewer.