Changeset 5591 for CONFIG


Ignore:
Timestamp:
02/15/21 16:22:18 (3 years ago)
Author:
acosce
Message:

suppress resolution for inca compilation, now the information will be given by lmdz
dev version ICOLMDZORINCA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/compile_icolmdzorinca.sh

    r5586 r5591  
    228228    #compile INCA regulat lat_lon chimie librairy                                                                                            
    229229    echo; echo "NOW COMPILE INCA ${optchimie} on resolution = ${resol_atm}" 
    230     echo ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp -resol 144x142x79 -j 8 -arch ${fcm_arch}  -arch_path $arch_path $full_flag  >> $outfile 
    231     ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp -resol 144x142x79 -j 8 -arch ${fcm_arch} -arch_path $arch_path  $full_flag >> $outfile 2>&1 
     230    echo ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp -j 8 -arch ${fcm_arch}  -arch_path $arch_path $full_flag  >> $outfile 
     231    ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp -j 8 -arch ${fcm_arch} -arch_path $arch_path  $full_flag >> $outfile 2>&1 
    232232 
    233233    # Test if compiling finished 
Note: See TracChangeset for help on using the changeset viewer.