Opened 4 years ago
Last modified 3 years ago
#2632 new Bug
new expression to compute air and surface potential temperatures in bulk formulae
Reported by: | gsamson | Owned by: | gsamson |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | SBC | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: | smasson, lbrodeau |
Description
Context & Analysis
The actual "gamma_moist" function used to convert air absolute temperature to potential temperature can be replaced by the "Exner" function, which takes into account air pressure variations and is commonly employed in atmospheric models, as well as the ABL model.
This potential temperature is used in the turbulent sensible heat flux calculation, as well as the atmospheric bulk Richardson number.
Fix
replace "gamma_moist" function by a "Exner" function in sbc_phy.F90 and introduce a new function to compute air pressure from other available atmospheric variables.
Commit History (8)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
15560 | gsamson | 2021-11-30T12:25:18+01:00 | update branch to the trunk head #2632 |
15554 | gsamson | 2021-11-29T13:42:12+01:00 | adapt ABL routines to new potential temperature computation and reintroduce rn_vfac for ABL; ticket #2632 |
15551 | gsamson | 2021-11-28T21:19:36+01:00 | last changes on branch; ticket #2632 |
15548 | gsamson | 2021-11-28T18:59:49+01:00 | update branch to the head of the trunk (r15547); ticket #2632 |
14594 | gsamson | 2021-03-05T17:37:54+01:00 | add theta related new outputs in xml files and removed ice transfert coefficients from oce fields file (already in ice fields file); ticket #2632 |
14593 | gsamson | 2021-03-05T17:27:27+01:00 | bugfix related to CS/WL options; ticket #2632 |
14592 | gsamson | 2021-03-05T17:03:57+01:00 | sbc_phy:
sbcblk_algo_{ecmwf,coare3p?}: "rhoa" variable updated for CS/WL options and passed as input argument to "update_qnsol_tau" function sbcblk & sbcabl: add calls to "pres_temp" & "theta_exner" functions to compute air & surface potential temperatures (over both ocean and sea-ice) before computing sensible heat flux special attention needed to check if CS/WL increment is properly applied ticket #2632 |
14589 | gsamson | 2021-03-05T12:04:28+01:00 |
Attachments (1)
Change History (10)
Changed 4 years ago by gsamson
comment:1 Changed 4 years ago by gsamson
comment:2 Changed 4 years ago by gsamson
In 14589:
comment:3 Changed 4 years ago by gsamson
In 14592:
comment:4 Changed 4 years ago by gsamson
In 14593:
comment:5 Changed 4 years ago by gsamson
In 14594:
comment:6 Changed 3 years ago by gsamson
In 15548:
comment:7 Changed 3 years ago by gsamson
In 15551:
comment:8 Changed 3 years ago by gsamson
In 15554:
comment:9 Changed 3 years ago by gsamson
In 15560:
new theta effect on QSB_OCE (1 year)