Ignore:
Timestamp:
Sep 5, 2014, 5:42:24 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Suite (et fin?) des modifications pour permettre un controle 'tout xml'
des fichiers de sorties XIOS.
Un nouveau paramètre logique est introduit, ok_all_xml, false par défaut, et lu
dans le run.def qui permet de faire du 'tout xml'


Follow-up modifications to ensure total xlm control over the output files
from XIOS.
A new logical parameter, ok_all_wml, is introduced. False by default, it is
read from the run.def file and, if true, will give over control to the
XIOS xml files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/clesphys.h

    r2110 r2114  
    1212       LOGICAL cycle_diurne,soil_model,new_oliq,ok_orodr,ok_orolf
    1313       LOGICAL ok_limitvrai
     14       LOGICAL ok_all_xml
    1415       INTEGER nbapp_rad, iflag_con,iflag_ener_conserv
    1516       REAL co2_ppm, co2_ppm0, solaire
     
    115116     &     , iflag_rrtm, ok_strato,ok_hines                             &
    116117     &     , iflag_ice_thermo, ok_gwd_rando, NSW                        &
    117      &     , ok_conserv_q
     118     &     , ok_conserv_q, ok_all_xml
    118119     
    119120       save /clesphys/
Note: See TracChangeset for help on using the changeset viewer.