We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
142 integer,parameter :: nxmax=721,nymax=361,nuvzmax=138,nwzmax=138,nzmax=138
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It should contain:
And also par_mod.f90 should be changed:
142 integer,parameter :: nxmax=721,nymax=361,nuvzmax=138,nwzmax=138,nzmax=138
The text was updated successfully, but these errors were encountered: