Opened 5 years ago

Last modified 4 years ago

#214 accepted Defect

global OUTGRID is rejected — at Initial Version

Reported by: pesei Owned by: petra
Priority: major Milestone: FLEXPART 10
Component: FP coding/compilation Version: FLEXPART 9.0.2
Keywords: Cc:

Description

readoutgrid.f90 checks whether the outgrid falls within the boundaries of the meteo domain. However, a global meteo domain is a special case which is not considered here.

For example, with 0.75 deg meteo resolution (ERA-Interim), the first grib point has a longitude of -179.25 deg.
For a global OUTGRID, outlon0 has to be set to -180. This is rejected by

{{{#fortran

if ((outlon0+eps.lt.xlon0).or.(outlat0+eps.lt.ylat0) &

.or.(xr.gt.xr1+eps).or.(yr.gt.yr1+eps)) then

}}}

Change History (0)

Note: See TracTickets for help on using tickets.
hosted by ZAMG