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

CARFIN export : Wrong value for NX/NY/NZ #3781

Closed
magnesj opened this issue Nov 30, 2018 · 0 comments
Closed

CARFIN export : Wrong value for NX/NY/NZ #3781

magnesj opened this issue Nov 30, 2018 · 0 comments
Assignees
Labels
BugInRelease Bug in an official release

Comments

@magnesj
Copy link
Member

magnesj commented Nov 30, 2018

Currently, only the refinement is specified in NX. The refinement has to be multiplied by number of cells along the given axis.

Eksempel definisjon av NX, NY, NZ for CARFIN export:

  • NX = X_refinement * ( I2 – I1 + 1 )

The CARFIN keyword is followed by the following items of data, terminated by a slash (/):

  1. Name of the local grid refinement (up to 8 characters).
  2. I1 Lower I-coordinate of the box in the parent grid.
  3. I2 Upper I-coordinate of the box in the parent grid.
  4. J1 Lower J-coordinate of the box in the parent grid.
  5. J2 Upper J-coordinate of the box in the parent grid.
  6. K1 Lower K-coordinate of the box in the parent grid.
  7. K2 Upper K-coordinate of the box in the parent grid.
  8. NX Number of refined cells along the X-direction.
  9. NY Number of refined cells along the Y-direction.
  10. NZ Number of refined cells along the Z-direction.

Best regards,

@magnesj magnesj added the BugInRelease Bug in an official release label Nov 30, 2018
@magnesj magnesj added this to the Maintenance Dec 2018 milestone Nov 30, 2018
@magnesj magnesj changed the title CARFIN export CARFIN export : Wrong value for NX/NY/NZ Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BugInRelease Bug in an official release
Projects
None yet
Development

No branches or pull requests

2 participants