Changeset 7999df47 in flexpart.git for src/boundcond_domainfill_mpi.f90


Ignore:
Timestamp:
Mar 8, 2016, 3:28:18 PM (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:
c2162ce
Parents:
9b53903
Message:

For parallel domain-filling version, changed info written to screen more consistent with serial version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/boundcond_domainfill_mpi.f90

    r38b7917 r7999df47  
    589589! :TODO: eso parallelize
    590590  if ((ipout.gt.0).and.(itime.eq.loutend)) then
    591     open(unitboundcond,file=path(2)(1:length(2))//'boundcond.bin', &
    592          form='unformatted')
    593     write(unitboundcond) numcolumn_we,numcolumn_sn, &
    594          zcolumn_we,zcolumn_sn,acc_mass_we,acc_mass_sn
    595     close(unitboundcond)
     591    if (lroot) then
     592      open(unitboundcond,file=path(2)(1:length(2))//'boundcond.bin', &
     593           form='unformatted')
     594      write(unitboundcond) numcolumn_we,numcolumn_sn, &
     595           zcolumn_we,zcolumn_sn,acc_mass_we,acc_mass_sn
     596      close(unitboundcond)
     597    end if
    596598  endif
    597599
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG