Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r8), | public, | pointer | :: | finundated_col(:) | |||
real(kind=r8), | public, | pointer | :: | finundated_pre_snow_col(:) | |||
real(kind=r8), | public, | pointer | :: | o2stress_unsat_col(:,:) | |||
real(kind=r8), | public, | pointer | :: | o2stress_sat_col(:,:) | |||
real(kind=r8), | public, | pointer | :: | conc_o2_sat_col(:,:) | |||
real(kind=r8), | public, | pointer | :: | conc_o2_unsat_col(:,:) | |||
real(kind=r8), | public, | pointer | :: | o2_decomp_depth_sat_col(:,:) | |||
real(kind=r8), | public, | pointer | :: | o2_decomp_depth_unsat_col(:,:) | |||
real(kind=r8), | public, | pointer | :: | ch4_surf_flux_tot_col(:) | |||
real(kind=r8), | public, | pointer | :: | grnd_ch4_cond_patch(:) | |||
real(kind=r8), | public, | pointer | :: | grnd_ch4_cond_col(:) |
procedure, public :: Init | |
procedure, public :: Restart | |
procedure, public :: DynamicColumnAdjustments |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(inout) | :: | ncid |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bounds_type), | intent(in) | :: | bounds | |||
integer, | intent(in) | :: | num_nolakec | |||
integer, | intent(in) | :: | filter_nolakec(:) | |||
integer, | intent(in) | :: | num_lakec | |||
integer, | intent(in) | :: | filter_lakec(:) | |||
type(ch4_type), | intent(inout) | :: | ch4_inst |
!! Begin biochemistry
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bounds_type), | intent(in) | :: | bounds | |||
integer, | intent(in) | :: | num_soilc | |||
integer, | intent(in) | :: | filter_soilc(:) | |||
integer, | intent(in) | :: | num_lakec | |||
integer, | intent(in) | :: | filter_lakec(:) | |||
integer, | intent(in) | :: | num_nolakec | |||
integer, | intent(in) | :: | filter_nolakec(:) | |||
integer, | intent(in) | :: | num_soilp | |||
integer, | intent(in) | :: | filter_soilp(:) | |||
type(atm2lnd_type), | intent(inout) | :: | atm2lnd_inst | |||
type(lakestate_type), | intent(in) | :: | lakestate_inst | |||
type(CanopyState_type), | intent(in) | :: | canopystate_inst | |||
type(soilstate_type), | intent(inout) | :: | soilstate_inst | |||
type(soilhydrology_type), | intent(in) | :: | soilhydrology_inst | |||
type(temperature_type), | intent(in) | :: | temperature_inst | |||
type(energyflux_type), | intent(inout) | :: | energyflux_inst | |||
type(waterstate_type), | intent(in) | :: | waterstate_inst | |||
type(waterflux_type), | intent(in) | :: | waterflux_inst | |||
type(soilbiogeochem_carbonflux_type), | intent(in) | :: | soilbiogeochem_carbonflux_inst | |||
type(SoilBiogeochem_nitrogenflux_type), | intent(in) | :: | soilbiogeochem_nitrogenflux_inst | |||
type(ch4_type), | intent(inout) | :: | ch4_inst | |||
type(lnd2atm_type), | intent(inout) | :: | lnd2atm_inst | |||
real(kind=r8), | intent(in) | :: | agnpp(bounds%begp:) | |||
real(kind=r8), | intent(in) | :: | bgnpp(bounds%begp:) | |||
real(kind=r8), | intent(in) | :: | annsum_npp(bounds%begp:) | |||
real(kind=r8), | intent(in) | :: | rr(bounds%begp:) |