Changeset 630


Ignore:
Timestamp:
06/03/09 10:46:32 (15 years ago)
Author:
omamce
Message:

OM: simplified structure of AA_make for LMDZ resolutions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/trunk/AA_make

    r579 r630  
    22#- 
    33#- AA_make for IPSLCM5 configuration 
    4 #-  
     4#- 
    55 
    66PRISM_DIR = ../../prism 
    77OASIS3_DIR = $(PRISM_DIR)/src/mod/oasis3 
    88 
    9 all :  
     9all : 
    1010#-Q- eshpux     if [ ! -f $(OASIS3_DIR)/COMP_oasis3_$(LIB_MPI).$(PRISM_NAME) ] ; then \ 
    1111#-Q- eshpux        cp -f $(PRISM_DIR)/util/compile/frames/include_$(PRISM_NAME)/COMP_oasis3_$(LIB_MPI).$(PRISM_NAME)  $(OASIS3_DIR)/.; \ 
    1212#-Q- eshpux        cp -f $(PRISM_DIR)/util/compile/frames/include_$(PRISM_NAME)/COMP_libs.$(PRISM_NAME)  $(PRISM_DIR)/util/. ; fi 
    13         if [ -s ./.resol ] ; then gmake `cat .resol` ; else gmake ORCA2xLMD9695 ; fi 
     13        if [ -s ./.resol ] ; then $(M_K) `cat .resol` ; else $(M_K) ORCA2xLMD9695 ; fi 
    1414 
    15 ORCA2xLMD4443 : libioipsl oasis3 liborchidee orca2 lmdz4443 verif        
     15ORCA2xLMD4443   : libioipsl oasis3 liborchidee orca2 lmdz44x43x19  verif        
    1616        echo "ORCA2xLMD4443" >.resol 
    1717        echo "$(LIB_MPI)" >.libmpi 
    1818 
    19 ORCA2xLMD5655 : libioipsl oasis3 liborchidee orca2 lmdz5655 verif        
     19ORCA2xLMD5655   : libioipsl oasis3 liborchidee orca2 lmdz56x55x19  verif        
    2020        echo "ORCA2xLMD5655" >.resol 
    2121        echo "$(LIB_MPI)" >.libmpi 
    2222 
    23 ORCA2xLMD9671 : libioipsl oasis3 liborchidee orca2 lmdz9671 verif        
     23ORCA2xLMD9671   : libioipsl oasis3 liborchidee orca2 lmdz96x71x19  verif        
    2424        echo "ORCA2xLMD9671" >.resol 
    2525        echo "$(LIB_MPI)" >.libmpi 
    2626 
    27 ORCA2xLMD9695 : libioipsl oasis3 liborchidee orca2 lmdz9695 verif 
     27ORCA2xLMD9695   : libioipsl oasis3 liborchidee orca2 lmdz96x95x19  verif 
    2828        echo "ORCA2xLMD9695" >.resol 
    2929        echo "$(LIB_MPI)" >.libmpi 
    3030 
    31 ORCA2xLMD144142 : libioipsl oasis3 liborchidee orca2 lmdz144142 verif 
     31ORCA2xLMD144142 : libioipsl oasis3 liborchidee orca2 lmdz144x142x19 verif 
    3232        echo "ORCA2xLMD144142" >.resol 
    3333        echo "$(LIB_MPI)" >.libmpi 
     
    4646#-Q- platine    (rm -f ../../lib/parallel.mod) 
    4747 
    48 lmdz4443: 
    49         (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 44x43x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_44x43x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    50         (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 44x43x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_44x43x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
     48lmdz44x43x19: 
     49        $(M_K) lmdz RESOL_LMDZ=44x43x19 
    5150 
    52 lmdz5655: 
    53         (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 56x55x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_56x55x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    54         (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 56x55x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_56x55x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
     51lmdz56x55x19: 
     52        $(M_K) lmdz RESOL_LMDZ=56x55x19 
    5553 
    56 lmdz9671: 
    57         (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x71x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_96x71x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    58         (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x71x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_96x71x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
     54lmdz96x71x19: 
     55        $(M_K) lmdz RESOL_LMDZ=96x71x19 
    5956 
    60 lmdz9695: 
    61         (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x95x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_96x95x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    62         (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x95x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_96x95x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
     57lmdz96x95x19: 
     58        $(M_K) lmdz RESOL_LMDZ=96x95x19 
    6359 
    64 lmdz144142: 
    65         (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 144x142x19 -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_144x142x19_t4_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    66         (cd ../../modeles/LMDZ4; ./makegcm_fcm -d 144x142x19 -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_144x142x19_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
     60lmdz144x142x19: 
     61        $(M_K) lmdz RESOL_LMDZ=144x142x19 
     62 
     63lmdz: 
     64        (cd ../../modeles/LMDZ4; ./makegcm_fcm -d $(RESOL_LMDZ) -m $(FCM_ARCH) create_etat0_limit ; cp bin/create_etat0_limit_$(RESOL_LMDZ)_t4_phylmd.e ../../bin/create_etat0_limit.e ; ) 
     65        (cd ../../modeles/LMDZ4; ./makegcm_fcm -d $(RESOL_LMDZ) -psmile true -v true -parallel true -c $(LIB_MPI) -m $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_t4_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
    6766 
    6867orca2: 
     
    7574        (rm -rf $(LIBDIR)/* ; rm -f $(BINDIR)/* ; rm -rf $(PRISM_DIR)/$(PRISM_ARCH) ; rm -rf ../../modeles/LMDZ4/libo/* ../../modeles/LMDZ4/.lock ; ) 
    7675 
     76 
     77 
Note: See TracChangeset for help on using the changeset viewer.