cable_output_update Interface

public interface cable_output_update

Called by

interface~~cable_output_update~~CalledByGraph interface~cable_output_update cable_output_update proc~mpidrv_master~2 mpidrv_master proc~mpidrv_master~2->interface~cable_output_update proc~serialdrv serialdrv proc~serialdrv->interface~cable_output_update program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~serialdrv

Subroutines

private module subroutine cable_output_impl_update(time_index, dels, met)

Updates the time aggregation accumulation for any output variables that are active in an output stream with an accumulation frequency that matches the current time step.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: time_index

The current time step index in the simulation.

real, intent(in) :: dels

The current time step size in seconds.

type(met_type), intent(in) :: met

Met variables at the current time step to provide informative error messages for CABLE range checks.