mus_physics_out_conv Subroutine

public subroutine mus_physics_out_conv(me, conf, minLevel, maxLevel)

This routine write physics convert factor into solver specific string in lua format. use reference density to parmeterize kg and reference mole density to parmeterize mol.

Arguments

Type IntentOptional Attributes Name
type(mus_physics_type), intent(in) :: me
type(aot_out_type) :: conf
integer, intent(in) :: minLevel
integer, intent(in) :: maxLevel

Calls

proc~~mus_physics_out_conv~~CallsGraph proc~mus_physics_out_conv mus_physics_out_conv proc~aot_out_open_table aot_out_open_table proc~mus_physics_out_conv->proc~aot_out_open_table proc~aot_out_close_table aot_out_close_table proc~mus_physics_out_conv->proc~aot_out_close_table proc~aot_out_val aot_out_val proc~mus_physics_out_conv->proc~aot_out_val

Contents