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

Bunch of improvements to backward ray tracers #34

Merged
merged 18 commits into from
Oct 23, 2024

Conversation

MennoVeerman
Copy link
Collaborator

@MennoVeerman MennoVeerman commented Jul 18, 2024

  • add option to obtain slanted LWP and cloud optical depth, and distance to nearest cloud, for each camera pixel
  • dividing broadband radiance by sun solid angle, now we actually get radiances
  • enable bw raytracer to compute xyz and radiance in one go, rather than requiring two subsequent runs

@MennoVeerman MennoVeerman changed the title improve compiler flags for snellius A100 gpu Bunch of improvements to backward ray tracers Aug 20, 2024

if ( (icol_x < grid_cells.x) && (icol_y < grid_cells.y) && (iz < grid_cells.z) )
if ( (icol_x < grid_cells.x) && (icol_y < grid_cells.y) && (iz < (grid_cells.z - 1)) )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why z-1? Is because out of domain means entering the top layer? If so, the new config allows for TOA fluxes instead of TOD, do we want that?

@Chiil Chiil merged commit f76f91a into microhh:update_to_reference Oct 23, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants