Ignore:
Timestamp:
04/09/15 19:48:16 (9 years ago)
Author:
jgipsl
Message:

LMDZ parameter ok_all_xml in run.def becomes AUTO. This variable must be set to n if not compiling and running with XIOS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/lmdz.driver

    r2470 r2476  
    601601            iodef.xml.tmp > iodef.xml 
    602602        rm iodef.xml.tmp add.tmp 
     603 
     604        # Set ok_all_xml=y in run.def 
     605        IGCM_comp_modifyDefFile nonblocker run.def ok_all_xml y 
     606    else 
     607        # Deactivate ok_all_xml in run.def 
     608        IGCM_comp_modifyDefFile nonblocker run.def ok_all_xml n 
    603609    fi 
    604610     
Note: See TracChangeset for help on using the changeset viewer.