Introduction

My ME/CFS improves during summer, in the period of the year that goes from May/June to the end of September. I don’t know why. I have several hypotheses. One possible reason for the improvement in summer is an interaction between the light from the Sun and some parts of my physiology, the immune system for instance. We know that ME/CFS tends to have an oscillating course in most of the patients (Chu L. et al. 2019), but the presence of a seasonal pattern in this patient population has not been investigated so far, to my knowledge. And yet, if you ask directly to patients, many of them say that they feel better in summer. Unfortunately, we don’t have scientific data on that, this is an area worth investigating with some carefully done survey.

Seasonal variation of the immune system

The immune system has a high degree of variation for several reasons (Brodin P et Davis MM 2017). In particular, there are studies about the seasonal fluctuations in the expression of some crucial genes of the immune response (Dopico XC et al. 2014).

How does this regulation happen? Different mechanisms are possible, some of them might be related to changes in the light we receive from the Sun as the Earth rotates around it. We know that the length of the day has an effect on innate immunity: the more the hours of light, the lower the power of the innate immune system (Pierre K. et al. 2016). We also know that ultraviolet radiation, particularly UVB, is an agonist for the aryl hydrocarbon receptor (AhR) (Navid F. et al. 2013). This receptor seems to reduce the expression of the major histocompatibility complex II (MHC II) in dendritic cells (DCs), thus reducing their antigen-presenting activity (Rothhammer V. et Quintana F.J. 2019). UVB might be able to reach dendritic cells when they are circulating near the skin, during summer, thus inhibiting their antigen-presenting activity. Infrared radiation, on the other hand, seems to have an effect on energy metabolism: in Fall we lose a significant amount of infrared radiation in a wavelength range (0.7-1.0 nm) that is known to have an effect on mitochondrial activity (Nguyen L.M. et al. 2013) and it might perhaps have an indirect effect on immunity too.

As further proof of seasonal fluctuation in immunity, some immunological diseases have this kind of seasonality: Rheumatoid arthritis (Nagamine R. et al. 2014) and Rheumatic fever (Coelho Mota C.C. et al. 2010) are two examples. Moreover, the prevalence of Multiple Sclerosis is directly proportional to the latitude (Simpson S. et al. 2011). We also know that there is seasonal fluctuation in serum autoantibodies (Luong T.H. et al. 2001).

Of course, sunlight might be just one of the variables into play. The other aspect I am considering is the seasonal distribution of some common pathogens. Streptococcus, Enteroviruses and Fungi of the genus Penicillium are known to have a seasonal distribution with a peak in Fall and/or Winter (Ana S.G. et al. 2006), (Salort-Pons M et al. 2018), (Coelho Mota C.C. et al. 2010). Common influenza has this pattern too. Rheumatic fever, a disease due to an abnormal immune response to Streptococcus, has its flares in Fall because Streptococcus is more common in that period of the year (Coelho Mota C.C. et al. 2010). Even the composition of the gut microbiota has a seasonal pattern (Koliada A. et al. 2020). I am currently investigating my immunosignature, measured with an array of 150.000 random peptides, to see if I can find some relevant pathogen in my case. You can find this study here.

(A few months after I wrote these notes a pivotal study has been published on these same topics, avalilable here).

An experiment

I moved from Rome (Italy) to Rosario (Argentina) at the beginning of January. I was very sick and I steadily improved after about 40 days. I became a less severe ME/CFS patients and I could work several hours a day and care for myself, granted that I did not exceed with aerobic exercise. At the end of March, I started deteriorating as it usually happens at the end of September, when I am in Rome. In order to study this phenomenon, I have built a complete model of solar radiation at sea level, which considers the inclination of sunrays in function of the latitude and of the day of the year. It takes into account the effect of the atmosphere (both diffusion and absorption) and the eccentricity of the orbit (Maccallini P. 2019). If you look at the figure below (a byproduct of my mathematical model) you can see that when I started deteriorating in Rosario, the power of sunrays at noon in that city was still as high as it is in Rome during the summer solstice (this is due to the fact that the Earth is closer to the Sun in this period and to the fact that Rosario is closer to the Equator than Rome is).

