Ignore:
Timestamp:
Jul 30, 2013, 2:46:15 PM (11 years ago)
Author:
Ehouarn Millour
Message:

Le passage de définition est maintenant effectué automatiquement lors du premier appel d'écriture à phys_output_write.
UG
.................................................
The definition run is now automatically triggered by the first writing call to phys_output_write.
UG

File:
1 edited

Legend:

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

    r1813 r1821  
    387387    ENDDO !  iff
    388388
    389     ! ug On déclare les sorties avec un premier appel à phys_output_write:
    390     !    on utilise itap=0 pour signaler à histwrite qu'il s'agit du passage de définition
    391       CALL phys_output_write(0, pdtphys, paprs, pphis,               &
    392      &                  pplay, lmax_th, aerosol_couple,                 &
    393      &                  ok_ade, ok_aie, ivap, new_aod, ok_sync,         &
    394      &                  ptconv, read_climoz, clevSTD, ptconvth,         &
    395      &                  d_t, qx, d_qx, zmasse, flag_aerosol_strat)
    396 
    397     DO iff=1,nfiles
    398         IF (clef_files(iff)) THEN
    399           CALL histend(nid_files(iff))
    400 
    401           ndex2d = 0
    402           ndex3d = 0
    403 
    404         ENDIF ! clef_files
    405     ENDDO !  iff
    406389
    407390    ! Updated write frequencies due to phys_out_filetimesteps.
Note: See TracChangeset for help on using the changeset viewer.