Skip to content

jhan_JaC_Redux_JaCFeb2021_initialisation_flowchart

Paul Leopardi edited this page Oct 8, 2024 · 11 revisions

jules.exe

This is where it all starts. From within init() we call init_cable(). How much of the JULES initialisation actually needs to be called requires further investigation. For now, we are still doing most of it.

The program starts at jules() when Jules.exe is executed:

jules()

....

....

call init()

... ...

Do timestep=start,end

call control()

End

....

The modifications to init() support calling CABLE initialization

Clone this wiki locally