CAM
|
Functions/Subroutines | |
subroutine | lnd_import (bounds, x2l, atm2lnd_vars, glc2lnd_vars) |
subroutine | lnd_export (bounds, lnd2atm_vars, lnd2glc_vars, l2x) |
subroutine lnd_import_export::lnd_export | ( | type(bounds_type), intent(in) | bounds, |
type(lnd2atm_type), intent(inout) | lnd2atm_vars, | ||
type(lnd2glc_type), intent(inout) | lnd2glc_vars, | ||
real(r8), dimension(:,:), intent(out) | l2x | ||
) |
subroutine lnd_import_export::lnd_import | ( | type(bounds_type), intent(in) | bounds, |
real(r8), dimension(:,:), intent(in) | x2l, | ||
type(atm2lnd_type), intent(inout) | atm2lnd_vars, | ||
type(glc2lnd_type), intent(inout) | glc2lnd_vars | ||
) |