Page 1 of 1

Question about read_md_hist.F90

Posted: Sun Oct 06, 2013 2:36 pm
by denis
It looks like entropy is not read correctly (ekin is read instead):

Code: Select all

!Ekin
 ncerr = nf90_get_var(ncid, ekin_id,hist%histEk(:))
 if(ncerr /= NF90_NOERR) call handle_ncerr(ncerr," read variable ekin")

!Ekin
 ncerr = nf90_get_var(ncid, ekin_id,hist%histEnt(:))
 if(ncerr /= NF90_NOERR) call handle_ncerr(ncerr," read variable entropy")

Is it expected or a bug? Anyway, it looks like histEnt is not used now, so it doesn't affect ABINIT results.

Re: Question about read_md_hist.F90  [SOLVED]

Posted: Sun Oct 06, 2013 4:41 pm
by mverstra
someone fixed this in 7.5 - check release of 7.6 in a few weeks.

Matthieu