close_output_file Subroutine

public subroutine close_output_file(bal, air, bgc, canopy, met, rad, rough, soil, ssnow, sum_flux, veg)

Arguments

Type IntentOptional Attributes Name
type(balances_type), intent(inout) :: bal
type(air_type), intent(inout) :: air
type(bgc_pool_type), intent(inout) :: bgc
type(canopy_type), intent(inout) :: canopy
type(met_type), intent(inout) :: met
type(radiation_type), intent(inout) :: rad
type(roughness_type), intent(inout) :: rough
type(soil_parameter_type), intent(inout) :: soil
type(soil_snow_type), intent(inout) :: ssnow
type(sum_flux_type), intent(inout) :: sum_flux
type(veg_parameter_type), intent(inout) :: veg

Calls

proc~~close_output_file~~CallsGraph proc~close_output_file close_output_file nf90_close nf90_close proc~close_output_file->nf90_close proc~nc_abort nc_abort proc~close_output_file->proc~nc_abort nf90_strerror nf90_strerror proc~nc_abort->nf90_strerror

Called by

proc~~close_output_file~~CalledByGraph proc~close_output_file close_output_file proc~mpidrv_master~2 mpidrv_master proc~mpidrv_master~2->proc~close_output_file proc~serialdrv serialdrv proc~serialdrv->proc~close_output_file program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~serialdrv