Changes in src/par_mod.f90 [d1a8707:d8eed02] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/par_mod.f90

    rd1a8707 rd8eed02  
    3838module par_mod
    3939
    40 !************************************************************************
    41 ! wind_mod: is gfs_mod.f90 for target gfs, ecmwf_mod.f90 for target ecmwf
    42 !************************************************************************
    43   use wind_mod
    44 
    4540  implicit none
    4641
     
    5853
    5954  integer,parameter :: dep_prec=sp
     55
     56  !****************************************************************
     57  ! Set to T to disable use of kernel for concentrations/deposition
     58  !****************************************************************
     59
     60  logical, parameter :: lnokernel=.false.
    6061
    6162  !***********************************************************
     
    140141  !*********************************************
    141142 
    142   ! Moved to ecmwf_mod.f90 (for ECMWF) / gfs_mod.f90 (for GFS)
     143!  integer,parameter :: nxmax=361,nymax=181,nuvzmax=92,nwzmax=92,nzmax=92 !ECMWF new
     144  integer,parameter :: nxmax=361,nymax=181,nuvzmax=138,nwzmax=138,nzmax=138 !ECMWF new
     145
     146!  integer,parameter :: nxmax=181,nymax=91,nuvzmax=138,nwzmax=138,nzmax=138 !ECMWF new
     147
     148!  INTEGER,PARAMETER :: nxmax=361,nymax=181,nuvzmax=138,nwzmax=138,nzmax=138 !NCEP data
     149
     150!  integer,parameter :: nxshift=359  ! for ECMWF
     151  integer,parameter :: nxshift=0     ! for GFS
     152
     153  !*********************************************
     154  ! Maximum dimensions of the nested input grids
     155  !*********************************************
     156
     157  integer,parameter :: maxnests=1,nxmaxn=451,nymaxn=226
     158
     159  ! nxmax,nymax        maximum dimension of wind fields in x and y
     160  !                    direction, respectively
     161  ! nuvzmax,nwzmax     maximum dimension of (u,v) and (w) wind fields in z
     162  !                    direction (for fields on eta levels)
     163  ! nzmax              maximum dimension of wind fields in z direction
     164  !                    for the transformed Cartesian coordinates
     165  ! nxshift            for global grids (in x), the grid can be shifted by
     166  !                    nxshift grid points, in order to accomodate nested
     167  !                    grids, and output grids overlapping the domain "boundary"
     168  !                    nxshift must not be negative; "normal" setting would be 0
     169
    143170 
    144171  integer,parameter :: nconvlevmax = nuvzmax-1
     
    186213  !**************************************************
    187214
    188   integer,parameter :: maxpart=20000000
    189   integer,parameter :: maxspec=2
     215  integer,parameter :: maxpart=10000000
     216  integer,parameter :: maxspec=4
     217
    190218  real,parameter :: minmass=0.0001
    191219
     
    262290  integer,parameter ::  icmv=-9999
    263291
    264 ! Parameters for testing
    265 !*******************************************
    266 !  integer :: verbosity=0
    267292
    268293end module par_mod
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG