Changeset 6a678e3 in flexpart.git for src/concoutput_surf_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_surf_mpi.f90

    r5f9d14a r6a678e3  
    6969  use com_mod
    7070  use mpi_mod
     71  use mean_mod
    7172
    7273  implicit none
     
    9697
    9798  !real sparse_dump_u(numxgrid*numygrid*numzgrid)
    98   real :: auxgrid(nclassunc),gridtotal,gridsigmatotal,gridtotalunc
    99   real :: wetgridtotal,wetgridsigmatotal,wetgridtotalunc
    100   real :: drygridtotal,drygridsigmatotal,drygridtotalunc
     99  real(dep_prec) :: auxgrid(nclassunc)
     100  real(sp) :: gridtotal,gridsigmatotal,gridtotalunc
     101  real(dep_prec) :: wetgridtotal,wetgridsigmatotal,wetgridtotalunc
     102  real(dep_prec) :: drygridtotal,drygridsigmatotal,drygridtotalunc
    101103  real :: halfheight,dz,dz1,dz2,tot_mu(maxspec,maxpointspec_act)
    102104  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