Changeset 61e07ba in flexpart.git for src/par_mod.f90


Ignore:
Timestamp:
Aug 11, 2017, 12:01:12 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:
6ecb30a
Parents:
b5127f9
Message:

Adding files from CTBTO project wo_17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/par_mod.f90

    r6985a98 r61e07ba  
    3737
    3838module par_mod
    39 
    40 !************************************************************************
    41 ! wind_mod: is gfs_mod.f90 for target gfs, ecmwf_mod.f90 for target ecmwf
    42 !************************************************************************
    43   use wind_mod
    4439
    4540  implicit none
     
    146141  !*********************************************
    147142 
    148   ! 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=361,nymax=181,nuvzmax=138,nwzmax=138,nzmax=138 !NCEP data
     147
     148!  !integer,parameter :: nxshift=359  ! for ECMWF
     149!  integer,parameter :: nxshift=0     ! for GFS
     150!  integer,parameter :: nxmax=15,nymax=15,nuvzmax=140,nwzmax=140,nzmax=140
     151  integer,parameter :: nxshift=359  ! for ECMWF
     152!  integer,parameter :: nxshift=0     ! for GFS
     153
     154  !*********************************************
     155  ! Maximum dimensions of the nested input grids
     156  !*********************************************
     157
     158  integer,parameter :: maxnests=0,nxmaxn=451,nymaxn=226
     159
     160  ! nxmax,nymax        maximum dimension of wind fields in x and y
     161  !                    direction, respectively
     162  ! nuvzmax,nwzmax     maximum dimension of (u,v) and (w) wind fields in z
     163  !                    direction (for fields on eta levels)
     164  ! nzmax              maximum dimension of wind fields in z direction
     165  !                    for the transformed Cartesian coordinates
     166  ! nxshift            for global grids (in x), the grid can be shifted by
     167  !                    nxshift grid points, in order to accomodate nested
     168  !                    grids, and output grids overlapping the domain "boundary"
     169  !                    nxshift must not be negative; "normal" setting would be 0
     170
    149171 
    150172  integer,parameter :: nconvlevmax = nuvzmax-1
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG