6.4. jules_radiation.nml

This file sets the radiation options. It contains one namelist called JULES_RADIATION.

6.4.1. JULES_RADIATION namelist members

JULES_RADIATION::l_cosz
Type:logical
Default:T

Switch for calculation of solar zenith angle. For land points, this switch is only relevant if l_spec_albedo = TRUE.

TRUE
Calculate zenith angle.
FALSE
Assume constant zenith angle of zero, meaning sun is directly overhead.
JULES_RADIATION::l_spec_albedo
Type:logical
Default:F

Switch for albedo model.

TRUE
Use spectral albedo with VIS and NIR components.
FALSE
Use a single (averaged) waveband albedo.
JULES_RADIATION::l_spec_alb_bs
Type:logical
Default:F

Switch for albedo model, when spectral albedo is being used.

Requires l_spec_albedo = TRUE.

TRUE
Produces a single albedo for use by both the direct and diffuse beams (a ‘blue’ sky albedo). This currently copies the diffuse beam albedo for the direct beam.
FALSE
Produces both a direct (‘black’ sky) and a diffuse (‘white’ sky) albedo.
JULES_RADIATION::l_snow_albedo
Type:logical
Default:F

Switch for using prognostic snow properties in model albedo.

Requires l_spec_albedo = TRUE.

TRUE
Use prognostic snow properties for albedo.
FALSE
Calculate albedo of snow using only snow depth.
JULES_RADIATION::l_albedo_obs
Type:logical
Default:F

Switch for applying a scaling factor to the albedo values, on tiles, so that the resultant aggregate albedo matches observations.

TRUE

Scale the albedo values on tiles.

Note

Observed albedo(s) must be prescribed in prescribed_data.nml.

FALSE
Do not scale the albedo values on tiles.