Rome_vs_Rosario

So I have to discard the original idea that the power within the infrared range, or the ultraviolet radiation, or the visible one is responsible for my improvement in summer. If I still have to consider that sunlight has something to do with my improvement, I must conclude that it is the length of the day the relevant parameter: I may need more than 12 hours of light to feel better. Why? Because the longer the day, the lower the strength of the innate immunity. This is now my working hypothesis and I will start from the following mathematical model to pursue this research: (Pierre K. et al. 2016).

I will also use full-spectrum lamps early in the morning and in the evening to reproduce a 15 hours day, so to dampen down my innate immune system in a safe, drug-free way. I have to reproduce a day of 15 hours and see what happens. In the figure below the hours of the day at dawn and at dusk and the length of the day for Rome, for each day of the year (this is also a plot from my model).

ore di luce

What follows is the script I have coded in order to plot the first figure of this post. More details on this model of solar radiation are here: (Maccallini P. 2019). As a further note, I would like to acknowledge that I started pursuing this avenue in the summer of 2009: I was building the mathematical model of solar radiation (see figure below, made in 2009) but as the summer finished, I turned into a statue and I had to stop working on it. When I improved, about a year later I started working on the systematic analysis of the mechanical equilibrium of planar structures (it is a chapter of this book). I am proud of that analysis, but it has not been very useful for my health…

trigonometria sferica 2

