Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

note on normal distribution inv_cdf_quadrature_like X_OUT #736

Closed
hkershaw-brown opened this issue Sep 11, 2024 · 0 comments · Fixed by #763
Closed

note on normal distribution inv_cdf_quadrature_like X_OUT #736

hkershaw-brown opened this issue Sep 11, 2024 · 0 comments · Fixed by #763
Assignees
Labels
fortran standards compiler issues and (non) standard-compliant code QCEFF quantile conserving filters

Comments

@hkershaw-brown
Copy link
Member

note since we've had people hit this while debugging other problems:

inv_cdf_quadrature_like dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [X_OUT]

ifort (IFORT) 2021.10.0 20230609 mpif90 -O -assume buffered_io'

cd models/lorenz_96/work/
./quickbuild.sh filter
/glade/derecho/scratch/hkershaw/DART/Bugs/intent_out/assimilation_code/modules/assimilation/normal_distribution_mod.f90(497): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [X_OUT]
subroutine inv_cdf_quadrature_like(quantiles, ens, likelihood, ens_size, cdf, p, x_out) 

Note previously from qceff review #458 #458 (comment), unresolved.

inv_cdf_quadrature_like routine unused.

@hkershaw-brown hkershaw-brown added the fortran standards compiler issues and (non) standard-compliant code label Sep 11, 2024
@hkershaw-brown hkershaw-brown added the QCEFF quantile conserving filters label Oct 1, 2024
@hkershaw-brown hkershaw-brown self-assigned this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fortran standards compiler issues and (non) standard-compliant code QCEFF quantile conserving filters
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant