cable_output_write_parameters Interface

public interface cable_output_write_parameters

Called by

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

Subroutines

private module subroutine cable_output_impl_write_parameters(time_index, patch, landpt)

Writes non-time varying parameter output variables to disk. This is done on the first time step of the simulation after the output streams have been initialised.

Arguments

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

The current time step index in the simulation.

type(patch_type), intent(in) :: patch(:)

The patch type instance for performing grid reductions over the patch dimension if required.

type(land_type), intent(in) :: landpt(:)

The land type instance for performing grid reductions over the patch dimension if required.