% file name = sun emissive power sea level Rosario vs Roma
% date of creation = 07/11/2019
% sun emissive power per unit area, per unit wavelength at sea level
clear all
% three parameters of the orbit
A = 6.69*( 10^(-9) ); % 1/km
B = 1.12*( 10^(-10) ); % 1/km
delta = pi*313/730;
% the two parameters of Plunk's law
C_1 = 3.7415*( 10^(-16) ); % W*m^2
C_2 = 1.4388*( 10^(-2) ); % mK
% Stefan-Boltzmann parameter ( W/( (m^2)*(K^4) ) )
SB = 5.670*( 10^(-8) );
% radius of the photosphere (m)
R_S = 696*(10^6); % m
% temperature of the photosphere (K)
T_S = 5875;
% conversion of units of measurments
N = 20; % dots for the equator
R = 3.8; % radius of the orbit
ro_E = 1.3; % radius of the earth
lambda_Rosario = -32*pi/180; % latitude of Rosario (radiants)
lambda_Roma = 41*pi/180; % latitude of Rome (radiants)
delta = 23.45*pi/180; % tilt angle
% the array of theta
theta(1) = 0; % winter solstice (21/22 December)
i_ws = 1;
day = 2*pi/365;
days = [1:1:366];
for i = 2:366
theta(i) = theta(i-1) + day;
if ( abs( theta(i) - (pi/2) ) <= day )
i_se = i; % spring equinox (20 March)
endif
if ( abs( theta(i) - pi ) <= day )
i_ss = i; % summer solstice (20/21 June)
endif
if ( abs( theta(i) - (3*pi/2) ) <= day )
i_ae = i; % autumn equinox (22/23 September)
endif
endfor
% the array of the radius (m)
for i=1:1:366
o_omega (i) = (10^3)/[ A + ( B*sin(theta(i) + delta ) ) ]; % m
endfor
% the array of the wavelength in micron
N = 471;
L(1) = 0.3;
L(N) = 5.0;
delta_L = ( L(N) - L(1) )/(N-1);
for j = 2:N-1
L (j) = L(j-1) + delta_L;
endfor
% the array of beta*L
load beta_int.mat S
% the array of L in metres
L_m = L*( 10^(-6) );
% angle psi
psi(1) = 0;
minute = pi/(12*60);
for i = 2:(24*60)+1
psi(i) = psi(i-1) + minute;
endfor
% -----------------------------------------------------------------------------
% Rosario
lambda = lambda_Rosario
% angle between n and r at noon in Rosario
for i= [i_ws, i_ae, i_ss, i_se]
for j=1:(24*60) + 1
% scalar product between n and r
scalar_p(j) = [cos(lambda)*sin(psi(j))*cos(delta) + sin(lambda)*sin(delta)]*( -cos(theta(i)) )+ [(-1)*cos(lambda)*cos(psi(j))]*( -sin(theta(i)) );
endfor
% value of psi at noon
for j=1:(24*60) + 1
if ( ( scalar_p(j) ) == ( max( scalar_p ) ) )
j_noon = j;
psi_noon (i) = psi(j);
endif
endfor
% angle between n and r at noon
cos_gamma (i) = scalar_p(j_noon);
endfor
% the array of the emissive power (W/(m^2)*micron) in Rosario
for i = i_se:i_se
for j=1:N
num = C_1*( (R_S)^2 );
den = ( (L_m(j)^5)*( (e^(C_2/( L_m(j)*T_S ))) - 1)*( (o_omega(i))^2 ) )*10^6;
power(j,i) = ( num/den )*( e^(-S(j)/cos_gamma (i)) );
endfor
% plotting
plot (L (1:N), power(1:N,i), '-r', "linewidth", 2)
xlabel('wavelenght ({\mu})');
ylabel('W/m^{2}{\mu}');
axis ([0.3,5,0,1500])
grid on
endfor
hold on
% -----------------------------------------------------------------------------
% Rome
lambda = lambda_Roma
% angle between n and r at noon in Rosario
for i= [i_ws, i_ae, i_ss, i_se]
for j=1:(24*60) + 1
% scalar product between n and r
scalar_p(j) = [cos(lambda)*sin(psi(j))*cos(delta) + sin(lambda)*sin(delta)]*( -cos(theta(i)) )+ [(-1)*cos(lambda)*cos(psi(j))]*( -sin(theta(i)) );
endfor
% value of psi at noon
for j=1:(24*60) + 1
if ( ( scalar_p(j) ) == ( max( scalar_p ) ) )
j_noon = j;
psi_noon (i) = psi(j);
endif
endfor
% angle between n and r at noon
cos_gamma (i) = scalar_p(j_noon);
endfor
% the array of the emissive power (W/(m^2)*micron) in Rosario
for i = [i_ae, i_ss]
for j=1:N
num = C_1*( (R_S)^2 );
den = ( (L_m(j)^5)*( (e^(C_2/( L_m(j)*T_S ))) - 1)*( (o_omega(i))^2 ) )*10^6;
power(j,i) = ( num/den )*( e^(-S(j)/cos_gamma (i)) );
endfor
endfor
hold on
plot (L (1:N), power(1:N,i_ae), '-k', "linewidth", 2)
plot (L (1:N), power(1:N,i_ss), '--k', "linewidth", 2)
legend ('spring equinox in Rosario', 'autumn equinox in Rome', 'summer solstice in Rome', "location",'NORTHEAST')
hold on
plot ([0.4,0.4], [0,1500], '--k', "linewidth", 1)
plot ([0.7,0.7], [0,1500], '--k', "linewidth", 1)

