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

    r8a65cb0 r6a678e3  
    6363  use par_mod
    6464  use com_mod
     65  use mean_mod
    6566
    6667  implicit none
     
    9091
    9192  !real sparse_dump_u(numxgrid*numygrid*numzgrid)
    92   real :: auxgrid(nclassunc),gridtotal,gridsigmatotal,gridtotalunc
    93   real :: wetgridtotal,wetgridsigmatotal,wetgridtotalunc
    94   real :: drygridtotal,drygridsigmatotal,drygridtotalunc
     93  real(dep_prec) :: auxgrid(nclassunc)
     94  real(sp) :: gridtotal,gridsigmatotal,gridtotalunc
     95  real(dep_prec) :: wetgridtotal,wetgridsigmatotal,wetgridtotalunc
     96  real(dep_prec) :: drygridtotal,drygridsigmatotal,drygridtotalunc
    9597  real :: halfheight,dz,dz1,dz2,tot_mu(maxspec,maxpointspec_act)
    9698  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