Changes between Initial Version and Version 1 of Ticket #224


Ignore:
Timestamp:
Jan 17, 2019, 9:32:38 AM (5 years ago)
Author:
pesei
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #224 – Description

    initial v1  
    22
    33I'm trying to extract fields at ECMWF on ecgate.
    4 flex_extract_v7.0.4 or flex_extract_v7.0.3 always produce the same error:
     4`flex_extract_v7.0.4` or `flex_extract_v7.0.3` always produce the same error:
     5
     6{{{
    57ECCODES ERROR   :  Maximum value out of range: inf.
    6 This happens, when submit.py executes prepareFLEXPART.py. The downloading of the data
     8}}}
     9
     10This happens, when `submit.py` executes `prepareFLEXPART.py`. The downloading of the data
    711from MARS archive works without problems.
    8 The error Maximum value out of range: inf also occurs, if I use the module grip_api instead of eccodes. What I'm doing wrong?
     12The error `Maximum value out of range: inf` also occurs, if I use the module `grip_api` instead of `eccodes`. What I'm doing wrong?
    913
    1014My installation process :
    11 I have installed flex_extract_v7.0.4 directly on ecgate and I directly execute it there.
    12 The gfortran I'm using is: /usr/local/apps/gcc/6.3.0/bin/gfortran
     15I have installed `flex_extract_v7.0.4` directly on ecgate and I directly execute it there.
     16The gfortran I'm using is: `/usr/local/apps/gcc/6.3.0/bin/gfortran`
    1317
    1418I have loaded the required modules in this order:
    15 python 2.7.12-01 , jasper 1.900.1 , eccodes 2.9.2 , fftw 3.3.4 , emos 458
     19`python 2.7.12-01 , jasper 1.900.1 , eccodes 2.9.2 , fftw 3.3.4 , emos 458`
    1620
    1721I have compiled the code in the subdirectory python with:
    18 ./install.py --target=local --makefile=Makefile.gfortran
     22`./install.py --target=local --makefile=Makefile.gfortran`
    1923Compilation is successful, no problems, no warnings here.
    2024
    21 After inserting DAY1 20180711 and DAY2 20180711 in CONTROL.temp,
     25After inserting `DAY1 20180711` and `DAY2 20180711` in `CONTROL.temp`,
    2226I run the model on ecgate with following command:
     27
     28{{{
    2329./submit.py --controlfile CONTROL.temp --inputdir /scratch/ms/datex/dw0/FLEXPART/INPUT --outputdir / scratch/ms/datex/dw0/FLEXPART/OUTPUT
     30}}}
    2431
    2532After the successful download of the data from MARS-archive and the creation of a lot of
    2633flux and fort files the process crashes with the following error message:
    2734
     35
     36{{{
    2837ECCODES ERROR   :  Maximum value out of range: inf
    2938ECCODES ERROR   :  unable to compute packing parameters
     
    4251    raise CalledProcessError(retcode, cmd)
    4352subprocess.CalledProcessError: Command '['/home/ms/datex/dw0/FLEXPART/flex_extract_v7.0.4/flex_extract/python/../src//CONVERT2']' returned non-zero exit status 242
     53}}}
    4454
    45 The same happens using flex_extract_v7.0.3. I have also tested other control files. Always
     55The same happens using `flex_extract_v7.0.3`. I have also tested other control files. Always
    4656the same error.
    4757
hosted by ZAMG