Ignore:
Timestamp:
07/13/22 15:41:03 (2 years ago)
Author:
acosce
Message:

add option OMCT for ce0l compilation (to link with XIOS compile with oasis)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT.2/compile_ipslcm5a2cht.sh

    r6038 r6200  
    413413    echo >> $outfile ; echo " NOW COMPILE CE0L OF LMDZ. Resolution = ${resol_atm}"   >> $outfile  
    414414     
    415     echo ./makelmdz_fcm -d ${resol_atm} -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
    416     ./makelmdz_fcm -d ${resol_atm} -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
     415    echo ./makelmdz_fcm -c OMCT -d ${resol_atm} -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile  
     416    ./makelmdz_fcm -c OMCT -d ${resol_atm} -rrtm true -$optmode -io xios -arch $fcm_arch -arch_path $arch_path -j 8 $full_lmdz ce0l    >> $outfile 2>&1 
    417417    # Test if compiling finished 
    418418    if [[ $? != 0 ]] ; then 
     
    428428    ls -lrt $modipsl/modeles/LMDZ/bin  >> $outfile 
    429429    echo >> $outfile 
    430 #    suffix=_${resol_atm}_phylmd_para_mem_orch_couple.e 
    431     suffix=_${resol_atm}_phylmd_seq.e 
     430    suffix=_${resol_atm}_phylmd_seq_couple.e 
    432431    echo ce0l suffix = $suffix 
    433432 
Note: See TracChangeset for help on using the changeset viewer.