EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Public Attributes | |
integer | total_timesteps |
total number of timesteps that the model will run More... | |
integer | current_timestep |
the current timestep that empire is running More... | |
integer | completed_timesteps |
the number of timesteps that empire has so far finished More... | |
integer | next_ob_timestep |
the timestep of the next observation More... | |
logical | is_analysis |
if true, then the current ensemble is an analysis. If false then the current ensemble is not an analysis More... | |
logical | do_analysis |
if true then on this timestep we are required to do an analysis. If false we do not have an observation at this timestep More... | |
integer, dimension(:), allocatable | obs_times |
an integer array that will hold a mapping from observation number in time to model timesteps. I.e. obs_times(i) is the timestep of observation i in time. More... | |
integer | tau |
the pseudotimestep between observations More... | |
Definition at line 32 of file timestep_data.f90.
integer timestep_data::timestep_data_type::completed_timesteps |
the number of timesteps that empire has so far finished
Definition at line 37 of file timestep_data.f90.
integer timestep_data::timestep_data_type::current_timestep |
the current timestep that empire is running
Definition at line 35 of file timestep_data.f90.
logical timestep_data::timestep_data_type::do_analysis |
if true then on this timestep we are required to do an analysis. If false we do not have an observation at this timestep
Definition at line 43 of file timestep_data.f90.
logical timestep_data::timestep_data_type::is_analysis |
if true, then the current ensemble is an analysis. If false then the current ensemble is not an analysis
Definition at line 40 of file timestep_data.f90.
integer timestep_data::timestep_data_type::next_ob_timestep |
the timestep of the next observation
Definition at line 39 of file timestep_data.f90.
integer, dimension(:), allocatable timestep_data::timestep_data_type::obs_times |
an integer array that will hold a mapping from observation number in time to model timesteps. I.e. obs_times(i) is the timestep of observation i in time.
Definition at line 47 of file timestep_data.f90.
integer timestep_data::timestep_data_type::tau |
the pseudotimestep between observations
Definition at line 53 of file timestep_data.f90.
integer timestep_data::timestep_data_type::total_timesteps |
total number of timesteps that the model will run
Definition at line 33 of file timestep_data.f90.