-
Notifications
You must be signed in to change notification settings - Fork 25
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
default flux_albav
value TRUE/FALSE?
#272
Comments
I extended the test runs with flux_albav=true/false to 10 years and ran the diagnostics. There are quite significant differences between the runs, particulary at mid-latitudes. The naming is a bit silly, since I didn't plan to do this from the start.
Diagnostics show 20230807T1210 - 20230811T1348 run (i.e. new default - old default) Diagnostics are here: Integrated primary production plot: |
From Mats: In MakingWaves we did a JRA forced cycle using development tag noresm_develop_v6 with CPL_ALBAV = FALSE. The diagnostics of the last 20 years of the first cycle is here: Diagnostics of a similar simulation with NorESM2.0.6 and CPL_ALBAV = TRUE is here: The difference is here: Note that there is a year range mismatch, but the forcing period and time since initial conditions should be the same. These simulations uses hybrid BLOM. Comparing these simulations, the SST difference seems much smaller compared to what you found, Tomas. I do not have anything similar at hand comparing the impact with CORE2 interannual forcing. Maybe there is something with normal year vs interannual forcing that for some reason gives stronger sensitivity to the albedo averaging choice? Anyway, this should be checked further. To my knowledge, there was no particular thoughts earlier about what setting to use for CPL_ALBAV. I think we just used what was default option from NCAR. |
Further test with NorESM2.0.6: NOINYOC_T62_tn21:
NOIIAJRAOC_TL319_tn14:
So far it seems that this is a problem mainly for the NOINY/NOINYOC compset. Maybe we should have |
I think that it makes sense given the hourly coupling to always have the flux_albav=.true. - since you have the ability to impose a diurnal cycle of albedos given the hourly coupling. That is the default for CESM at this point. Does that make sense? Thoughts? |
Dear @TomasTorsvik, @JorgSchwinger , @mvertens, my first -maybe naive- thought on it that I would be hesitant to use different parameter sets/default flags in the NOINY simulations for this than in coupled simulations, since we may want to use the NOINY runs as initial spinup for ocean bgc (from there introducing it into coupled simulations for further spinup) - but correct me, if I am wrong. - I see the problem while not having an immediate solution at hand. |
Hi all, To be clear: The results for NOINYOC_T62_tn21 (and similar for NOINYOC_T62_tn14) are rubbish from the HAMOCC perspective (but also huge SST biases are introduced). I would oppose making this the default as long as we don't understand what happens. For NOIIAJRAOC_TL319_tn14 everything looks fine, here the differences with flx_albav=true/false look reasonably small. Tomas, are you 100% sure that the flx_albav setting is the only difference for the two NOINYOC_T62_tn21 cases? I'm sorry, I'm packed with project meetings and other stuff the next weeks, so I can't test this myself right now. |
@JorgSchwinger - your suggestion makes total sense. I think the reason for the difference is the forcing files for swdn. |
Thank you @mvertens for pointing this out - now it makes sense. Then we should make the setting of |
What default value do we actually want to have for flux_albav moving forwards - given that by default we are now coupling BLOM at an hourly frequency?
Note that to change the value in cmeps you need to do it via an xml variable:
./xmlchange CPL_ALBAV=TRUE
What flux_albav does in the mediator is set the values of the albedo to constant values.
It was decided in CESM that if the ocean coupling would be hourly - then we should set flux_albav to .false. by default.
Using the code in this PR to do my comparison, I set flux_albav = .true. in the CMEPS run and the results look very similar to the cpl7 run.
@TomasTorsvik - can you please make this change in your nuopc run and try doing the yearly run again. Things should look okay.
@TomasTorsvik @matsbn @JorgSchwinger @jmaerz - what default value do we actually want to have for flux_albav moving forwards - given that by default we are now coupling BLOM at an hourly frequency.
Originally posted by @mvertens in #263 (comment)
The text was updated successfully, but these errors were encountered: