Ignore:
Timestamp:
01/13/09 16:11:33 (15 years ago)
Author:
aclsce
Message:

Modifications for IPSLCM5 configuration :

  • Put cpp key as argument of gmake command for nemo compilation
  • Added ORCA2xLMD9695 resolution
  • Changed some names of coupling variables
File:
1 edited

Legend:

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

    r449 r515  
    1515ORCA2xLMD9671 : libioipsl oasis3 liborchidee orca2 lmdz9671 verif        
    1616        echo "ORCA2xLMD9671" >.resol 
     17        echo "$(LIB_MPI)" >.libmpi 
     18 
     19ORCA2xLMD9695 : libioipsl oasis3 liborchidee orca2 lmdz9695 verif 
     20        echo "ORCA2xLMD9695" >.resol 
    1721        echo "$(LIB_MPI)" >.libmpi 
    1822 
     
    3842        (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 ; ) 
    3943 
     44lmdz9695: 
     45        (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 ; ) 
     46        (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 ; ) 
     47 
    4048lmdz144142: 
    4149        (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 ; ) 
     
    4351 
    4452orca2: 
    45         (cd ../../modeles/NEMO/WORK; $(M_K) USER_INC='-I ../$(PRISM_DIR)/$(PRISM_ARCH)/build/lib/psmile.$(LIB_MPI)' OASIS_LIB='-L../$(PRISM_DIR)/$(PRISM_ARCH)/lib -lpsmile.$(LIB_MPI) -lmpp_io' ; ) 
     53        (cd ../../modeles/NEMO/WORK; $(M_K) USER_INC='-I ../$(PRISM_DIR)/$(PRISM_ARCH)/build/lib/psmile.$(LIB_MPI)' USER_LIB='-L../$(PRISM_DIR)/$(PRISM_ARCH)/lib -lpsmile.$(LIB_MPI) -lmpp_io' P_P='key_trabbl_dif key_vectopt_loop key_vectopt_memory key_orca_r2 key_lim2 key_dynspg_flt key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_dtatem key_dtasal key_coupled key_trabbc key_zdftke key_zdfddm key_oasis3 key_diahth key_cpl_albedo key_cpl_discharge key_mpp_mpi' ; ) 
    4654 
    4755verif: 
Note: See TracChangeset for help on using the changeset viewer.