MONC
casim_stub.F90
Go to the documentation of this file.
1 
2 module casim_mod
4  implicit none
5 
6 #ifndef TEST_MODE
7  private
8 #endif
9 
11 contains
12 
15  type(component_descriptor_type) function casim_get_descriptor()
16  casim_get_descriptor%name="casim"
17  casim_get_descriptor%version=0.0
18  end function casim_get_descriptor
19 
20 end module casim_mod
monc_component_mod
Interfaces and types that MONC components must specify.
Definition: monc_component.F90:6
casim_mod::casim_get_descriptor
type(component_descriptor_type) function, public casim_get_descriptor()
Provides the descriptor back to the caller and is used in component registration.
Definition: casim.F90:179
casim_mod
Implimentation of CASIM microphysics.
Definition: casim.F90:2
monc_component_mod::component_descriptor_type
Description of a component.
Definition: monc_component.F90:42