Changeset 6a678e3 in flexpart.git for src/concoutput_mpi.f90


Ignore:
Timestamp:
Jan 25, 2016, 2:17:34 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:
26f6039
Parents:
fddc6ec
Message:

Added option to use double precision for calculating the deposition fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/concoutput_mpi.f90

    rfdc0f03 r6a678e3  
    6868  use com_mod
    6969  use mpi_mod
     70  use mean_mod
    7071
    7172  implicit none
     
    9596
    9697!real sparse_dump_u(numxgrid*numygrid*numzgrid)
    97   real :: auxgrid(nclassunc),gridtotal,gridsigmatotal,gridtotalunc
    98   real :: wetgridtotal,wetgridsigmatotal,wetgridtotalunc
    99   real :: drygridtotal,drygridsigmatotal,drygridtotalunc
     98  real(dep_prec) :: auxgrid(nclassunc)
     99  real(sp) :: gridtotal,gridsigmatotal,gridtotalunc
     100  real(dep_prec) :: wetgridtotal,wetgridsigmatotal,wetgridtotalunc
     101  real(dep_prec) :: drygridtotal,drygridsigmatotal,drygridtotalunc
    100102  real :: halfheight,dz,dz1,dz2,tot_mu(maxspec,maxpointspec_act)
    101103  real,parameter :: smallnum = tiny(0.0) ! smallest number that can be handled
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG