Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bounds_type), | intent(in) | :: | bounds | |||
real(kind=r8), | intent(in) | :: | carr(bounds%begc:) | |||
real(kind=r8), | intent(out) | :: | garr(bounds%begg:) | |||
character(len=*), | intent(in) | :: | c2l_scale_type | |||
character(len=*), | intent(in) | :: | l2g_scale_type |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bounds_type), | intent(in) | :: | bounds | |||
integer, | intent(in) | :: | num2d | |||
real(kind=r8), | intent(in) | :: | carr(bounds%begc:,1:) | |||
real(kind=r8), | intent(out) | :: | garr(bounds%begg:,1:) | |||
character(len=*), | intent(in) | :: | c2l_scale_type | |||
character(len=*), | intent(in) | :: | l2g_scale_type |