Skip to content

Wingspan correction does not allow limit values #95

@liammegill

Description

@liammegill

Type of issue

  • bug report

Description

In read_config.py, function check_config and in calc_cont.py function apply_wingspan_correction, the valid aircraft wingspan is set to be 20.0 < b < 80.0, but it should be 20.0 <= b <= 80.0 (allowing limit values).

Metadata

Metadata

Assignees

Labels

module: contrailsRelated to the contrail moduletype: bugSomething isn't working

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions