-
Notifications
You must be signed in to change notification settings - Fork 11
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
Reinstated sea ice option in RUC LSM. #57
Conversation
ice is added to sfc_drv_ruc.F90.
parameters of lsm_ruc_run. There are not needed there because initialization of RUC soil variables is done now in lsm_ruc_init.
@tanyasmirnova I am seeing lot of regression tests failing with these changes, for example for fv3_ccpp_gsd_repro
I think this has to do with the fact that you are using arrays like |
@tanyasmirnova I will be working on this today. |
@DomHeinzeller Thank you very much, Dom. Hera is down today, but I also will review the code on Jet. Let's keep in touch. |
@DomHeinzeller Dom, I think you are right, that the problem could be related to albedo. Because we recompute land and ice albedos every time step from (alvwf(i) + alnwf(i)) and snow cover fraction they could be declared as local arrays. Do you agree? |
@DomHeinzeller I wonder also about the suite definition. Should we have lsm_ruc_sfc_sice in there? |
@tanyasmirnova thanks for the updates, but unfortunately I am already working on this code and having overlapping changes makes it difficult and costs extra time. It's fine if you want to keep working on this, but then I'll do something else and wait until you are finished. |
Dom,
Again we have this miscommunication. I presumed you are still not working
on it as I did not hear from you.
I know now how to revert the change. I will do it.
Sorry,
Tanya
…On Wed, Nov 4, 2020 at 1:57 PM Dom Heinzeller ***@***.***> wrote:
@tanyasmirnova <https://github.com/tanyasmirnova> thanks for the updates,
but unfortunately I am already working on this code and having overlapping
changes makes it difficult and costs extra time. It's fine if you want to
keep working on this, but then I'll do something else and wait until you
are finished.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJHANABIOUSVXEMREOAXOLDSOG52VANCNFSM4ST4FJRA>
.
|
Keep it, please. I am merging mine with yours. |
Ok, sorry again.
On Wed, Nov 4, 2020 at 2:04 PM DomHeinzeller <notifications@github.com>
wrote:
… Dom, Again we have this miscommunication. I presumed you are still not
working on it as I did not hear from you. I know now how to revert the
change. I will do it. Sorry, Tanya
… <#m_6247384863275232665_>
On Wed, Nov 4, 2020 at 1:57 PM Dom Heinzeller *@*.***> wrote:
@tanyasmirnova <https://github.com/tanyasmirnova>
https://github.com/tanyasmirnova thanks for the updates, but
unfortunately I am already working on this code and having overlapping
changes makes it difficult and costs extra time. It's fine if you want to
keep working on this, but then I'll do something else and wait until you
are finished. — You are receiving this because you were mentioned. Reply to
this email directly, view it on GitHub <#57 (comment)
<#57 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJHANABIOUSVXEMREOAXOLDSOG52VANCNFSM4ST4FJRA
.
Keep it, please. I am merging mine with yours.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJHANAEJ6L4CZG6Y47APWMTSOG6VPANCNFSM4ST4FJRA>
.
|
…emove unneeded acsnow
Suggested changes to rucice PR
This PR is superseded by #63 and will be merged automatically as part of it. |
Replaced by #65 |
sync with the develop
Correction to prog closure (convection) and ugwp stoch phys fix
Additional CALL in LSMRUC is added for sea ice. Now RUC LSM solves energy and moisture budgets for both land and sea ice. The vertical dimension in sea ice is 9 levels, same as for the land.
Associated PRs
#57 (contained in #63)
#63
NOAA-GSL/fv3atm#54 (contained in NOAA-GSL/fv3atm#56)
NOAA-GSL/fv3atm#56
NOAA-GSL/ufs-weather-model#47
For regression testing information, see NOAA-GSL/ufs-weather-model#47.