Opened 10 years ago
Closed 10 years ago
#1048 closed Bug (fixed)
some multiplications by rn_pfac are missing in qns computation in sbcblk_core
Reported by: | cbricaud | Owned by: | cbricaud |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | Keywords: | ||
Cc: |
Description
in qns computation blk_oce_core subroutine, sf(jp_prec)%fnow(:,:,1) and sf(jp_snow)%fnow(:,:,1) are not multiplied by rn_pfac.
It concerns the:
- "removing latent melting heat for solid precip" term
- "adding liquid precip heat content at Tair" term
- "adding solid precip heat content at min(Tair,Tsnow)" term
Commit History (0)
(No commits)
Change History (1)
comment:1 Changed 10 years ago by cbricaud
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
bug is fixed at rev 3772/
see [ https://forge.ipsl.jussieu.fr/nemo/changeset/3772/branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90]