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

bashrc_flexpart not correct #29

Open
Synkevych opened this issue Aug 23, 2022 · 0 comments
Open

bashrc_flexpart not correct #29

Synkevych opened this issue Aug 23, 2022 · 0 comments

Comments

@Synkevych
Copy link
Owner

It should contain:

DIR=/home/ubuntu/flexpart_lib
export JASPERLIB=$DIR/lib
export JASPERINC=$DIR/include
export LD_LIBRARY_PATH=$DIR/lib:$LD_LIBRARY_PATH
export LDFLAGS=-L$DIR/lib
export CPPFLAGS=-I$DIR/include
export NETCDF=$DIR
export PATH=$DIR/bin:$PATH
export PATH=$DIR/lib:$PATH

And also par_mod.f90 should be changed:
142 integer,parameter :: nxmax=721,nymax=361,nuvzmax=138,nwzmax=138,nzmax=138

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