Skip to content

Changing insolation attribute of climlab.radiation.RRTMG object doesn't work #74

@brian-rose

Description

@brian-rose

This should work but doesn't:

import climlab
state = climlab.column_state()
rad = climlab.radiation.RRTMG(state=state)
assert rad.insolation == rad.subprocess['SW'].insolation
rad.insolation *= 1.01
assert rad.insolation == rad.subprocess['SW'].insolation

The new value is not propagated to the shortwave subprocess.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions