Opened 4 years ago
Last modified 3 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 3 years ago by nemo
- Owner set to systeam
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.