|
MONC
|
General purpose debugger. By changing the priority and other logic we can plug it in whereever we want in the run to dump out information. More...
Functions/Subroutines | |
| type(component_descriptor_type) function, public | debugger_get_descriptor () |
| Provides the component descriptor for the core to register. More... | |
| subroutine | init_callback (current_state) |
| Called on MONC initialisation. More... | |
| subroutine | timestep_callback (current_state) |
| Produces debugging information on each timestep. More... | |
General purpose debugger. By changing the priority and other logic we can plug it in whereever we want in the run to dump out information.
| type(component_descriptor_type) function, public debugger_mod::debugger_get_descriptor |
Provides the component descriptor for the core to register.
Definition at line 22 of file debugger.F90.

|
private |
Called on MONC initialisation.
| current_state | The current model stat |
Definition at line 31 of file debugger.F90.

|
private |
Produces debugging information on each timestep.
Definition at line 38 of file debugger.F90.
