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/phys_output_write_mod.F90

    r2103 r2114  
    240240    USE phys_cal_mod, only : mth_len
    241241
     242
    242243    IMPLICIT NONE
     244
    243245
    244246    INCLUDE "temps.h"
     
    12931295       ENDDO !nfiles
    12941296!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    1295 !       IF (nqtot.GE.3) THEN
    1296 !          DO iq=3,nqtot
    1297           IF (nqtot.GE.nqo+1) THEN
     1297        IF (nqtot.GE.nqo+1) THEN
    12981298            DO iq=nqo+1,nqtot
     1299
    12991300             CALL histwrite_phy(o_trac(iq-nqo), qx(:,:,iq))
    13001301             CALL histwrite_phy(o_dtr_vdf(iq-nqo),d_tr_cl(:,:,iq-nqo))
Note: See TracChangeset for help on using the changeset viewer.