6.3
general documentation
Module for Radiative transfer

Variables

integer(c_int), pointer, save iirayo
 Activation of the radiative transfer module: More...
 
integer(c_int), pointer, save nfreqr
 Period of the radiation module. The radiation module is called every nfreqr time steps (more precisely, every time ntcabs is a multiple of nfreqr). Also, in order to have proper initialization of the variables, whatever the value of nfreqr, the radiation module is called at the first time step of a calculation (restart or not). Useful if and only if the radiation module is activated}. More...
 
integer(c_int), pointer, save rad_atmo_model
 Atmospheric radiation model: More...
 

Detailed Description

Variable Documentation

◆ iirayo

integer(c_int), pointer, save iirayo

Activation of the radiative transfer module:

  • 0: not activated
  • 1: DOM
  • 2: P1

◆ nfreqr

integer(c_int), pointer, save nfreqr

Period of the radiation module. The radiation module is called every nfreqr time steps (more precisely, every time ntcabs is a multiple of nfreqr). Also, in order to have proper initialization of the variables, whatever the value of nfreqr, the radiation module is called at the first time step of a calculation (restart or not). Useful if and only if the radiation module is activated}.

◆ rad_atmo_model

integer(c_int), pointer, save rad_atmo_model

Atmospheric radiation model:

  • Direct Solar the first bit
  • diFfuse Solar for the second bit
  • InfraRed for the third bitPeriod of the radiation module.