-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flexpart not setup with the larger grid (GFS 0.25 or 0.5 deg). #8
Comments
export ECCODES_DIR=/home/ubuntu/flexpart |
http://paisheng.me/2018/08/10/FLEXPART_INSTALLATION_NOTE/ instruction with grib2 |
[18:28]:ubuntu@roman-vm-20201212175248:~/workdir/template:>./FLEXPART
Welcome to FLEXPART Version 10.4 (2019-11-12)
FLEXPART is free software released under the GNU General Public License.
----------------
INFORMATION: SUBGRIDSCALE TERRAIN EFFECT IS
NOT PARAMETERIZED DURING THIS SIMULATION.
----------------
FLEXPART WARNING: TIME DIFFERENCE BETWEEN TWO
WIND FIELDS IS BIG. THIS MAY CAUSE A DEGRADATION
OF SIMULATION QUALITY.
NCEP metdata detected
FLEXPART error: Too many grid points in x direction.
Reduce resolution of wind fields.
Or change parameter settings in file par_mod.
721 361
Note: The following floating-point exceptions are signalling: IEEE_UNDERFLOW_FLAG IEEE_DENORMAL |
After change default setup par_mod.f90 to ./FLEXPART
Segmentation fault |
Synkevych
changed the title
Flexpart not setup with the larger grid (GFS 0.25deg).
Flexpart not setup with the larger grid (GFS 0.25 or 0.5 deg).
Dec 14, 2020
Maybe library |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of the settings needed for customization flexpart, file ~/.bashrc
export DIR=/home/sunkevu4/libraries
export PATH="$PATH:/usr/local/lib"
export GRIB_API=/home/sunkevu4/flexpart
export GRIB_API_BIN=$GRIB_API/bin
export GRIB_API_LIB=$GRIB_API/lib
export GRIB_API_INCLUDE=$GRIB_API/include
export PATH=$GRIB_API_BIN:$PATH
The text was updated successfully, but these errors were encountered: