Changeset 2476


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.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL
Files:
2 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     
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/run.def

    r2410 r2476  
    5555grilles_gcm_netcdf=_AUTO_ 
    5656### To activate XIOS ouputs only 
    57 ok_all_xml=y  
     57ok_all_xml= _AUTO_ 
     58 
Note: See TracChangeset for help on using the changeset viewer.