Ignore:
Timestamp:
01/15/16 14:20:55 (8 years ago)
Author:
acosce
Message:

two corrections :

  • now DUST chemistry is call DUSS
  • now we make a "mv" for LMDZ executable to avoid a new creation of it at each compilation (with last testing revision)
File:
1 edited

Legend:

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

    r2510 r2700  
    2121        echo "CHEM=AER" > .chimie 
    2222 
    23 DUSTxLMD9695-L39 : libioipsl xios liborchidee dust96x95x39 lmdz96x95x39 verif 
    24         echo "DUSTxLMD9695-L39" >.resol 
     23DUSSxLMD9695-L39 : libioipsl xios liborchidee duss96x95x39 lmdz96x95x39 verif 
     24        echo "DUSSxLMD9695-L39" >.resol 
    2525        echo "RESOL_ATM_3D=96x95x39" >>.resol 
    26         echo "CHEM=DUST" > .chimie 
     26        echo "CHEM=DUSS" > .chimie 
    2727 
    28 DUSTxLMD144142-L39 : libioipsl xios liborchidee dust144x142x39 lmdz144x142x39 verif 
    29         echo "DUSTxLMD144142-L39" >.resol 
     28DUSSxLMD144142-L39 : libioipsl xios liborchidee duss144x142x39 lmdz144x142x39 verif 
     29        echo "DUSSxLMD144142-L39" >.resol 
    3030        echo "RESOL_ATM_3D=144x142x39" >>.resol 
    31         echo "CHEM=DUST" > .chimie 
     31        echo "CHEM=DUSS" > .chimie 
    3232 
    3333GESxLMD9695-L39 : libioipsl xios liborchidee ges96x95x39 lmdz96x95x39 verif 
     
    5656        $(M_K) inca RESOL_INCA=144x142x39 CHIMIE=AER 
    5757 
    58 dust96x95x39: 
    59         $(M_K) inca RESOL_INCA=96x95x39 CHIMIE=DUST 
     58duss96x95x39: 
     59        $(M_K) inca RESOL_INCA=96x95x39 CHIMIE=DUSS 
    6060 
    61 dust144x142x39: 
    62         $(M_K) inca RESOL_INCA=144x142x39 CHIMIE=DUST 
     61duss144x142x39: 
     62        $(M_K) inca RESOL_INCA=144x142x39 CHIMIE=DUSS 
    6363 
    6464ges96x95x39: 
     
    7575 
    7676lmdz: ../../modeles/LMDZ 
    77 #       (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    78         (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ)  -chimie INCA -io xios  -mem -cosp false -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8  gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_inca.e ../../bin/gcm.e ; ) 
     77#       (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
     78        (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ)  -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 ; ) 
    7979 
    8080 
Note: See TracChangeset for help on using the changeset viewer.