Ignore:
Timestamp:
08/01/16 12:14:02 (8 years ago)
Author:
acosce
Message:

Homogenization of card between LMDZORINCA_v6 and LDMZOR_v6
+ add new config NMHC in LMDZORINCA_v6
+ compilation with XIOS2
+ add new resolution for LMDZORINCA_v6 (144x142x79 AER)

File:
1 edited

Legend:

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

    r2913 r2954  
    1111        echo "CHEM=NMHC_AER" > .chimie 
    1212 
     13NMHCxLMD9695-L39 : libioipsl xios liborchidee nmhc96x95x39 lmdz96x95x39 verif 
     14        echo "NMHCxLMD9695-L39" >.resol 
     15        echo "RESOL_ATM_3D=96x95x39" >>.resol 
     16        echo "CHEM=NMHC" > .chimie 
     17 
    1318AERxLMD9695-L39 : libioipsl xios liborchidee aer96x95x39 lmdz96x95x39 verif 
    1419        echo "AERxLMD9695-L39" >.resol 
     
    1924        echo "AERxLMD144142-L39" >.resol 
    2025        echo "RESOL_ATM_3D=144x142x39" >>.resol 
     26        echo "CHEM=AER" > .chimie 
     27 
     28AERxLMD144142-L79 : libioipsl xios liborchidee aer144x142x79 lmdz144x142x79 verif 
     29        echo "AERxLMD144142-L79" >.resol 
     30        echo "RESOL_ATM_3D=144x142x79" >>.resol 
    2131        echo "CHEM=AER" > .chimie 
    2232 
     
    4555 
    4656liborchidee : ../../modeles/ORCHIDEE/ 
    47         (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm  -parallel mpi_omp -xios -arch $(FCM_ARCH) -j 8  -driver) 
     57        (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm  -parallel mpi_omp -xios -arch $(FCM_ARCH) -j 8  -driver -xios2) 
    4858 
    4959nmhcaer96x95x39: 
    5060        $(M_K) inca RESOL_INCA=96x95x39 CHIMIE=NMHC_AER 
     61 
     62nmhc96x95x39: 
     63        $(M_K) inca RESOL_INCA=96x95x39 CHIMIE=NMHC 
    5164 
    5265aer96x95x39: 
     
    5568aer144x142x39: 
    5669        $(M_K) inca RESOL_INCA=144x142x39 CHIMIE=AER 
     70 
     71aer144x142x79: 
     72        $(M_K) inca RESOL_INCA=144x142x79 CHIMIE=AER 
    5773 
    5874duss96x95x39: 
     
    7187        $(M_K) lmdz RESOL_LMDZ=144x142x39 
    7288 
     89lmdz144x142x79: 
     90        $(M_K) lmdz RESOL_LMDZ=144x142x79 
     91 
     92 
    7393inca: ../../modeles/INCA 
    7494#       (cd ../../modeles/INCA; ./makeinca_fcm -chimie $(CHIMIE)  -resol $(RESOL_INCA) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; ) 
     
    7797lmdz: ../../modeles/LMDZ 
    7898#       (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -chimie INCA  -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq_inca.e ../../bin/create_etat0_limit.e ; ) 
    79         (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -rrtm true -cpp XIOS1 -chimie INCA -io xios  -mem -cosp false -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8  gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_inca.e ../../bin/gcm.e ; ) 
     99        (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -rrtm true -chimie INCA -io xios  -mem -cosp false -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8  gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_inca.e ../../bin/gcm.e ; ) 
    80100 
    81101 
Note: See TracChangeset for help on using the changeset viewer.