Changes in / [e31b3b5:8ed5f11] in flexpart.git


Ignore:
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • README_PARALLEL.md

    rec7fc72 r5f42c27  
    168168    * NetCDF output
    169169    * Namelist input/output
     170
     171 -Implemented but untested:
    170172    * Domain-filling trajectory calculations
    171173    * Nested wind fields
    172174
    173  -Implemented but untested:
    174 
    175     * Backward runs (but not initial_cond_output.f90)
    176 
    177175 -The following will most probably not work (untested/under developement):
    178176
    179     * Calculation/output of fluxes
     177    * Backward runs
    180178
    181179 -This will positively NOT work yet
  • src/mpi_mod.f90

    rec7fc72 r8ed5f11  
    120120  logical, parameter :: mp_dbg_out = .false.
    121121  logical, parameter :: mp_time_barrier=.true.
    122   logical, parameter :: mp_measure_time=.false.
     122  logical, parameter :: mp_measure_time=.true.
    123123  logical, parameter :: mp_exact_numpart=.true.
    124124
  • src/readspecies.f90

    rec7fc72 r9484483  
    151151!  write(*,*) density(pos_spec)
    152152    read(unitspecies,'(e18.1)',end=22) dquer(pos_spec)
    153     write(*,*) 'dquer(pos_spec):', dquer(pos_spec)
     153!  write(*,*) dquer(pos_spec)
    154154    read(unitspecies,'(e18.1)',end=22) dsigma(pos_spec)
    155155!  write(*,*) dsigma(pos_spec)
     
    292292  endif
    293293
    294   if (((weta(pos_spec).gt.0).or.(wetb(pos_spec).gt.0)).and.(henry(pos_spec).le.0)) then
     294  if ((weta(pos_spec).gt.0).and.(henry(pos_spec).le.0)) then
    295295    if (dquer(pos_spec).le.0) goto 996 ! no particle, no henry set
    296296  endif
  • src/timemanager.f90

    rec7fc72 r6a678e3  
    145145!CGZ-lifetime: set lifetime to 0
    146146 
    147   write(*,46) float(itime)/3600,itime,numpart
     147
    148148
    149149  if (verbosity.gt.0) then
     
    431431
    432432        !write(*,46) float(itime)/3600,itime,numpart
    433 45      format(i13,' SECONDS SIMULATED: ',i13, ' PARTICLES:    Uncertainty: ',3f7.3)
    434 46      format(' Simulated ',f7.1,' hours (',i13,' s), ',i13, ' particles')
     43345      format(i9,' SECONDS SIMULATED: ',i8, ' PARTICLES:    Uncertainty: ',3f7.3)
     43446      format(' Simulated ',f7.1,' hours (',i9,' s), ',i8, ' particles')
    435435        if (ipout.ge.1) call partoutput(itime)    ! dump particle positions
    436436        loutnext=loutnext+loutstep
  • src/timemanager_mpi.f90

    rec7fc72 r8ed5f11  
    494494          if (mp_measure_time) call mpif_mtime('iotime',1)
    495495
     496! :TODO: Correct calling of conc_surf above?
     497
     498!   call concoutput_surf(itime,outnum,gridtotalunc,wetgridtotalunc,drygridtotalunc)
     499! endif
     500
    496501          if (nested_output.eq.1) then
    497502
     
    689694
    690695        if (mp_measure_time) call mpif_mtime('advance',0)
     696!mp_advance_wtime_beg = mpi_wtime()
    691697
    692698        call advance(itime,npoint(j),idt(j),uap(j),ucp(j),uzp(j), &
     
    695701
    696702        if (mp_measure_time) call mpif_mtime('advance',1)
     703
     704        ! mp_advance_wtime_end = mpi_wtime()
     705        ! mp_advance_wtime_total = mp_advance_wtime_total + (mp_advance_wtime_end - &
     706        !      & mp_advance_wtime_beg)
    697707
    698708
  • src/wetdepo.f90

    rec7fc72 r1c3c778  
    258258      wetscav=0.   
    259259
     260!ZHG test if it nested?
    260261      if (ngrid.gt.0) then
    261262        act_temp=ttn(ix,jy,hz,n,ngrid)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG