MONC
socrates_couple_stub.F90
Go to the documentation of this file.
1 
4  implicit none
5 
7 contains
8 
11  type(component_descriptor_type) function socrates_couple_get_descriptor()
12  socrates_couple_get_descriptor%name="socrates_couple"
13  socrates_couple_get_descriptor%version=0.1
14 
16 
17 end module socrates_couple_mod
18 
19 
20 
21 
22 
23 
monc_component_mod
Interfaces and types that MONC components must specify.
Definition: monc_component.F90:6
socrates_couple_mod
This module sets up the logicals and parameters for the edward-slingo code from the UM....
Definition: socrates_couple.F90:4
socrates_couple_mod::socrates_couple_get_descriptor
type(component_descriptor_type) function, public socrates_couple_get_descriptor()
Provides the descriptor back to the caller and is used in component registration.
Definition: socrates_couple.F90:63
monc_component_mod::component_descriptor_type
Description of a component.
Definition: monc_component.F90:42