Skip to content

halo update bugs in ACCESS driver? #70

@aekiss

Description

@aekiss

Hi @russfiedler, following on from #68, these also look wrong to me (should be field_type_scalar, otherwise their signs will be flipped on the tripole in halo updates)

call ice_HaloUpdate(um_tmlt, halo_info, field_loc_center,field_type_vector)
call ice_HaloUpdate(um_bmlt, halo_info, field_loc_center,field_type_vector)

and

call ice_HaloUpdate(um_swflx, halo_info,field_loc_center,field_type_vector)
call ice_HaloUpdate(um_lwflx, halo_info,field_loc_center,field_type_vector)
call ice_HaloUpdate(um_shflx, halo_info,field_loc_center,field_type_vector)
call ice_HaloUpdate(um_press, halo_info,field_loc_center,field_type_vector)
call ice_HaloUpdate(um_co2, halo_info, field_loc_center, field_type_vector)
call ice_HaloUpdate(um_wnd, halo_info, field_loc_center, field_type_vector)

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