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)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
13004 | cetlod | 2020-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
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.
In 13004: