CAM
chlorine_loading_data.F90 File Reference

Modules

module  chlorine_loading_data
 

Functions/Subroutines

subroutine, public chlorine_loading_data::chlorine_loading_init (file, type, ymd, tod)
 
subroutine, public chlorine_loading_data::chlorine_loading_advance ()
 
subroutine chlorine_loading_data::convert_dates (dates, secs, times)
 
subroutine chlorine_loading_data::convert_date (date, sec, time)
 
subroutine chlorine_loading_data::get_model_time (time, year, month, day, seconds)
 

Variables

real(r8), public chlorine_loading_data::chlorine_loading
 
integer chlorine_loading_data::ntimes
 
integer, parameter chlorine_loading_data::nt = 2
 
real(r8), dimension(nt) chlorine_loading_data::iloading
 
real(r8), dimension(:), allocatable chlorine_loading_data::data_times
 
integer chlorine_loading_data::last_index = 1
 
logical chlorine_loading_data::initialized = .false.
 
logical chlorine_loading_data::fixed
 
real(r8) chlorine_loading_data::offset_time
 
character(len=256) chlorine_loading_data::chlorine_loading_file = ''
 
character(len=8) chlorine_loading_data::chlorine_loading_type = 'SERIAL'
 
integer chlorine_loading_data::chlorine_loading_ymd = 0
 
integer chlorine_loading_data::chlorine_loading_tod = 0