Skip to content
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

Open
Synkevych opened this issue Dec 5, 2020 · 5 comments
Open

Comments

@Synkevych
Copy link
Owner

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

@Synkevych
Copy link
Owner Author

export ECCODES_DIR=/home/ubuntu/flexpart

@Synkevych
Copy link
Owner Author

http://paisheng.me/2018/08/10/FLEXPART_INSTALLATION_NOTE/ instruction with grib2

@Synkevych
Copy link
Owner Author

[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

@Synkevych
Copy link
Owner Author

After change default setup par_mod.f90 to nxmax=721,nymax=361,nuvzmax=138,nwzmax=138,nzmax=138:

./FLEXPART 
Segmentation fault

@Synkevych 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
@Synkevych
Copy link
Owner Author

Maybe library grib_api is installed globally and in a local folder. When we change par_mod.f90 it use global version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant