|
CAM
|
Functions/Subroutines | |
| subroutine, public | chlorine_loading_init (file, type, ymd, tod) |
| subroutine, public | chlorine_loading_advance () |
| subroutine | convert_dates (dates, secs, times) |
| subroutine | convert_date (date, sec, time) |
| subroutine | get_model_time (time, year, month, day, seconds) |
Variables | |
| real(r8), public | chlorine_loading |
| integer | ntimes |
| integer, parameter | nt = 2 |
| real(r8), dimension(nt) | iloading |
| real(r8), dimension(:), allocatable | data_times |
| integer | last_index = 1 |
| logical | initialized = .false. |
| logical | fixed |
| real(r8) | offset_time |
| character(len=256) | chlorine_loading_file = '' |
| character(len=8) | chlorine_loading_type = 'SERIAL' |
| integer | chlorine_loading_ymd = 0 |
| integer | chlorine_loading_tod = 0 |
| subroutine, public chlorine_loading_data::chlorine_loading_advance | ( | ) |


| subroutine, public chlorine_loading_data::chlorine_loading_init | ( | character(len=256), intent(in) | file, |
| character(len=8), intent(in), optional | type, | ||
| integer, intent(in), optional | ymd, | ||
| integer, intent(in), optional | tod | ||
| ) |


| subroutine chlorine_loading_data::convert_date | ( | integer, intent(in) | date, |
| integer, intent(in) | sec, | ||
| real(r8), intent(out) | time | ||
| ) |


| subroutine chlorine_loading_data::convert_dates | ( | integer, dimension(:), intent(in) | dates, |
| integer, dimension(:), intent(in) | secs, | ||
| real(r8), dimension(:), intent(out) | times | ||
| ) |


|
private |


| real(r8), public chlorine_loading_data::chlorine_loading |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |