Skip to content

calling transform intent(in)== intent(out) #818

Open
@hkershaw-brown

Description

@hkershaw-brown

this is still dangerous since you have the same input for intent(in) and intent(out), but the original code does that so yippee ki yay I guess.

subroutine transform_from_probit(ens_size, probit_ens, p, state_ens)
integer, intent(in) :: ens_size
real(r8), intent(in) :: probit_ens(ens_size)
type(distribution_params_type), intent(inout) :: p
real(r8), intent(out) :: state_ens(ens_size)

Originally posted by @hkershaw-brown in #794 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    QCEFFquantile conserving filtersfortran standardscompiler issues and (non) standard-compliant code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions