-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large scale thl
tendencies not applied with radiation on.
#71
Comments
I think that this is the desired behaviour: prescribing the heating tendencies due to radiation makes sense when we use prescribed radiation or simple large scale parametrisation. If we use rapid radiation scheme ( |
@jchylik Yes, but there is no option to prescribe other I know that this implicit |
Definitely, there should be a warning. |
I think only with
|
For the ascii files, I propose we read the temperature tendency into We need a mechanism to provide a large-scale temperature tendency regardless of the radiation setting. Is there a need for a separate radiative tendency? Then I think we have to introduce a new column in the ascii file, and either make it optional with a flag or break existing cases. |
One more note: the I find this confusing, and one more reason to view the temperature tendency columns in lscale.inp and timedep.inp as general temperature tendencies that are always applied, and not as radiative tendencies. |
Sorry for my late reply. |
The time varying
thl
tendencies (modtimedep.f90
) are read intothlpcart
, which is averaged in time intothlpcar
, which is applied as a radiative tendency inmodradiation.f90
, but only whenrad_ls=.true.
. But with radiation on, e.g. foriradiation=4
,rad_ls
is set to.false.
:I see two possible solutions: (1) read the
thl
tendencies inmodtimedep.f90
intodthldtlst
(like is done withltestbed=.true.
), which is applied as a tendency inmodforces.f90
, or always setrad_ls
to.true.
. I think I would prefer (1); then thethl
tendency can be seen as a large scale advective tendency, a radiative tendency, or both.The text was updated successfully, but these errors were encountered: