Functions/Subroutines | |
| subroutine | simu_iono (temps_ref, tube_ref, Lshell_ref, simu) | 
| Main routine called by each MPI process.  More... | |
| subroutine | fill_sim_data (time) | 
| Fill sim_data before construct_buffer from local variables: proxy,pos_ref,masse_ion,masse_neutre.  | |
| subroutine | update_sim_data () | 
| Update some sim_data fields:  More... | |
| subroutine | init_cond (i_tube) | 
| Init local variables: conductivities and TEC.  More... | |
| subroutine | calcul_cond (I1, In, i_tube) | 
| Compute local variables: conductivities and TEC. Use local simu_iono variables: ion_n,ntr_n,pos_tube,ds.  More... | |
| subroutine | print_neutral (neutre, i_tube) | 
| subroutine simu_iono::calcul_cond | ( | integer, intent(in) | I1, | 
| integer, intent(in) | In, | ||
| integer, intent(in) | i_tube | ||
| ) | 
Compute local variables: conductivities and TEC. Use local simu_iono variables: ion_n,ntr_n,pos_tube,ds.
| [out] | sig_pedersen_s_tube,sig_pedersen_n_tube | |
| [out] | sig_hall_s_tube,sig_hall_n_tube | |
| [out] | sig_para_s_tube,sig_para_n_tube | |
| [out] | CET_tube_s,CET_tube_n | 


| subroutine simu_iono::init_cond | ( | integer, intent(in) | i_tube | ) | 
Init local variables: conductivities and TEC.
| [out] | sig_pedersen_s_tube,sig_pedersen_n_tube | |
| [out] | sig_hall_s_tube,sig_hall_n_tube | |
| [out] | sig_para_s_tube,sig_para_n_tube | |
| [out] | CET_tube_s,CET_tube_n | 

| subroutine simu_iono | ( | type(time_global), dimension(0:) | temps_ref, | 
| type(tube_description), dimension(:) | tube_ref, | ||
| real, dimension(:) | Lshell_ref, | ||
| type(mode_simu), dimension(0:) | simu | ||
| ) | 
Main routine called by each MPI process.


| subroutine simu_iono::update_sim_data | ( | ) | 
Update some sim_data fields:
 1.8.5