Changeset 6002


Ignore:
Timestamp:
12/06/21 15:52:23 (2 years ago)
Author:
acosce
Message:

Add new configuration to compilation script (coupled model with DUSS_INCA config)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2CHT/AA_make

    r4441 r6002  
    1717        $(M_K) ORCA2LIM2xLMD9695-L39xNMHC_AER 
    1818 
     19IPSLCM5A2CHT-DUSS-VLR :  
     20        $(M_K) ORCA2LIM2xLMD9695-L39xDUSS 
     21 
    1922IPSLCM5A2CHTS-VLR :      
    2023        $(M_K) ORCA2LIM2xLMD9695-L39xNMHC_AER_S 
     
    3235        echo "RESOL_ATM_3D=96x95x39" >>.resol 
    3336        echo "CHEM=NMHC_AER" > .chimie 
     37        echo "$(LIB_MPI)" >.libmpi 
     38 
     39ORCA2LIM2xLMD9695-L39xDUSS : libioipsl oasis3-mct xios liborchidee orca2lim2 duss96x95x39 lmdz96x95x39  verif 
     40        echo "ORCA2LIM2xLMD9695-L39xDUSS" >.resol 
     41        echo "RESOL_ATM_3D=96x95x39" >>.resol 
     42        echo "CHEM=DUSS" > .chimie 
    3443        echo "$(LIB_MPI)" >.libmpi 
    3544 
     
    5362liborchidee : ../../modeles/ORCHIDEE/ 
    5463        (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2) 
     64 
     65duss96x95x39: 
     66        $(M_K) inca RESOL_INCA=96x95x39 CHIMIE=DUSS 
    5567 
    5668nmhcaer96x95x39: 
Note: See TracChangeset for help on using the changeset viewer.