Skip to content

SSM DA: snow grid cells enter state vector #52

Description

@visakhraja

The snow mask (clmswc_mask_snow) is applied only at the update step in update_clm_swc, but not at the state vector collection step.

When some ensemble members have snow over a grid cell, and others do not, a fully consistent mask would require knowing the snow state of all members simultaneously, which involves MPI communication across ensemble members. This is not currently implemented.

Solution: To apply the same check at state collection time.

Affected code

interface/model/eclm/enkf_clm_mod_5.F90

  • set_clm_statevec_swc (line 476): no snow check when writing to clm_statevec
  • update_clm_swc (line 694): snow check present here but not above

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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