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.
#2473 (Minor bug in the initial values of sea-ice albedo in coupled mode) – NEMO

Opened 4 years ago

Closed 3 years ago

#2473 closed Defect (fixed)

Minor bug in the initial values of sea-ice albedo in coupled mode

Reported by: cetlod Owned by: systeam
Priority: low Milestone:
Component: SBC Version: trunk
Severity: minor Keywords:
Cc:

Description

Context

The cloud fraction cloud_fra needed to compute the sea-ice albedo is uninitialized during the first time steps in coupled mode
...

Analysis

In coupled mode, the variable cloud_fra is given in the routine sbc_cpl_ice_flx which routine is called after the computation of sea-ice albedo in icesbc. That leads to an inconsistency since the sea-ice albedo depends on the value of cloud cover

Recommendation

The solution consists to recover the cloud fraction variable in the routine sbc_cpl_rcv

Commit History (1)

ChangesetAuthorTimeChangeLog
13004cetlod2020-06-02T14:22:16+02:00

r4.0-HEAD_r12713 : bugfix on cloud fraction in coupled mode, see ticket #2473

Change History (3)

comment:1 Changed 4 years ago by cetlod

  • Component changed from TOP to SBC

comment:2 Changed 3 years ago by cetlod

In 13004:

Error: Failed to load processor CommitTicketReference
No macro or processor named 'CommitTicketReference' found

comment:3 Changed 3 years ago by cetlod

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.