Changeset 8ed5f11 in flexpart.git for src/par_mod.f90


Ignore:
Timestamp:
Apr 7, 2016, 8:55:43 AM (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:
e31b3b5
Parents:
7e52e2e
Message:

Minor cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/par_mod.f90

    r1c3c778 r8ed5f11  
    2828!        1997                                                                  *
    2929!                                                                              *
    30 !        Last update 15 August 2013 IP                                         *
     30!        Update 15 August 2013 IP                                              *
     31!                                                                              *
     32!        ESO 2016:                                                             *
     33!          GFS specific parameters moved to gfs_mod.f90                        *
     34!          ECMWF specific parameters moved to ecmwf_mod.f90                    *
    3135!                                                                              *
    3236!*******************************************************************************
     
    3438module par_mod
    3539
     40!************************************************************************
    3641! wind_mod: is gfs_mod.f90 for target gfs, ecmwf_mod.f90 for target ecmwf
    3742!************************************************************************
     
    135140  !*********************************************
    136141 
    137   ! nxmax,nymax,nuvzmax,nwzmax,nzmax:
    138   ! Moved to ecmwf.f90 (for ECMWF) / gfs.f90 (GFS)
     142  ! Moved to ecmwf_mod.f90 (for ECMWF) / gfs_mod.f90 (for GFS)
    139143 
    140 
    141   !integer,parameter :: nxmax=361,nymax=181,nuvzmax=92,nwzmax=92,nzmax=92 !FNL XF
    142   !integer,parameter :: nxmax=361,nymax=181,nuvzmax=152,nwzmax=152,nzmax=152 !ECMWF new
    143   !integer,parameter :: nxmax=361,nymax=181,nuvzmax=92,nwzmax=92,nzmax=92 !ECMWF
    144   !integer,parameter :: nxmax=721,nymax=361,nuvzmax=64,nwzmax=64,nzmax=64
    145 
    146 !  integer,parameter :: nxshift=359 ! for ECMWF
    147   !integer,parameter :: nxshift=0     ! for GFS or FNL
    148 
    149144  integer,parameter :: nconvlevmax = nuvzmax-1
    150145  integer,parameter :: na = nconvlevmax+1
    151 
    152   ! moved to gfs_mod.f90 / ecmwf_mod.f90
    153   !
    154   ! nxmax,nymax        maximum dimension of wind fields in x and y
    155   !                    direction, respectively
    156   ! nuvzmax,nwzmax     maximum dimension of (u,v) and (w) wind fields in z
    157   !                    direction (for fields on eta levels)
    158   ! nzmax              maximum dimension of wind fields in z direction
    159   !                    for the transformed Cartesian coordinates
    160   ! nxshift            for global grids (in x), the grid can be shifted by
    161   !                    nxshift grid points, in order to accomodate nested
    162   !                    grids, and output grids overlapping the domain "boundary"
    163   !                    nxshift must not be negative; "normal" setting would be 0
    164146
    165147  ! ntracermax         maximum number of tracer species in convection
    166148  ! nconvlevmax        maximum number of levels for convection
    167149  ! na                 parameter used in Emanuel's convect subroutine
    168 
    169 
    170   !*********************************************
    171   ! Maximum dimensions of the nested input grids
    172   !*********************************************
    173 
    174   !integer,parameter :: maxnests=0, nxmaxn=0, nymaxn=0
    175   !integer,parameter :: maxnests=0,nxmaxn=351,nymaxn=351 !ECMWF
    176 
    177   !integer,parameter :: maxnests=1, nxmaxn=201, nymaxn=161 ! FNL XF
    178   ! maxnests                maximum number of nested grids
    179   ! nxmaxn,nymaxn           maximum dimension of nested wind fields in
    180   !                         x and y direction, respectively
    181150
    182151
     
    217186  !**************************************************
    218187
    219   integer,parameter :: maxpart=40000000
     188  integer,parameter :: maxpart=10000
    220189  integer,parameter :: maxspec=1
    221190  real,parameter :: minmass=0.0001
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG