CCPP SciDoc v7.0.0  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches
mo_rrtmgp_util_string Module Reference

Routines for handling strings: More...

Functions/Subroutines

pure character(len=len(input_string)) function, public lower_case (input_string)
 Convert stringo to lower case.
 
pure logical function, public string_in_array (string, array)
 Is string somewhere in array?
 
pure integer function, public string_loc_in_array (string, array)
 what is the location of a string in an array
 

Variables

character(len=26), parameter lower_case_chars = 'abcdefghijklmnopqrstuvwxyz'
 
character(len=26), parameter upper_case_chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 

Detailed Description

  • convert to lower case
  • does a string exist within an array of strings?
  • what is the location of a string with an array?