10 thoughts on “Testing hypotheses

  1. Bentornato! Ma quindi quelli di noi che, volenti o nolenti, sono confinati in casa – non sto parlando dell’attuale situazione coronavirus, ma della realtà di quelli allettati, ad esempio – senza saperlo perdono i benefici che la bella stagione potrebbe dare loro? E le persone che, ad esempio, avessero la fortuna di possedere un giardino, dovrebbero cercare di stare il più possibile all’aperto? Oppure sarebbe sufficiente la quantità di luce che passa dalle finestre? Magari con il piccolo accorgimento di lasciare le tapparelle aperte…

    Like

  2. Hi, what you tell in this post is exactly the same that happens to me. I‘m mainly homebounded since about 8 years, because of fatigue and brain fog. Brain fog is the most disturbing symptom, more than the fatigue.
    Three years ago I did an expirement in spring, I used my few energy to crawl to a nearby park, and I lied down there, under the sunlight, three hours or more per day, every day. After 4 days I had a miracolous recovery, the brain fog became way less intense and I felt a little energized. Until that moment I didn’t use to spend enough time outside to notice that effect, and I had never linked my (brief) recoveries to sunlight.

    Since that time I‘ve done a lot of self-experimentation and I’ve concluded that: (1) 2 hours of sunlight per day are enough to gain maximum relief from sunlight; (2) spending more time doesn’t produce any further improvement; (3) I only need to expose face and arms, not necessarily the entire body; (4) the effect disappears after one to two weeks of abstinence; (5) if it’s summer but I don’t go outside, then I have no benefit at all; (6) it works mildly also in winter if there are at least 7 ongoing sunny days; (7) it doesn’t help much with fatigue, only with brain fog; (8) light therapy, the one used to treat SAD, doesn’t work at all

    With this treatment I gained a little of my life back, but sadly during winter I’m still very foggy and unable to perform any mental task.

    I’d like to ask you some questions to understand if we are facing the same phenomenon: do you need direct sunlight on the skin to gain the benefit? Or you just stay home and receive it through the window? Do you have a significant benefit only on cognitive performance or also on physical fatigue and stamina?

    Thank you for posting your research, I will avidly follow your efforts to solve this sunlight mistery and the CFS mistery as a whole.

    Liked by 1 person

    1. Thank you for your comment. In my case, it might be enough the light I receive from the windows. But I am not sure, since as I start improving I go out for longer periods. In my case, all the symptoms do improve, from cognitive symptoms to physical ones. The lamps used for SAD do not work for me either.

      Like

      1. Thanks for the answer. I’ve never tried the effect of the sunlight through the window because I live in a quite dark apartement, where direct sunlight is almost always blocked by a nearby building. I think that the improvement it’s due to either UV radiation on the skin, or light intensity as perceived by eyes (like in SAD). It’s quite difficult for me to separately test these two components. Since the light therapy doesn’t work at all I may conclude that the former is the main component, but it could also be that the 10.000 lux of the lamp are too weak to achieve a perceivable benefit.
        I will look forward to your next expirement with full-spectrum lamps to simulate a 15 hour long day. Will you use light therapy SAD lamps or real full-spectrum lamps that include UV rays (such as those used to grow plants indoors)?

        I’m quite sure you’ve already collected similar success stories, nevertheless I’d like to share this one (the only one I was able to find): https://forums.phoenixrising.me/threads/a-remarkable-recovery-story.20820/
        It’s about a young guy diagnosed with CFS/ME that had a full recovery after moving from Canada to Costa Rica.

        Liked by 1 person

        1. I have started the 15-hour-experiment, and I am using the lamps available for SAD, connected to a timer so that I can have the light from 6:00 AM to 9:00 PM. As you can see in the article above, the power of sunlight doesn’t seem to be the key in my case. So I am now considering the length of the day. Also because there are several papers that connect the length of the day to the power of the innate branch of the immune system. But I might be totally wrong, of course.

          The location effect is something that has been reported by several patients. It is hard to explain it, though. There might be several reasons. Including the absence of some common pathogens. This is another avenue I am interestd in.

          Thank you for your comments!

          Like

  3. I’m sorry, I missed that key sentence when I read the first time. I‘ve never tried to use the light therapy for so long, I just lazily followed the SAD guidelines, using it early in the morning for an hour or two, fearing that it could break if used for too long or that it could harm my eyes. However yours sounds a promising idea, I’ll also experiment with it in the next winter and I hope it’ll work.
    However I think it’s difficult to exclude an UV-on-skin component without taking trace of the hours actually spent under direct sunlight (including how much of your skin is actually exposed), but of course I am biased in that respect :p

    Like

    1. The idea is to use the lamps only early in the morning and in the evening, not for 15 hours. To set the timer, I use the chart in the second figure of this blog post. That chart has been plotted by a code of mine for the latitude of Rome.

      Like

Leave a comment