Usage
-----
The ready-to-use arts xml files (formatted in ArrayOfGriddedField4) are stored under this path. Please use only the "*.xml.gz" files and ignore potential "*.temp" files.

OR

If you want to convert the ECMWF profile datasets by yourself to the ArrayOfGriddedField4 format, please follow these steps:
1) Download the original files from the NWP SAF wep page
2) Extract the downloaded file 'profiles137.tar.gz' to this path.
3) Compile "extract_arts_l137.f90" with your favourite FORTRAN compiler (e.g. f95)
4) Run the compiled output file
5) Run "ConvertCompactAtm_ArrayOfMatrix-to-ArrayOfGriddedField4.arts" with your arts distribution


Files
-----
*.xml.gz [ARTS (gridded field) format] - Contains a matrix of the atmospheric profiles (row: pressure level, col: atmospheric variables):
    1) pressure [Pa] 
    2) Temperature [K] 
    3) Height [m]
    4) CLW [kg/m^3]
    5) CIW[kg/m^3]
    6) Rain[kg/(m2*s)]
    7) Snow[kg/(m2*s)]
    8) H2O_VMR[1]
    9) O3_VMR[1]
    
*_surface.xml.gz - contains the profile index, surface variables and geographic location:
    1) Profile index [1-25000]
    2) Ln of Surf Pressure in [Pa]
    3) Surface geopotential [m2/s2] 
    4) Surface Skin Temperature [K]
    5) 2m Temperature [K]
    6) 2m Dew point temperature [K]
    7) 10m wind speed [m/s]
    8) 10m wind direction [-180 to 180 DEG] (to where the wind blows,
       0 means North)
    9) Stratiform precipitation at surface [m]
    10) Convective precipitation at surface [m]
    11) Snowfall at surface [m] (water equival.)
    12) Land/sea Mask [0-1] (1=land, 0=ocean)
    13) Latitude [deg]
    14) Longitude [deg]
    15) Year
    16) Month    
    17) Day    
    18) Albedo [0-1]  
    19) Roughness [m]  
    20) Low  vegetation type [0-20] 
    21) High vegetation type [0-19] 
    22) Low  vegetation fractional cover [0-1]
    23) High vegetation fractional cover [0-1]
    24) SeaIce cover [0-1]                    
    25) Snow albedo [0-1]                  
    26) Snow density [kg/m3]       
    27) Snow temperature [K]              
    28) Snow depth [m]                       
    29) Soil Layer 1 temperature [K]           
    30) Soil Layer 2 temperature [K]   
    31) Soil Layer 3 temperature [K]      
    32) Soil Layer 4 temperature [K]         
    33) Volumetric Soil Water Layer 1 [m3/m3] 
    34) Volumetric Soil Water Layer 2 [m3/m3]  
    35) Volumetric Soil Water Layer 3 [m3/m3]  
    36) Volumetric Soil Water Layer 4 [m3/m3]  
    37) Ice temperature Layer 1 [K]       
    38) Ice temperature Layer 2 [K]       
    39) Ice temperature Layer 3 [K]           
    40) Ice temperature Layer 4 [K]
    
*_extra.xml.gz [ARTS (gridded field) format] - Contains additional atmospheric variables on different pressure levels:
    1) Pressure [Pa]
    2) Fractional cloud cover [0-1]
    3) Vertical velocity [m/s]
