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.
#2173 (Pressure due to ice shelf load - SCO case) – NEMO

Opened 5 years ago

Closed 5 years ago

#2173 closed Bug (fixed)

Pressure due to ice shelf load - SCO case

Reported by: jamesharle Owned by: systeam
Priority: low Milestone:
Component: DYN Version: trunk
Severity: minor Keywords: SCO, dynhpg
Cc:

Description

Context

In dyn_hpg_init the pressure due to ice shelf load is calculated for what appears to be only a ZPS case?

Analysis

The use of gdept_1d can be replaced with gdept_n to work with the SCO case. Need to confirm with Pierre this is so.

Fix

@r10349

247c247
<                   &                                              * ( risfdep(ji,jj) - gdept_1d(ikt-1) )
---
>                   &                                              * ( risfdep(ji,jj) - gdept_n(ji,jj,ikt-1) )

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 5 years ago by mathiot

  • Resolution set to fixed
  • Status changed from new to closed

Fix in commit r10491.
Other related commit r10490 and ticket #2177

Note: See TracTickets for help on using tickets.