Skip to content
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

Be careful with using the frierson_solar_rad option with Socrates. #253

Open
sit23 opened this issue Jul 10, 2023 · 0 comments
Open

Be careful with using the frierson_solar_rad option with Socrates. #253

sit23 opened this issue Jul 10, 2023 · 0 comments

Comments

@sit23
Copy link
Contributor

sit23 commented Jul 10, 2023

Description

In socrates_interface.f90 we have an option for using the Frierson-like sw profile:
https://github.com/sit23/Isca/blob/master/src/atmos_param/socrates/interface/socrates_interface.F90#L1091

In this option the coszen value is set to:
coszen = 0.25 * (1.0 + del_sol * p2 + del_sw * sin(rad_lat(:,:))).

This gives the same global-mean toa shortwave as any other reasonable profile (e.g. seasonal or perpetual equinox). But the maximum value of coszen this gives (if del_sol=1.4 and del_sw=0.0, which are the defaults) is 0.3375. This doesn't make much of a difference in the grey radiation code, but it matters significantly for Socrates. In fact, the tropical surface temperatures in a simple aquaplanet run with perpetual equinox vs frierson-sw are such that the tropical temperatures are significantly lower in the frierson case, even though the zonal-mean incoming sw is higher in the frierson case.

One proposal would be to change the frierson-sw profile in Socrates to include a diurnal cycle. This would allow coszen to change appropriately. But it's not entirely obvious what this ought to be. So for now let it be noted that the frierson_solar_rad option in Socrates should be used with caution.

An example of the comparison of the incoming sw schemes is given in the attached PDF. Frierson aquaplanets with grey radiation are shown with perpetual equinox vs frierson sw, and the same for Socrates. As can be seen, the grey radiation versions behave as expected - warmer tropics and cooler midlats with the frierson sw. But with Socrates this is not seen.

soc_aquaplanet_perp_eq_zm_t_surf.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant