| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(hlm_fates_interface_type), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | nc | |||
| type(bounds_type), | intent(in) | :: | bounds | |||
| integer, | intent(in) | :: | fn | |||
| integer, | intent(in) | :: | filterp(fn) | |||
| real(kind=r8), | intent(in) | :: | esat_tv(bounds%begp:) | |||
| real(kind=r8), | intent(in) | :: | eair(bounds%begp:) | |||
| real(kind=r8), | intent(in) | :: | oair(bounds%begp:) | |||
| real(kind=r8), | intent(in) | :: | cair(bounds%begp:) | |||
| real(kind=r8), | intent(in) | :: | rb(bounds%begp:) | |||
| real(kind=r8), | intent(in) | :: | dayl_factor(bounds%begp:) | |||
| type(atm2lnd_type), | intent(in) | :: | atm2lnd_inst | |||
| type(temperature_type), | intent(in) | :: | temperature_inst | |||
| type(CanopyState_type), | intent(inout) | :: | canopystate_inst | |||
| type(photosyns_type), | intent(inout) | :: | photosyns_inst |