Changeset 6ecb30a in flexpart.git for src/timemanager_mpi.f90


Ignore:
Timestamp:
Aug 17, 2017, 4:39:17 PM (7 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
5b34509
Parents:
61e07ba
Message:

Merged changes from CTBTO project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/timemanager_mpi.f90

    rb5127f9 r6ecb30a  
    2020!**********************************************************************
    2121
    22 subroutine timemanager
     22subroutine timemanager(metdata_format)
    2323
    2424!*****************************************************************************
     
    5050!   MPI version                                                              *
    5151!   Variables uap,ucp,uzp,us,vs,ws,cbt now in module com_mod                 *
     52!  Unified ECMWF and GFS builds                                              *
     53!   Marian Harustak, 12.5.2017                                               *
     54!   - Added passing of metdata_format as it was needed by called routines    *
    5255!*****************************************************************************
    5356!                                                                            *
     
    205208      endif
    206209! readwind process skips this step
    207       if (.not.(lmpreader.and.lmp_use_reader)) call convmix(itime)
     210      if (.not.(lmpreader.and.lmp_use_reader)) call convmix(itime,metdata_format)
    208211    endif
    209212
     
    218221    if (mp_measure_time) call mpif_mtime('getfields',0)
    219222
    220     call getfields(itime,nstop1,memstat)
     223    call getfields(itime,nstop1,memstat,metdata_format)
    221224
    222225    if (mp_measure_time) call mpif_mtime('getfields',1)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG