FV3 Bundle
get_cal_time_mod Module Reference

Functions/Subroutines

type(time_type) function, public get_cal_time (time_increment, units, calendar, permit_calendar_conversion)
 
character(len=256) function cut0 (string)
 

Variables

logical module_is_initialized =.false.
 
logical allow_calendar_conversion =.true.
 

Function/Subroutine Documentation

◆ cut0()

character(len=256) function get_cal_time_mod::cut0 ( character(len=*), intent(in)  string)
private

Definition at line 364 of file get_cal_time.F90.

Here is the caller graph for this function:

◆ get_cal_time()

type(time_type) function, public get_cal_time_mod::get_cal_time ( real, intent(in)  time_increment,
character(len=*), intent(in)  units,
character(len=*), intent(in)  calendar,
logical, intent(in), optional  permit_calendar_conversion 
)

Definition at line 168 of file get_cal_time.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ allow_calendar_conversion

logical get_cal_time_mod::allow_calendar_conversion =.true.
private

Definition at line 55 of file get_cal_time.F90.

◆ module_is_initialized

logical get_cal_time_mod::module_is_initialized =.false.
private

Definition at line 44 of file get_cal_time.F90.