Changeset 4c64400 in flexpart.git for src/outg_mod.f90


Ignore:
Timestamp:
Nov 8, 2016, 4:42:27 PM (7 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:
c8fc724
Parents:
16b61a5
Message:

Bugfix for double precision dry deposition calculation. Added (hardcoded) option to not use output kernel. Version/date string updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/outg_mod.f90

    r6a678e3 r4c64400  
    2222module outg_mod
    2323
    24   use par_mod, only: dep_prec
     24  use par_mod, only: dep_prec, sp
    2525
    2626  implicit none
     
    3939  real,allocatable, dimension (:,:,:) :: factor3d
    4040  real,allocatable, dimension (:,:,:) :: grid
    41   real(dep_prec),allocatable, dimension (:,:) :: wetgrid
    42   real(dep_prec),allocatable, dimension (:,:) :: drygrid
     41  real(sp),allocatable, dimension (:,:) :: wetgrid
     42  real(sp),allocatable, dimension (:,:) :: drygrid
    4343  real,allocatable, dimension (:,:,:) :: gridsigma
    4444  real(dep_prec),allocatable, dimension (:,:) :: drygridsigma
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG