Processing of ECMWF data for BOLCHEM

Structure of the directory where to process ECMWF data:

WARNING: libgribex package is needed!
WARNING: ECMWF domain should be greater than BOLAM domain (ask Massimo D'Isidoro for details.)

Procedure:

1) modify the script pre/preproc.run to find the files located in include, soil and input_data

2) modify the file include/preproc.inc

DLON, DLAT : which can be <= ECMWF resolution (DXA and DYA in this file)

X0D,Y0D : center of Bolam domain and is almost equal to geographical center of the domain

IANA and JANA: number of longitude and latitude points (eg. IANA=(latN-latS)/DYA))

X1A,Y1A : coordinates of south-west angle of ECMWF domain

3) modify the file include/dimensions.inc NLON, NLAT :number of points in BOLAM domain

 There is no direct relationship between NLON&NLAT and IANA&JANA,
only the rule that NLON,NLAT should be smaller than IANA, JANA.