Ignore:
Timestamp:
02/23/12 14:32:40 (11 years ago)
Author:
jgipsl
Message:
  • Added all .cards needed to run LMDZREPR
  • Added driver for reprobus. Added parameter file reprobus.def and new tracer file, tracer.def.repr
  • In config.def : ok_ade, ok_aie and read_climoz are now set to _AUTO_ which means that the lmdz.driver will add correct value. These values are n,n,0 if running with Reprobus, otherwise y,y,2 as before.
  • Modified AA_make to compile Reprobus (done by makelmdz_fcm).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSL_ESM/IPSLCM5CHEM_uni/AA_make

    r1621 r1670  
    8989 
    9090lmdz: ../../modeles/LMDZ 
    91         (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/create_etat0_limit.e ; ) 
    92         (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
     91        (cd ../../modeles/LMDZ; ./makelmdz_fcm -ext_src ../REPROBUS -cpp REPROBUS -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/create_etat0_limit.e ; ) 
     92        (cd ../../modeles/LMDZ; ./makelmdz_fcm -ext_src ../REPROBUS -cpp REPROBUS -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -c $(LIB_MPI) -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch_couple.e ../../bin/gcm.e ; ) 
    9393 
    9494orca2: ../../modeles/NEMO/WORK 
Note: See TracChangeset for help on using the changeset viewer.