Ignore:
Timestamp:
03/17/17 15:33:10 (7 years ago)
Author:
acosce
Message:

1- add flag "-prod" in config/AA_make
2- add comment on inca.card in case we active the coupling with orchidee

Location:
CONFIG/UNIFORM/v6/LMDZORINCA_v6
Files:
7 edited

Legend:

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

    r2954 r3179  
    5555 
    5656liborchidee : ../../modeles/ORCHIDEE/ 
    57         (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm  -parallel mpi_omp -xios -arch $(FCM_ARCH) -j 8  -driver -xios2) 
     57        (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm  -parallel mpi_omp -prod -xios -arch $(FCM_ARCH) -j 8  -driver -xios2) 
    5858 
    5959nmhcaer96x95x39: 
     
    9292 
    9393inca: ../../modeles/INCA 
    94 #       (cd ../../modeles/INCA; ./makeinca_fcm -chimie $(CHIMIE) -resol $(RESOL_INCA) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; ) 
    95         (cd ../../modeles/INCA; ./makeinca_fcm -chimie $(CHIMIE) -xios -parallel mpi_omp -resol $(RESOL_INCA) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; ) 
     94#       (cd ../../modeles/INCA; ./makeinca_fcm -chimie $(CHIMIE) -prod -resol $(RESOL_INCA) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; ) 
     95        (cd ../../modeles/INCA; ./makeinca_fcm -chimie $(CHIMIE) -prod -xios -parallel mpi_omp -resol $(RESOL_INCA) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; ) 
    9696 
    9797lmdz: ../../modeles/LMDZ 
    98 #       (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -chimie INCA  -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq_inca.e ../../bin/create_etat0_limit.e ; ) 
    99         (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -rrtm true -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 ; ) 
     98#       (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -chimie INCA  -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq_inca.e ../../bin/create_etat0_limit.e ; ) 
     99        (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -prod -rrtm true -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 ; ) 
    100100 
    101101 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/AER/COMP/inca.card

    r3158 r3179  
    1717#choose sedimentation multilayer or one layer  
    1818multilayer_sedim=y 
    19 #coupled model with ORCH 
     19#coupled model with ORCH  
     20#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
    2021CoupOrchInca=n 
    2122#active or not chemistry flux in output  
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/AER_pdControl/COMP/inca.card

    r3158 r3179  
    1818multilayer_sedim=y 
    1919#coupled model with ORCH 
     20#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
    2021CoupOrchInca=n 
    2122#active or not chemistry flux in output  
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/DUSS/COMP/inca.card

    r3159 r3179  
    1818multilayer_sedim=y 
    1919#coupled model with ORCH 
     20#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
    2021CoupOrchInca=n 
    2122#active or not chemistry flux in output  
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/GES/COMP/inca.card

    r3158 r3179  
    1616multilayer_sedim=n 
    1717#coupled model with ORCH 
     18#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
    1819CoupOrchInca=n 
    1920#active or not chemistry flux in output  
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/NMHC/COMP/inca.card

    r3159 r3179  
    1818multilayer_sedim=y 
    1919#coupled model with ORCH 
     20#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
    2021CoupOrchInca=n 
    2122#active or not chemistry flux in output  
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/NMHC_AER/COMP/inca.card

    r3159 r3179  
    1818multilayer_sedim=y 
    1919#coupled model with ORCH 
     20#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card 
    2021CoupOrchInca=n 
    2122#active or not chemistry flux in output  
Note: See TracChangeset for help on using the changeset viewer.