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

Creation of a profile when using "zint" function of the plane_layer_volume tool #19

Open
vbouillaut opened this issue Aug 2, 2021 · 1 comment

Comments

@vbouillaut
Copy link

Hi,

The function zint() of the plane_layer_volume package creates a profile + a verticalSums even when applied on a profile instead of only a verticalSums.

Vincent Bouillaut

@BenMql
Copy link
Owner

BenMql commented Aug 30, 2021

@vbouillaut ,
That is correct: applying the zint method of the plane_layer_volume class of ${CORAL}/etc/python_scripts/process_data.py to a profile, say p(z), computes two quantities:

  • An integrated profile q(z) = int_{u=zmin}^{u=z} p(u) du (with z being a point of the Gauss colocation grid)
  • the vertical sum int_{u=zmin}^{u=zmax} p(u) du
    I will leave this issue open until I have time to document this feature in the wiki.

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

2 participants