Ignore:
Timestamp:
03/15/12 19:11:37 (12 years ago)
Author:
jgipsl
Message:

Updated u1 configurations, already done in Reprobus configurations :

  • run.def : include reprobus.def
  • config.def : 3 variables ok_ade, ok_aie and read_climoz become AUTO (=> edited by the driver)
  • lmdz.driver : If reprobus set ok_ade=ok_ade=n and read_climoz=0 else as before.

All files in GENERAL directories are now the same again (for u1).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/u1/LMDZOR_u1/GENERAL/DRIVER/lmdz.driver

    r1666 r1686  
    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.