MONC
sw_control_mod.F90
Go to the documentation of this file.
1 ! *****************************COPYRIGHT*******************************
2 ! (C) Crown copyright Met Office. All rights reserved.
3 ! For further details please refer to the file COPYRIGHT.txt
4 ! which you should have received as part of this distribution.
5 ! *****************************COPYRIGHT*******************************
6 
7 ! Description:
8 ! This module declares the controlling structure for SW radiation.
9 
10 ! Code Owner: Please refer to the UM file CodeOwners.txt
11 ! This file belongs in section: Radiation Control
12 
14 
15 USE def_control, ONLY: strctrl
16 
17 IMPLICIT NONE
18 
19 TYPE (strctrl), SAVE :: sw_control
20 
21 END MODULE sw_control_mod
sw_control_mod
Definition: sw_control_mod.F90:13
sw_control_mod::sw_control
type(strctrl), save sw_control
Definition: sw_control_mod.F90:19