Ignore:
Timestamp:
02/23/12 14:32:40 (13 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/GENERAL/DRIVER/lmdz.driver

    r1667 r1670  
    350350 
    351351 
     352    # config.def : If running with Reprobus, desactivate ok_ade, ok_aie and read_climoz 
     353    if [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 
     354        LMDZ_sed config.def ok_ade n 
     355        LMDZ_sed config.def ok_aie n 
     356        LMDZ_sed config.def read_climoz 0 
     357    else 
     358        LMDZ_sed config.def ok_ade y 
     359        LMDZ_sed config.def ok_aie y 
     360        LMDZ_sed config.def read_climoz 2 
     361    fi 
     362 
    352363    # guide.def : Activate nudging if ok_guide set in lmdz.card 
    353364    if [ ! X${lmdz_UserChoices_ok_guide} = X ] ; then 
Note: See TracChangeset for help on using the changeset viewer.