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

question: filter in laplacian #5

Open
barronh opened this issue Oct 15, 2020 · 0 comments
Open

question: filter in laplacian #5

barronh opened this issue Oct 15, 2020 · 0 comments

Comments

@barronh
Copy link

barronh commented Oct 15, 2020

There is Is the purpose of the conditional below computational efficiency?

There is a conditional test that prevents the calculation of var_bin_field, var_bin_lap_field, var_field, and var_lap_field when the lap_field_2d is small.

if ( lap_field_2d(i,j) .gt. 1e-13 ) then

if ( lap_field_2d(i,j) .gt. 1e-13 ) then

Based on testing, I don't think this conditional filter is good for chemical (e.g., no2) calculations. When I remove the filter, the results look much more reasonable.

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