Skip to content

Unused/hard-coded constants #103

@btobers

Description

@btobers

Several constants in PyGEMs config.yaml file are either not used in the model code itself, and/or are hard-coded and not called. We should:

  • replace hard-coded values in the code with variables (e.g. 273.15 is hard-coded for standard temperature in several places, and ["constants"]["temp_std"] is not used)
  • remove any unused constants (e.g. ["constants"]["R_gas"])

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions