HowTo: Set the value of the solar constant : Différence entre versions

De LMDZPedia
Aller à : navigation, rechercher
(Page créée avec « == The solar constant == The solar constant is the (total) solar radiation (W/m2) received at one astronomical unit (au) from the Sun == Changing/setting the solar consta... »)
 
 
(Une révision intermédiaire par le même utilisateur non affichée)
Ligne 7 : Ligne 7 :
 
solaire=1366.0896
 
solaire=1366.0896
 
</pre>
 
</pre>
'''Important''': This will only be taken into account if running without the RRTM radiative transfert scheme, i.e. with
+
'''Important''': This will always be taken into account if running without the RRTM radiative transfert scheme, i.e. with
 
<pre>
 
<pre>
 
iflag_rrtm=0
 
iflag_rrtm=0
 
</pre>
 
</pre>
If using RRTM then the ''solaire'' parameter is ignored as the solar constant is read from a specific input file (SOLARVOLCANOES.txt ?) unless
+
If using RRTM (i.e. ''iflag_rrtm=1'') then the ''solaire'' parameter is ignored as the solar constant is read from a specific input file (SOLARVOLCANOES.txt ?) unless
 
<pre>
 
<pre>
 
ok_suntime_rrtm=n
 
ok_suntime_rrtm=n

Version actuelle en date du 14 décembre 2021 à 12:40

The solar constant

The solar constant is the (total) solar radiation (W/m2) received at one astronomical unit (au) from the Sun

Changing/setting the solar constant

This is an input that can be changed by setting the appropriate flag solaire (French for "solar") in config.def, e.g.:

solaire=1366.0896

Important: This will always be taken into account if running without the RRTM radiative transfert scheme, i.e. with

iflag_rrtm=0

If using RRTM (i.e. iflag_rrtm=1) then the solaire parameter is ignored as the solar constant is read from a specific input file (SOLARVOLCANOES.txt ?) unless

ok_suntime_rrtm=n

14/12/2021