You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a subrountine latlon_to_xyz_on_plane() in the mpas_atm model_mod code that is no longer supported and unused (hasn't been touched in 10 years). It is also causing compiler warnings with cce on Derecho. So it's time to take it out.
Describe the bug
List the steps someone needs to take to reproduce the bug.
compile mpas_atm on Derecho with cce
What was the expected outcome?
compiles without warnings
What actually happened?
warning messages outputted
Error Message
ftn-7212 ftn: WARNING LATLON_TO_XYZ_ON_PLANE, File = ../../../DART/models/mpas_atm/model_mod.f90, Line = 7209
Variable "intp" is used before it is defined.
Which model(s) are you working with?
mpas_atm
Screenshots
If applicable, add screenshots to help explain your problem.
Version of DART
Which version of DART are you using?
You can find the version using git describe --tags
v10.7.3
Have you modified the DART code?
No
Build information
Please describe:
The machine you are running on (e.g. windows laptop, NCAR supercomputer Cheyenne).
The compiler you are using (e.g. gnu, intel).
All systems and compilers
The text was updated successfully, but these errors were encountered:
mjs2369
changed the title
bug: unused code in the mpas_atm model_mod needs removed
bug: unused code in the mpas_atm and mpas_ocn model_mods needs removed
Jun 22, 2023
mjs2369
changed the title
bug: unused code in the mpas_atm and mpas_ocn model_mods needs removed
bug: unused code in the mpas_atm model_mod needs removed
Jun 22, 2023
There is a subrountine latlon_to_xyz_on_plane() in the mpas_atm model_mod code that is no longer supported and unused (hasn't been touched in 10 years). It is also causing compiler warnings with cce on Derecho. So it's time to take it out.
Describe the bug
compile mpas_atm on Derecho with cce
compiles without warnings
warning messages outputted
Error Message
ftn-7212 ftn: WARNING LATLON_TO_XYZ_ON_PLANE, File = ../../../DART/models/mpas_atm/model_mod.f90, Line = 7209
Variable "intp" is used before it is defined.
Which model(s) are you working with?
mpas_atm
Screenshots
If applicable, add screenshots to help explain your problem.
Version of DART
Which version of DART are you using?
You can find the version using
git describe --tags
v10.7.3
Have you modified the DART code?
No
Build information
Please describe:
All systems and compilers
The text was updated successfully, but these errors were encountered: