Skip to content

trn correction in trcdbc is correct only to the first order #23

Description

@Sword-Code

ztra = 1./ rhopn(1,jj,ji) * zse3t * tmask(1,jj,ji) * emp(jj,ji) * trn(1,jj,ji,jn) ! original emps(jj,ji)
tra(1,jj,ji,jn) = tra(1,jj,ji,jn) + ztra

here formula is
new_concentration = old_concentration + delta
delta=tracer_mass_in_the_evaporated / old_volume

I propose:
new_concentration = tracer_mass_total/new_volume

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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