write(*,*) iloop/10,cotent_macro_p_cell_f(1,noy_cell/2), & cotent_macro_p_cell_f(2,noy_cell/2),cotent_macro_p_cell_f(3,noy_cell/2),& cotent_macro_t_cell_f(noy_cell/2),cotent_macro_n_cell_f(noy_cell/2),m_totle_no,no_change,& equ_loc(1),equ_loc(noy_cell/2)
时间: 2024-04-22 07:29:00 浏览: 97
深思 PHP 数组遍历的差异(array_diff 的实现)
这是一段Fortran代码,它的功能是将一些变量的值输出到屏幕上。具体来说,它输出了以下变量的值:
- iloop/10
- cotent_macro_p_cell_f(1,noy_cell/2)
- cotent_macro_p_cell_f(2,noy_cell/2)
- cotent_macro_p_cell_f(3,noy_cell/2)
- cotent_macro_t_cell_f(noy_cell/2)
- cotent_macro_n_cell_f(noy_cell/2)
- m_totle_no
- no_change
- equ_loc(1)
- equ_loc(noy_cell/2)
其中,iloop、noy_cell、cotent_macro_p_cell_f、cotent_macro_t_cell_f、cotent_macro_n_cell_f、m_totle_no、no_change、equ_loc都是变量名。这段代码使用了一些Fortran中的语法,比如数组的下标从1开始,以及使用了逗号分隔的多个变量输出。
阅读全文