Skip to content

Incorrect halo update for calving flux #68

@aekiss

Description

@aekiss

There's a bug here:

call ice_HaloUpdate(calv0, halo_info, field_loc_center, field_type_vector)

Calving flux is a scalar, so this should be

  call ice_HaloUpdate(calv0, halo_info, field_loc_center, field_type_scalar)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions