Changeset 6649


Ignore:
Timestamp:
10/12/23 14:37:42 (7 months ago)
Author:
aclsce
Message:

Added cleaning of inca and dynmico in case of full option is activated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/compile_ipslcm7.sh

    r6648 r6649  
    118118        "-resol_atm")  regular_latlon=yes ; resol_atm=$2 ; shift ; shift ;; 
    119119        "-subconfig")  subconfig=$2 ; shift ; shift ;; 
    120         "-full")       full_flag="-full"; full_nemo=y ; full_xios="--full" ; full_lmdz="-full" ; full_orch="-full" ; full_oasis=y ; shift ;; 
     120        "-full")       full_flag="-full"; full_nemo=y ; full_xios="--full" ; full_lmdz="-full" ; full_orch="-full" ; full_oasis=y ; full_inca="-clean" ; full_dyna="-full" ; shift ;; 
    121121        "-full_xios")  full_xios="--full" ; shift ;;  # Note only full_xios is using double dash: --full 
    122122        "-full_lmdz")  full_lmdz="-full"  ; shift ;; 
     
    405405    echo >> $outfile ; echo " NOW COMPILE INCA ${optchimie}"   >> $outfile  
    406406     
    407     echo ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp -j 8 -arch ${fcm_arch}  -arch_path $arch_path $full_flag  >> $outfile 
    408     ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp  -j 8 -arch ${fcm_arch} -arch_path $arch_path  $full_flag >> $outfile 2>&1 
     407    echo ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp -j 8 -arch ${fcm_arch}  -arch_path $arch_path $full_inca  >> $outfile 
     408    ./makeinca_fcm -chimie ${optchimie} -$optmode -xios -parallel mpi_omp  -j 8 -arch ${fcm_arch} -arch_path $arch_path $full_inca >> $outfile 2>&1 
    409409     
    410410    # Test if compiling finished 
Note: See TracChangeset for help on using the changeset viewer.