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.
#63 (dev_001_SBC: problem in the computation of p_dqla(:,:), prf1(:,:) p_fr2(:,:) fields in CORE bulk formulae) – NEMO

Opened 16 years ago

Closed 16 years ago

Last modified 8 years ago

#63 closed Bug (fixed)

dev_001_SBC: problem in the computation of p_dqla(:,:), prf1(:,:) p_fr2(:,:) fields in CORE bulk formulae

Reported by: ctlod Owned by: ctlod
Priority: normal Milestone:
Component: OCE Version: v1
Severity: Keywords: surface
Cc:

Description

2 Bugs reported by Steven Alderson 18 Jan. 2008 (NOCS):

# remove useless constant coefficient 0.98/(rhoa*rhoa) in the zcoef_dqla coefficient use to compute p_dqla(:,:) field:
Must be:
zcoef_dqla = -Ls * Cice * 11637800. * (-5897.8)
instead of:
zcoef_dqla = -Ls * Cice * 0.98 * 11637800. / (rhoa*rhoa) * (-5897.8)

# fraction of solar radiation penetration into sea-ice is wrong:
Must be:
zcoef_frca = 1.0 - 0.3
p_fr1(:,:) = ( 0.18 * ( 1.0 - zcoef_frca ) + 0.35 * zcoef_frca )
p_fr2(:,:) = ( 0.82 * ( 1.0 - zcoef_frca ) + 0.65 * zcoef_frca )
instead of:
zcoef_frca = 1.0 - 0.3
p_fr1(:,:) = ( 0.18 * zcoef_fr12 + 0.35 * sf(jp_snow)%fnow(:,:) )
p_fr2(:,:) = ( 0.82 * zcoef_fr12 + 0.65 * sf(jp_snow)%fnow(:,:) )

Commit History (1)

ChangesetAuthorTimeChangeLog
810ctlod2008-02-06T17:36:03+01:00

dev_001_SBC: problem in the computation of p_dqla(:,:), prf1(:,:) p_fr2(:,:) fields in CORE bulk formulae, see ticket:#63

Change History (8)

comment:1 Changed 16 years ago by ctlod

  • Owner changed from NEMO team to ctlod
  • Status changed from new to assigned

comment:2 Changed 16 years ago by ctlod

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

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords New Surface module added

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords new added; New removed

comment:5 Changed 8 years ago by nicolasmartin

  • Keywords surface added; Surface removed

comment:6 Changed 8 years ago by nicolasmartin

  • Milestone New Surface Module deleted

Milestone New Surface Module deleted

comment:7 Changed 8 years ago by nicolasmartin

  • Keywords new surface added; NSM removed

comment:8 Changed 8 years ago by nicolasmartin

  • Keywords new removed
Note: See TracTickets for help on using tickets.