write_default_params Subroutine

public subroutine write_default_params(met, air, ssnow, veg, bgc, soil, canopy, rough, rad, logn, vegparmnew, month, TFRZ, LUC_EXPT)

Uses

  • proc~~write_default_params~~UsesGraph proc~write_default_params write_default_params module~cable_common_module cable_common_module proc~write_default_params->module~cable_common_module module~cable_runtime_opts_mod cable_runtime_opts_mod module~cable_common_module->module~cable_runtime_opts_mod

Arguments

Type IntentOptional Attributes Name
type(met_type), intent(inout) :: met
type(air_type), intent(inout) :: air
type(soil_snow_type), intent(inout) :: ssnow
type(veg_parameter_type), intent(inout) :: veg
type(bgc_pool_type), intent(inout) :: bgc
type(soil_parameter_type), intent(inout) :: soil
type(canopy_type), intent(inout) :: canopy
type(roughness_type), intent(inout) :: rough
type(radiation_type), intent(inout) :: rad
integer, intent(in) :: logn
logical, intent(in) :: vegparmnew
integer, intent(in) :: month
real, intent(in) :: TFRZ
type(LUC_EXPT_TYPE), intent(in) :: LUC_EXPT

Calls

proc~~write_default_params~~CallsGraph proc~write_default_params write_default_params proc~init_veg_from_vegin init_veg_from_vegin proc~write_default_params->proc~init_veg_from_vegin proc~to_land_index_global to_land_index_global proc~write_default_params->proc~to_land_index_global

Called by

proc~~write_default_params~~CalledByGraph proc~write_default_params write_default_params proc~load_parameters load_parameters proc~load_parameters->proc~write_default_params proc~mpidrv_master~2 mpidrv_master proc~mpidrv_master~2->proc~load_parameters proc~serialdrv serialdrv proc~serialdrv->proc~load_parameters program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~serialdrv