Changeset 6276 for CONFIG


Ignore:
Timestamp:
12/07/22 10:40:29 (17 months ago)
Author:
tlurton
Message:

Removed "-resol" option in makeinca line.

File:
1 edited

Legend:

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

    r6212 r6276  
    346346    #compile INCA regulat lat_lon chimie librairy  
    347347    echo; echo "NOW COMPILE INCA AER on resolution = ${resol_atm}" 
    348     echo ./makeinca_fcm -chimie AER -$optmode -xios -parallel mpi_omp -resol ${resol_atm} -j 8 -arch ${fcm_arch}  -arch_path $arch_path $full_flag $full_inca >> $outfile  
    349     ./makeinca_fcm -chimie AER -$optmode -xios -parallel mpi_omp -resol ${resol_atm} -j 8 -arch ${fcm_arch} -arch_path $arch_path  $full_flag $full_inca >> $outfile 2>&1 
     348    echo ./makeinca_fcm -chimie AER -$optmode -xios -parallel mpi_omp -j 8 -arch ${fcm_arch}  -arch_path $arch_path $full_flag $full_inca >> $outfile  
     349    ./makeinca_fcm -chimie AER -$optmode -xios -parallel mpi_omp -j 8 -arch ${fcm_arch} -arch_path $arch_path  $full_flag $full_inca >> $outfile 2>&1 
    350350 
    351351    # Test if compiling finished 
Note: See TracChangeset for help on using the changeset viewer.