MONC
casim_profile_dgs_stub.F90
Go to the documentation of this file.
1 
4  implicit none
5 
6 #ifndef TEST_MODE
7  private
8 #endif
9 
11 contains
12 
15  type(component_descriptor_type) function casim_profile_dgs_get_descriptor()
16  casim_profile_dgs_get_descriptor%name="casim_profile_dgs"
17  casim_profile_dgs_get_descriptor%version=0.0
19 
20 end module casim_profile_dgs_mod
monc_component_mod
Interfaces and types that MONC components must specify.
Definition: monc_component.F90:6
casim_profile_dgs_mod::casim_profile_dgs_get_descriptor
type(component_descriptor_type) function, public casim_profile_dgs_get_descriptor()
Provides the component descriptor for the core to register.
Definition: casim_profile_dgs.F90:41
casim_profile_dgs_mod
Dummy stub when not compiling with CASIM microphysics.
Definition: casim_profile_dgs.F90:1
monc_component_mod::component_descriptor_type
Description of a component.
Definition: monc_component.F90:42