New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#2676 (assimilation and ice thickness) – NEMO

Opened 3 years ago

Last modified 2 years ago

#2676 assigned Bug

assimilation and ice thickness

Reported by: clem Owned by: systeam
Priority: low Milestone:
Component: ASM Version: trunk
Severity: minor Keywords:
Cc:

Description

Context

In assimilation there is an attempt to change ice thickness but hm_i is a diagnostic and is not used in the ice code. I wonder whether the authors of this part really wanted to change the thickness or were just making a test. It concerns both the trunk and 4.0-HEAD

            ! Nudge sea ice depth to bring it up to a required minimum depth
            WHERE( zseaicendg(:,:) > 0.0_wp .AND. hm_i(:,:) < zhicifmin )
               zhicifinc(:,:) = zhicifmin - hm_i(:,:)
            ELSEWHERE
               zhicifinc(:,:) = 0.0_wp
            END WHERE
            !
            ! nudge ice depth
            hm_i (:,:) = hm_i (:,:) + zhicifinc(:,:)

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 2 years ago by nemo

  • Owner set to systeam
  • Status changed from new to assigned
Note: See TracTickets for help on using tickets.