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.
#101 (Bug in zdfkpp?) – NEMO

Opened 16 years ago

Closed 16 years ago

#101 closed Bug (fixed)

Bug in zdfkpp?

Reported by: charris Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v2
Severity: Keywords:
Cc:

Description

I was just looking at something in zdfkpp and I noticed that

zBo(ji,jj)=grav*zthermal*(qt(ji,jj)-qsr(ji,jj))-grav*zhalin*emp(ji,jj)

and

ws0(ji,jj)=-(emp(ji,jj)*sn(ji,jj,1)*rcs)*tmask(ji,jj,1)

look like they might be incorrectly using emp rather than emps (compare
with zsa=emps(ji,jj)*zsrau*sn(ji,jj,1)*zse3t in trasbc).

Thanks,

Chris

Commit History (2)

ChangesetAuthorTimeChangeLog
1082rblod2008-06-05T16:04:42+02:00

Bugs correction in KPP, see tickets #69 and #101

896rblod2008-04-22T16:02:23+02:00

Update KPP according to step reorganization (nemo_v2) ..., see ticket #101

Change History (2)

comment:1 Changed 16 years ago by rblod

We have to look on this point with the new surface module
First step will be to update zdfkpp according to nemo_v2 restructuration

Rachid

comment:2 Changed 16 years ago by rblod

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

You were right, particularly since emp will be zero in sea-ice region
Thanks for contributing

Rachid

Note: See TracTickets for help on using tickets.