Changes in src/timemanager_mpi.f90 [d8eed02:b5127f9] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/timemanager_mpi.f90

    rd8eed02 rb5127f9  
    2020!**********************************************************************
    2121
    22 subroutine timemanager(metdata_format)
     22subroutine timemanager
    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    *
    5552!*****************************************************************************
    5653!                                                                            *
     
    8683! xtra1(maxpart), ytra1(maxpart), ztra1(maxpart) =                           *
    8784!                    spatial positions of trajectories                       *
    88 ! metdata_format     format of metdata (ecmwf/gfs)                           *
    8985!                                                                            *
    9086! Constants:                                                                 *
     
    107103  implicit none
    108104
    109   integer :: metdata_format
    110105  logical :: reqv_state=.false. ! .true. if waiting for a MPI_Irecv to complete
    111106  integer :: j,ks,kp,l,n,itime=0,nstop,nstop1,memstat=0
     
    210205      endif
    211206! readwind process skips this step
    212       if (.not.(lmpreader.and.lmp_use_reader)) call convmix(itime,metdata_format)
     207      if (.not.(lmpreader.and.lmp_use_reader)) call convmix(itime)
    213208    endif
    214209
     
    223218    if (mp_measure_time) call mpif_mtime('getfields',0)
    224219
    225     call getfields(itime,nstop1,memstat,metdata_format)
     220    call getfields(itime,nstop1,memstat)
    226221
    227222    if (mp_measure_time) call mpif_mtime('getfields',1)
     
    351346        write (*,*) 'timemanager> call convmix -- forward'
    352347      endif
    353       call convmix(itime,metdata_format)
     348      call convmix(itime)
    354349    endif
    355350
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG