Changeset 78e62dc in flexpart.git for src/FLEXPART_MPI.f90


Ignore:
Timestamp:
May 12, 2015, 12:28:19 PM (9 years ago)
Author:
flexpart <>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
0f20c31
Parents:
2f8635b
Message:

New OH parameter in SPECIES files (now 3 instead of 2). New path to OH binariy files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART_MPI.f90

    r2f8635b r78e62dc  
    7777
    7878  ! FLEXPART version string
    79   flexversion='Ver. 10.0pre MPI (2015-03-01)'
     79  flexversion='Ver. 10 Beta MPI (2015-05-01)'
    8080  verbosity=0
    8181
     
    336336  !******************************************************************
    337337
     338  if (mp_measure_time) call mpif_mtime('iotime',0)
     339  if (lroot) then ! MPI: this part root process only
     340
    338341  if (lnetcdfout.eq.1) then
    339342    call writeheader_netcdf(lnest=.false.)
     
    350353  endif
    351354
    352   if (lroot) then ! MPI: this part root process only
     355!
    353356    if (verbosity.gt.0) then
    354357      print*,'call writeheader'
     
    364367  end if ! (mpif_pid == 0)
    365368
     369  if (mp_measure_time) call mpif_mtime('iotime',0)
     370
    366371  !open(unitdates,file=path(2)(1:length(2))//'dates')
    367 
    368 !open(unitdates,file=path(2)(1:length(2))//'dates')
    369372
    370373  if (verbosity.gt.0 .and. lroot) then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG