MONC
Functions/Subroutines
test_science_constants_mod Module Reference

Functions/Subroutines

subroutine test_science_constants
 

Function/Subroutine Documentation

◆ test_science_constants()

subroutine test_science_constants_mod::test_science_constants

Definition at line 17 of file test_scienceconstants.F90.

18 
19  type(model_state_type) :: state
20  call load_model_configuration(state%options_database)
21  call initialise_science_constants(state)
22 
23 
24  call assert_equals(rlvap_over_cp,rlvap/cp, "Test rlvap_over is what is expected")
25  call assert_equals(r_over_cp,r/cp, "Test rlvap_over is what is expected")
Here is the call graph for this function:
Here is the caller graph for this function:
science_constants_mod::cp
real(kind=default_precision), public cp
Definition: scienceconstants.F90:13