Skip to content

call to cloud_simple on first timestep uses variables that have not yet been calculated #282

@sit23

Description

@sit23

Description

In idealized-moist-phys.F90 the first call to cloud_simple uses temp_2m, but this is not calculated until surface_flux is called much later. This means the temp_2m values used by simcloud on the first timestep of each restart are erroneous.

To fix this, we'll need to think about how to calculate temp_2m before cloud_simple is called for the first time.

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