Skip to content

Inconsistency in maxent log: alpha vs 1/alpha #637

@jonasschwab

Description

@jonasschwab

The subroutine MaxEnt_T in Libraries/Modules/maxent_mod.F90 seems to have a consistency:
this line prints alpha:

               WRITE(44,2006) ALPHA, XQ,XENT,CHISQ

But this line labels it as "1/Alpha".

2006       FORMAT('Res: 1/Alpha, XQ,S,CHI: ', E25.17E3,2x,E25.17E3,2x,E25.17E3,2x,E25.17E3)

Similarly, there is also this line:

               WRITE(44,*)  '========= 1/Alpha:    ', ALPHA

Notably, Conversely, Subroutine MaxEnt_T_Bryan in the same file is consistent: It writes alpha, labeled as alpha.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions