![]() |
rochePlot
|
Contains data from the input file and derived data. More...
Variables | |
| integer, parameter | npl =100 |
| integer, parameter | ng =10 |
| integer | klabel |
| integer | ktel |
| integer | blen |
| integer | iscr |
| real | csep |
| real, dimension(ng) | rm1 |
| real, dimension(ng) | rm2 |
| real, dimension(ng) | pb |
| real, dimension(ng) | rad1 |
| real, dimension(ng) | rad2 |
| real, dimension(ng) | age_mc |
| real, dimension(ng) | rsep |
| real, dimension(ng) | rlag |
| real, dimension(ng) | rlef |
| real, dimension(ng) | rrig |
| real, dimension(ng) | hei |
| real, dimension(5) | xtl |
| real | xt |
| real | yt |
| logical, dimension(ng) | ce |
| character, dimension(50) | txt |
| character, dimension(50) | label |
| character, dimension(50) | text |
| character, dimension(50) | title |
Contains data from the input file and derived data.
| integer, parameter input_data::npl =100 |
Referenced by plot_binary().
| integer, parameter input_data::ng =10 |
Referenced by read_input_file().
| integer input_data::klabel |
Referenced by initialise_plot(), plot_binary(), and read_input_file().
| integer input_data::ktel |
Referenced by plot_binary(), plot_scale_bar(), read_input_file(), and rocheplot().
| integer input_data::blen |
Referenced by plot_scale_bar(), and read_input_file().
| integer input_data::iscr |
Referenced by initialise_plot(), and read_input_file().
| real input_data::csep |
Referenced by read_input_file(), and rocheplot().
| real, dimension(ng) input_data::rm1 |
Referenced by plot_binary(), and read_input_file().
| real, dimension(ng) input_data::rm2 |
Referenced by plot_binary(), and read_input_file().
| real, dimension(ng) input_data::pb |
Referenced by plot_binary(), and read_input_file().
| real, dimension(ng) input_data::rad1 |
Referenced by plot_binary(), and read_input_file().
| real, dimension(ng) input_data::rad2 |
Referenced by plot_binary(), and read_input_file().
| real, dimension(ng) input_data::age_mc |
Referenced by plot_binary(), and read_input_file().
| real, dimension(ng) input_data::rsep |
Referenced by plot_binary(), and read_input_file().
| real, dimension(ng) input_data::rlag |
Referenced by plot_binary(), and read_input_file().
| real, dimension(ng) input_data::rlef |
Referenced by plot_binary(), and read_input_file().
| real, dimension(ng) input_data::rrig |
Referenced by plot_binary(), and read_input_file().
| real, dimension(ng) input_data::hei |
Referenced by plot_binary(), plot_scale_bar(), and read_input_file().
| real, dimension(5) input_data::xtl |
Referenced by initialise_plot(), plot_binary(), and read_input_file().
| real input_data::xt |
Referenced by read_input_file(), and rocheplot().
| real input_data::yt |
Referenced by read_input_file(), and rocheplot().
| logical, dimension(ng) input_data::ce |
Referenced by plot_binary(), and read_input_file().
| character, dimension(50) input_data::txt |
Referenced by plot_binary(), and read_input_file().
| character, dimension(50) input_data::label |
Referenced by initialise_plot(), plot_binary(), read_input_file(), and rocheplot().
| character, dimension(50) input_data::text |
Referenced by read_input_file(), and rocheplot().
| character, dimension(50) input_data::title |
Referenced by initialise_plot(), and read_input_file().
1.8.9.1