Changeset 2eefa58 in flexpart.git for src/com_mod.f90


Ignore:
Timestamp:
May 27, 2019, 3:28:44 PM (5 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
Children:
6741557
Parents:
f963113
Message:

Added Ronas changes for inversion output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com_mod.f90

    r0a94e13 r2eefa58  
    124124  ! lnetcdfout   1 for netcdf grid output, 0 if not. Set in COMMAND (namelist input)
    125125
     126  integer :: linversionout
     127  ! linversionout 1 for one grid_time output file for each release containing all timesteps
     128
    126129  integer :: nageclass,lage(maxageclass)
    127130
     
    176179  real :: ri(5,numclass),rac(5,numclass),rcl(maxspec,5,numclass)
    177180  real :: rgs(maxspec,5,numclass),rlu(maxspec,5,numclass)
    178   real :: rm(maxspec),dryvel(maxspec)
     181  real :: rm(maxspec),dryvel(maxspec),kao(maxspec)
    179182  real :: ohcconst(maxspec),ohdconst(maxspec),ohnconst(maxspec)
    180183
     
    361364  real :: ciwc(0:nxmax-1,0:nymax-1,nzmax,numwfmem)=0.0 !ice      [kg/kg]
    362365  real :: clw(0:nxmax-1,0:nymax-1,nzmax,numwfmem)=0.0  !combined [m3/m3]
    363 
     366! RLT add pressure and dry air density
     367  real :: prs(0:nxmax-1,0:nymax-1,nzmax,numwfmem)
     368  real :: rho_dry(0:nxmax-1,0:nymax-1,nzmax,numwfmem)
    364369  real :: pv(0:nxmax-1,0:nymax-1,nzmax,numwfmem)
    365370  real :: rho(0:nxmax-1,0:nymax-1,nzmax,numwfmem)
     
    383388  ! uupol,vvpol [m/s]    wind components in polar stereographic projection
    384389  ! tt [K]               temperature data
     390  ! prs                  air pressure
    385391  ! qv                   specific humidity data
    386392  ! pv (pvu)             potential vorticity
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG