mod_set_time Module Reference
Data Types | |
interface | set_startup_file_stack |
Functions/Subroutines | |
subroutine | setup_time |
subroutine | report_time_setup |
subroutine | set_model_timestep |
subroutine | ideal_time_string2time (string, flag, ntime, tstep) |
integer(itime) function | calculate_number_of_timesteps (STIME, ETIME) |
subroutine | set_last_file_time (NCF, STIME, STEP) |
subroutine | set_startup_file_stack_by_time (STIME, STEP) |
subroutine | set_startup_file_stack_by_cycle (step, ATIME) |
subroutine | check_startup_file_dimensions |
subroutine | get_first_output_time (STRING, FIRST_TIME) |
subroutine | get_output_file_interval (STRING, INTERVAL) |
subroutine | set_output_file_time (NCF, OUT_INTERVAL, NEXT_TIME, NEXT_STK, PREV_TIME, PREV_STK, STKLEN, STACK_MAX) |
Function/Subroutine Documentation
integer(itime) function mod_set_time::calculate_number_of_timesteps | ( | type(time), intent(in) | STIME, |
type(time), intent(in) | ETIME | ||
) |
Here is the caller graph for this function:
![](namespacemod__set__time_a32c7509797574a31c12ef6310c69f2ff_icgraph.png)
subroutine mod_set_time::check_startup_file_dimensions | ( | ) |
subroutine mod_set_time::get_first_output_time | ( | character(len=*), intent(in) | STRING, |
type(time), intent(out) | FIRST_TIME | ||
) |
Here is the call graph for this function:
![](namespacemod__set__time_a40ae01ab053123fbee6412c7c50cc27a_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__set__time_a40ae01ab053123fbee6412c7c50cc27a_icgraph.png)
subroutine mod_set_time::get_output_file_interval | ( | character(len=*), intent(in) | STRING, |
type(time), intent(out) | INTERVAL | ||
) |
Here is the call graph for this function:
![](namespacemod__set__time_acf83165d0d435d7c63de430ebd666eea_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__set__time_acf83165d0d435d7c63de430ebd666eea_icgraph.png)
subroutine mod_set_time::ideal_time_string2time | ( | character(len=*), intent(in) | string, |
character(len=4), intent(out) | flag, | ||
type(time), intent(out) | ntime, | ||
integer(itime), intent(out) | tstep | ||
) |
Here is the call graph for this function:
![](namespacemod__set__time_aec27ae1f0ee82c3145dca9e154a1068d_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__set__time_aec27ae1f0ee82c3145dca9e154a1068d_icgraph.png)
subroutine mod_set_time::report_time_setup | ( | ) |
Here is the caller graph for this function:
![](namespacemod__set__time_abd3dd9e0b72cabe6932bd354d6dd1168_icgraph.png)
subroutine mod_set_time::set_last_file_time | ( | type(ncfile), pointer | NCF, |
type(time), intent(out) | STIME, | ||
integer(itime), intent(out) | STEP | ||
) |
Here is the caller graph for this function:
![](namespacemod__set__time_ad202c7241d11eb304d831da9c9c6655f_icgraph.png)
subroutine mod_set_time::set_model_timestep | ( | ) |
Here is the caller graph for this function:
![](namespacemod__set__time_aefabf61ecf9ff4a46a216a38b31ec35a_icgraph.png)
subroutine mod_set_time::set_output_file_time | ( | type(ncfile), pointer | NCF, |
type(time), intent(in) | OUT_INTERVAL, | ||
type(time), intent(in) | NEXT_TIME, | ||
integer, intent(in) | NEXT_STK, | ||
type(time), intent(in) | PREV_TIME, | ||
integer, intent(in) | PREV_STK, | ||
integer, intent(in) | STKLEN, | ||
integer, intent(in) | STACK_MAX | ||
) |
Here is the caller graph for this function:
![](namespacemod__set__time_a07f15a23c0b415d6f878e1315970059a_icgraph.png)
subroutine mod_set_time::set_startup_file_stack_by_cycle | ( | integer(itime), intent(in) | step, |
type(time), intent(out), optional | ATIME | ||
) |
subroutine mod_set_time::set_startup_file_stack_by_time | ( | type(time), intent(in) | STIME, |
integer(itime), intent(out), optional | STEP | ||
) |
subroutine mod_set_time::setup_time | ( | ) |
Here is the call graph for this function:
![](namespacemod__set__time_a7415334f6d7513ac115e110ffd19efd6_cgraph.png)
Here is the caller graph for this function:
![](namespacemod__set__time_a7415334f6d7513ac115e110ffd19efd6_icgraph.png)