Ignore:
Timestamp:
06/05/23 14:42:42 (13 months ago)
Author:
acosce
Message:

update configuration LMDZORINCA_v6.2.2 to compile on redhat8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2.2/compile_lmdzorinca.sh

    r5698 r6489  
    1111modipsl=$submitdir/../.. 
    1212arch_path=$submitdir/ARCH  
     13 
     14mysrc_path=$submitdir/SOURCES 
     15sources_RH8_path=$submitdir/SOURCES/REDHAT8 
    1316 
    1417#### Set default options  
     
    209212## 2.3 Compile orchidee 
    210213cd $modipsl/modeles/ORCHIDEE 
     214 
     215 
     216cp ${sources_RH8_path}/ORCHIDEE/* src_parallel/. 
     217 
    211218echo; echo "NOW COMPILE ORCHIDEE" 
    212219echo >> $outfile ; echo " NOW COMPILE ORCHIDEE"   >> $outfile  
     
    247254 
    248255    cd $modipsl/modeles/LMDZ 
     256 
     257    cp ${sources_RH8_path}/LMDZ/* arch/. 
     258     
    249259    # Compile LMDZ regular lat-lon exectuable 
    250260    echo; echo "NOW COMPILE LMDZ REGULAR LAT-LON MODE. Resolution = ${resol_atm_3d}" 
Note: See TracChangeset for help on using the changeset viewer.