-
Notifications
You must be signed in to change notification settings - Fork 371
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
Introduce land ice surface mass balance fields in default runs without MECs/GLC #6682
Introduce land ice surface mass balance fields in default runs without MECs/GLC #6682
Conversation
ELM/GLC SMB QICE fields - makes QICE fields in h0 by default
changes should be b4b and just add additional SMB output of what would be passed to mali if we had an active GLC
do not change h2o mass balance
@matthewhoffman please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chloewhicker , thanks for this PR, and sorry for the delay in reviewing it. I'm not familiar with this code, but I followed that you are mirroring the qflx_glcice
calculations with new _diag
versions of the relevant variables, and that all makes sense. I requested a number of code formatting/whitespace changes to make it clearer what the PR is actually doing.
Thanks for the feedback Matt - all comments have been addressed in the new commit! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chloewhicker , thanks for making the minor adjustments from my review. This looks good to me! @bishtgautam , would you like to look this over?
call hist_addfld1d (fname='QICE', units='mm/s', & | ||
avgflag='A', long_name='ice growth/melt', & | ||
ptr_col=this%qflx_glcice, l2g_scale_type='ice') | ||
|
||
this%qflx_glcice_frz(begc:endc) = spval | ||
call hist_addfld1d (fname='QICE_FRZ', units='mm/s', & | ||
avgflag='A', long_name='ice growth', & | ||
ptr_col=this%qflx_glcice_frz, l2g_scale_type='ice') | ||
|
||
this%qflx_glcice_melt(begc:endc) = spval | ||
call hist_addfld1d (fname='QICE_MELT', units='mm/s', & | ||
avgflag='A', long_name='ice melt', & | ||
ptr_col=this%qflx_glcice_melt, l2g_scale_type='ice') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about adding diagnostic
and (with active GLC/MECs)
in the long_name to mirror what is done below?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bishtgautam -- does that address your questions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does.
Introduce land ice surface mass balance fields in default runs without MECs/GLC Introduced new diagnostic Surface Mass Balance fields, they are calculated as if there is a coupled land ice component but are only diagnostic - it does not modify the energy/water budgets in default or coupled GLC simulations. [BFB]
passes e3sm_developer on chrysalis except for a few I-cases that show DIFFs due to a change in fieldlists but otherwise BFB merged to next |
The additional fields |
merged to master and expected DIFFs due only to different field lists blessed -- except for pm-cpu, which had issues overnight |
Also blessed on pm-cpu and gcp12 |
Introduced new diagnostic Surface Mass Balance fields, they are calculated as if there is a coupled land ice component but are only diagnostic - it does not modify the energy/water budgets in default or coupled GLC simulations.
[BFB]
More info on modifications and testing can be found here