MONC
Functions/Subroutines
test_naming_conventions_mod Module Reference

Functions/Subroutines

subroutine test_conventions_value
 

Function/Subroutine Documentation

◆ test_conventions_value()

subroutine test_naming_conventions_mod::test_conventions_value

Definition at line 10 of file test_naming_conventions.F90.

11 
12 
13  call assert_equals(k_per_day,'K/day', "k_per_day")
14  call assert_equals(k_per_second,'K/s', "k_per_second")
15  call assert_equals(m_per_second_per_day,'m/s/day', "m_per_second_per_day")
16  call assert_equals(m_per_second_per_second,'m/s/s', "m_per_second_per_second")
17  call assert_equals(kg_per_kg_per_second,'kg/kg/s', "kg_per_kg_per_second")
18  call assert_equals(kg_per_kg_per_day,'kg/kg/day', "kg_per_kg_per_day")
19  call assert_equals(g_per_kg_per_day,'g/kg/day', "g_per_kg_per_day")
20  call assert_equals(g_per_kg_per_second,'g/kg/s', "g_per_kg_per_second")
21 
Here is the caller graph for this function: