-
Notifications
You must be signed in to change notification settings - Fork 0
jhan_HaC1.1
Paul Leopardi edited this page Oct 8, 2024
·
9 revisions
First we note that the variables actually required at the radiation call have been overstated in previous implementations.
- We first remove these superfluous variables from our calls.
- We separate the albedo, radiation subroutines and files into seperate modules so we can exclusively use these on the radiation call.
- We remove un-neccessary calls and allocations in the radiation pathway.
- We separate subroutines to define L_tile_pts much earlier than previously
first working with code @ revision 14310
In HaC version 1.2 we plan to:
- Further tidy this implementation.
And NOT alter the results - i.e. maintain bitwise reproducability.
Bitwise reproducability will be compromised in version 1.3.