Changeset 4626


Ignore:
Timestamp:
08/01/19 16:37:10 (5 years ago)
Author:
jgipsl
Message:

Corrections to compile for coupled mode.

File:
1 edited

Legend:

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

    r4622 r4626  
    214214echo; echo "NOW COMPILE XIOS" 
    215215echo >> $outfile ; echo " NOW COMPILE XIOS"   >> $outfile  
    216 echo ./make_xios --$optmode --arch $fcm_arch --arch_path $arch_path ${netcdf_lib} --job 4 $full_flag   >> $outfile  
    217      ./make_xios --$optmode --arch $fcm_arch --arch_path $arch_path ${netcdf_lib} --job 4 $full_flag   >> $outfile 2>&1 
     216echo ./make_xios --use_oasis oasis3_mct --$optmode --arch $fcm_arch --arch_path $arch_path ${netcdf_lib} --job 4 $full_flag   >> $outfile  
     217     ./make_xios --use_oasis oasis3_mct --$optmode --arch $fcm_arch --arch_path $arch_path ${netcdf_lib} --job 4 $full_flag   >> $outfile 2>&1 
    218218# Test if compiling succeded  
    219219if [[ $? != 0 ]] ; then  
     
    250250   delkeys="key_nosignedzero key_mpp_rep" 
    251251else 
    252    addkeys="key_top key_pisces key_age key_cfc key_cpl_carbon_cycle key_gas key_oasis" 
     252   addkeys="key_top key_pisces key_age key_cfc key_cpl_carbon_cycle key_gas key_oasis3" 
    253253   if [ ${oceanbio} == y ] ; then 
    254254      if [ ${esmco2} == y ] ; then 
     
    326326fi 
    327327 
    328 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_flag gcm    >> $outfile  
    329 ./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_flag gcm    >> $outfile 2>&1 
     328echo ./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_flag gcm    >> $outfile  
     329     ./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_flag gcm    >> $outfile 2>&1 
    330330# Test if compiling finished 
    331331if [[ $? != 0 ]] ; then 
Note: See TracChangeset for help on using the changeset viewer.