Ignore:
Timestamp:
Nov 14, 2014, 4:17:13 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Du ménage dans les *xml de contrôle de xios pour la première version de la configuration IPSLCM6


Cleanup in XIOS xml files for the first official version of the IPSLCM6 configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2136 r2144  
    331331       CALL histwrite_phy(o_t2m_min, zt2m)
    332332       CALL histwrite_phy(o_t2m_max, zt2m)
    333        CALL histwrite_phy(o_t2m_max_mon, t2m_max_mon)
    334        CALL histwrite_phy(o_t2m_min_mon, t2m_min_mon)
     333       if (.not. ok_all_xml) then
     334         CALL histwrite_phy(o_t2m_max_mon, t2m_max_mon)
     335         CALL histwrite_phy(o_t2m_min_mon, t2m_min_mon)
     336       endif
    335337
    336338       IF (vars_defined) THEN
Note: See TracChangeset for help on using the changeset viewer.