NWC-CUAHSI-Summer-Institute / LGAR-py

LGAR in python/torch
MIT License
4 stars 0 forks source link

Fixed bottom flux indentation issue #19

Closed taddyb closed 11 months ago

taddyb commented 1 year ago

What was done:

Solution:

            bottom_flux_cm = bottom_flux_cm + bottom_flux_cm_temp
        if self.next_layer is not None:
            return bottom_flux_cm + self.next_layer.wetting_front_cross_domain_boundary()
        else:
            return bottom_flux_cm

Testing:

taddyb commented 11 months ago

Closing as it's fixed in #21