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

xcom: warn/error when using more than 600 external energy points #17

Open
srio opened this issue Aug 8, 2016 · 0 comments
Open

xcom: warn/error when using more than 600 external energy points #17

srio opened this issue Aug 8, 2016 · 0 comments

Comments

@srio
Copy link
Member

srio commented Aug 8, 2016

Ciao Carlo,

sto tornando ra al lavoro. Ho visto il tuo email. Usi dati su un file esterno? Non sono riuscito a riprodurre l'errorre, ma quello che dici ha senso: nelle sorgenti fi xcom (vecchissimo fortran) ci sono parametri dimensionati a 600.

Quindi le soluzione:

  • Lavora con meno di 600 punto (ovvio)
  • Si puo ricompilare le sorgenti e cambiere questo numero, ma non so se si entra in piu problemi. Io preferisco non toccare le sorgenti. Le sorgento dovrebbero essere sull distribuzione xop2.4/src/XXCOM
  • Mettere in warning nella interfaccia. Non lo faccio su XOP, ma mi metto un TODO per il nuovo XOPPY che stiamo sviluppando.

Grazie mille,

Manuel

On 07/22/2016 03:56 PM, Carlo Pelliciari wrote:

Ciao Manuel, come va?

STavo usando xxcom ed ho visto che se inserisco piu' di 600 dati da file i vaolri dell'attenuazione cambiano con un errore di 10^4
estratto da file con meno di 600 valori
Constituents (Atomic Number:Fraction by Weight)
# 7:0.20000 8:0.80000

    Partial Interaction Coefficients and Total Attenuation Coefficients

     PHOTON       SCATTERING       PHOTO-     PAIR PRODUCTION    TOTAL ATTENUATION
     ENERGY   COHERENT  INCOHER.  ELECTRIC     IN        IN        WITH    WITHOUT
                                 ABSORPTION  NUCLEAR  ELECTRON   COHERENT  COHERENT
                                              FIELD     FIELD     SCATT.    SCATT.
      (MeV)    (cm2/g)   (cm2/g)   (cm2/g)   (cm2/g)   (cm2/g)   (cm2/g)   (cm2/g)

    3.000E-03 9.619E-01 5.268E-02 2.018E+02 0.000E+00 0.000E+00 2.028E+02 2.018E+02
    3.100E-03 9.382E-01 5.486E-02 1.832E+02 0.000E+00 0.000E+00 1.842E+02 1.833E+02

estratto da file con 601 valori:

    Constituents (Atomic Number:Fraction by Weight)
   #   7:*******   8:0.80000

    Partial Interaction Coefficients and Total Attenuation Coefficients

     PHOTON       SCATTERING       PHOTO-     PAIR PRODUCTION    TOTAL ATTENUATION
     ENERGY   COHERENT  INCOHER.  ELECTRIC     IN        IN        WITH    WITHOUT
                                 ABSORPTION  NUCLEAR  ELECTRON   COHERENT  COHERENT
                                              FIELD     FIELD     SCATT.    SCATT.
      (MeV)    (cm2/g)   (cm2/g)   (cm2/g)   (cm2/g)   (cm2/g)   (cm2/g)   (cm2/g)

    3.000E-03 5.041E+04 3.770E+03 9.120E+06 0.000E+00 0.000E+00 9.174E+06 9.124E+06
    3.100E-03 4.904E+04 3.913E+03 8.271E+06 0.000E+00 0.000E+00 8.324E+06 8.275E+06
    3.200E-03 4.771E+04 4.053E+03 7.522E+06 0.000E+00 0.000E+00 7.574E+06 7.526E+06
    3.300E-03 4.643E+04 4.190E+03 6.860E+06 0.000E+00 0.000E+00 6.911E+06 6.864E+06
    3.400E-03 4.518E+04 4.323E+03 6.272E+06 0.000E+00 0.000E+00 6.322E+06 6.277E+06

Ciao

carlo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants