jacopo-chevallard / BEAGLE-general

Basic information to get started with the galaxy spectral modelling tool Beagle
https://www.iap.fr/beagle/
9 stars 0 forks source link

Fortran Error when running BEAGLE #114

Closed chavezoscar009 closed 3 months ago

chavezoscar009 commented 4 months ago

Hi all,

I am using BEAGLE and ran into an issue when I loaded in a new spectrum file and photometric file. This is the main output error that I can see:

At line 1307 of file /home/runner/work/BEAGLE/BEAGLE/build/dependencies/astrofortran/src/lib_interpolation.f90 Fortran runtime error: Index '-1' of dimension 2 of array 'my_coeff' below lower bound of 1

but the output on my terminal looks like this:

---> fitted: mass ---> fitted: agn_lacc ---> fitted: nebular_logu ---> fitted: nebular_z ---> fitted: tauv_eff ---> fitted: agn_logu ---> fitted: agn_z ---> fitted: agn_xi ---> fitted: tau ---> fitted: metallicity ---> fitted: specific_sfr ---> fitted: current_sfr_timescale ---> fitted: formation_redshift n_fitted: 13


MultiNest v3.9 Copyright Farhan Feroz & Mike Hobson Release Oct 2014

no. of live points = 195 dimensionality = 13


Starting MultiNest generating live points At line 1307 of file /home/runner/work/BEAGLE/BEAGLE/build/dependencies/astrofortran/src/lib_interpolation.f90 Fortran runtime error: Index '-1' of dimension 2 of array 'my_coeff' below lower bound of 1

Error termination.

So I believe it can read in the file and access them and it does start multinest but then runs into an issue there.