groops-devs / groops

A software toolkit for gravity field recovery and GNSS processing
GNU General Public License v3.0
172 stars 102 forks source link

Warning when compiling bspline #55

Closed matweigelt closed 2 years ago

matweigelt commented 2 years ago

Description

A compiler warning is issued when running make -j4 /home/matthias/groops/source/external/nrlmsis2/msis_calc.F90:177:26:

177 | call bspline(zeta,nodesTN,nd+2,kmax,etaTN,Sz,iz) | 1 Warning: Actual argument contains too few elements for dummy argument ‘nodes’ (30/31) at (1)

GROOPS version

main (latest commit)

Operating systems

Log output

No response

tmayerguerr commented 2 years ago

The file "msis_calc.F90" is part of the external thermosphere model NRLMSIS 2.0. We will not modify the code due to the license terms

A user of the Software may not: [...] make any modification or improvement to the Software.

In our experience, the warning can be ignored and the results are as expected.

regards Torsten