Changeset 32b49c3 in flexpart.git for src/mpi_mod.f90


Ignore:
Timestamp:
Apr 13, 2016, 11:57:08 AM (8 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:
341f4b7
Parents:
e31b3b5
Message:

Parallel version can now save/restart simulations with IPOUT/IPIN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mpi_mod.f90

    re31b3b5 r32b49c3  
    165165!***********************************************************************
    166166    use par_mod, only: maxpart, numwfmem, dep_prec
    167     use com_mod, only: mpi_mode
     167    use com_mod, only: mpi_mode, verbosity
    168168
    169169    implicit none
     
    386386! Dynamic allocation of arrays (in serial code these have size maxpart)
    387387!
     388! Not in use anymore, moved to com_mod for interoperability with serial version
     389!
     390! TODO: remove
    388391!*******************************************************************************
    389392    use com_mod
     
    10431046!***********************************************************************
    10441047    use com_mod
    1045     use par_mod, only: numwfmem
     1048    use par_mod,only: numwfmem
    10461049
    10471050    implicit none
     
    12261229    integer :: d2s1 = nxmax*nymax
    12271230    integer :: d2s2 = nxmax*nymax*maxspec
    1228     integer :: d1s1 = maxwf
     1231!    integer :: d1s1 = maxwf
    12291232
    12301233!*******************************************************************************
     
    14301433! last read was asynchronous to index 2, 3 is free
    14311434      mind=3
     1435    else
     1436! illegal state
     1437      write(*,*) 'mpi_mod> FLEXPART ERROR: Illegal memstat value. Exiting.'
     1438      stop
    14321439    end if
    14331440
     
    16021609!
    16031610!*******************************************************************************
    1604     use com_mod, only: readclouds
     1611!    use com_mod,only: readclouds
    16051612
    16061613    implicit none
    16071614
    16081615
    1609     integer :: n_req
    1610     integer :: i
     1616    integer :: n_req !,i
    16111617
    16121618!***********************************************************************
     
    19581964    implicit none
    19591965
    1960     integer :: ip,j,r
     1966    integer :: ip !,j,r
    19611967
    19621968!***********************************************************************
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG