Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 210)

Ticket Resolution Summary Owner Reporter
#261 fixed Installation of flex_extract v7.1 anphi ebilgic
Description

Hi,

I am trying to install last version of flex_extract (v7.1). It seems easier than older versions. But, I failed in the beginning.

First, I changed related parameters in setup.sh:

 TARGET='ecgate'
    MAKEFILE='Makefile.gfortran'
    ECUID='tm1e'
    ECGID='tr'
    GATEWAY=None
    DESTINATION=None
    INSTALLDIR=None
    JOB_TEMPLATE='job.template'
    CONTROLFILE='CONTROL_EA5'

and I loaded pyhton3 module:

    module load python3

I get this message:

    load python3 3.6.8-01 (PATH, MANPATH)

I think everything is ok, but wen I run the setup.sh (./setup.sh), I received following message:

Please enter your ECMWF user id and group id as well as the
    name of the local gateway and the ectrans destination
    with command line options --ecuid --ecgid                    --gateway --destination
    Try "install.py -h" to print usage information
    Please consult ecaccess documentation or ECMWF user                    support for further details

Regards, Efem

#171 duplicate Segmentation Fault Flexpart WRF 3.3 pesei fcarotenuto
Description

Dear all,

I'm trying to run flexpart-wrf-3.3 on Ubuntu Budgie 17.04 (gfortran) but every time I try running it, it crashes with "Segmentation fault".

  • Error happens both with serial and omp
  • Using netcdf 4
  • Stack-size unlimited with ulimit -s unlimited and confirmed by running ulimit -S -a
  • No errors during compilation, only two warnings:

gfortran -c -I/usr/local/include -O3 -m64 -mcmodel=medium -fconvert=little-endian -finit-local-zero -fno-range-check -DNETCDF4_OUTPUT random.f90 random.f90:68:14:

1 v1=2.*ran3(idum)-1.

1

Warning: Missing actual argument for argument ‘inext’ at (1) random.f90:69:14:

v2=2.*ran3(idum)-1.

1

Warning: Missing actual argument for argument ‘inext’ at (1)


  • Program is being compiled and run into a VM at the moment (my main workstation is locked into a WRF job)

Thanks for the support!

#283 fixed eccodes error when using ERA5 data as Flexpart's input fcheng
Description

Dear Flexpart community,

I have encountered an error message when using ERA5 data (downloaded by flex_extract v7.1.2) as the model input for Flexpart:

 ECMWF metdata detected
ECCODES ERROR   :   wrong size (244) for pv it contains 276 values 
ECCODES ERROR   :  gridcheck: Error Passed array is too small

It seems to point out the wrong size of the pv data (potential vorticity?).

But the FLEXPART model can run without bugs if I use ERA-interim data. So I guess the error may come from the ERA5 data.

Below is my CONTROL file to download the ERA5 data using flex_extract v7.1.2:

START_DATE 20080601
END_DATE   20080601
DTIME 1
TYPE AN AN AN AN AN AN AN AN
TIME 00 03 06 09 12 15 18 21
STEP 00 00 00 00 00 00 00 00
ACCTYPE FC
ACCTIME 06/18
ACCMAXSTEP 12
CLASS EA
STREAM OPER
DATASET ERA5
GRID 1
LEFT -179.
LOWER -70.
UPPER 70.
RIGHT 180.
LEVELIST 1/to/137
RESOL 159
ETA 1
CWC 1
RRINT 1
FORMAT GRIB2
PREFIX EAnew
ECTRANS 0

Is there anything wrong with the CONTROL setting? Any helps/hints with this error message would be much appreciated. Thanks a lot!

Warm regards, Fandy

Note: See TracQuery for help on using queries.
hosted by ZAMG