Changeset 4449


Ignore:
Timestamp:
06/05/19 14:38:48 (5 years ago)
Author:
tlurton
Message:

1) Add new target in AA_make, for new configuration IPSLCM6-STRATAER-LR (= IPSLCM6-LR + stratospheric aerosols).
2) Correct misprint "_inca.e" in the "lmdz" target, which sneaked in at rev. 4437, and probably made any compilation fail in basic IPSLCM6-LR mode with 6.1.10_work.

File:
1 edited

Legend:

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

    r4439 r4449  
    2525IPSLCM6-AER-LR : 
    2626        $(M_K) ORCA1LIM3xLMD144142-L79xAER 
     27 
     28IPSLCM6-STRATAER-LR : 
     29        $(M_K) ORCA1LIM3xLMD144142-L79xSTRATAER 
    2730 
    2831ORCA2LIM2xLMD9695-L39 : libioipsl oasis3-mct xios liborchidee orca2lim2 lmdz96x95x39 verif 
     
    7275        echo "CHEM=AER" > .chimie 
    7376 
     77ORCA1LIM3xLMD144142-L79xSTRATAER : libioipsl oasis3-mct xios liborchidee orca1lim3  lmdz-strataer144x142x79 verif 
     78        echo "ORCA1LIM3xLMD144142-L79xSTRATAER" >.resol 
     79        echo "RESOL_ATM_3D=144x142x79" >>.resol 
     80        echo "$(LIB_MPI)" >.libmpi 
    7481 
    7582ORCA1LIM3xLMD144142-L79-NOPISCES : libioipsl oasis3-mct xios liborchidee orca1lim3nopisces lmdz144x142x79 verif 
     
    117124        $(M_K) lmdzinca RESOL=144x142x79 CHIMIE=AER 
    118125 
     126lmdz-strataer144x142x79: 
     127        $(M_K) lmdzstrataer RESOL_LMDZ=144x142x79 
    119128 
    120129lmdz: ../../modeles/LMDZ 
    121130#       (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 ; ) 
    122         (cd ../../modeles/LMDZ ; ./makelmdz_fcm   -d $(RESOL_LMDZ) -mem -cosp true -v true -parallel mpi_omp -io xios -rrtm true -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple_inca.e ../../bin/gcm.e ; ) 
     131        (cd ../../modeles/LMDZ ; ./makelmdz_fcm   -d $(RESOL_LMDZ) -mem -cosp true -v true -parallel mpi_omp -io xios -rrtm true -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
    123132 
    124133lmdzinca: ../../modeles/LMDZ 
     
    127136#       (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL) -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    128137        (cd ../../modeles/LMDZ ; ./makelmdz_fcm   -chimie INCA   -d $(RESOL) -mem -cosp true -v true -parallel mpi_omp -io xios -rrtm true -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL)_phylmd_para_mem_orch_couple_inca.e ../../bin/gcm.e ; ) 
     138 
     139lmdzstrataer: ../../modeles/LMDZ 
     140        (cd ../../modeles/LMDZ ; ./makelmdz_fcm   -d $(RESOL_LMDZ) -mem -cosp true -v true -parallel mpi_omp -io xios -rrtm true -strataer true -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
    129141 
    130142xios: ../../modeles/XIOS 
Note: See TracChangeset for help on using the changeset viewer.