Fortran Programming, Programming Fortran 教程第7章:文件 本章将深入介绍 Fortran 语言中文件的操作,包括打开、读写、 关闭、查询等命令。 徐 昭January 4, 2021
Fortran Programming Fortran 教程第6章:函数 使用 subprogram 可以将复杂计算过程拆分成若干小过程,有利于构建清晰的代 码结构和实现代码复用和封装。本章将介绍两种 Fortran 编程中最为常用的两种 subprogram 形式:函数(function)和子程序(subroutine)。 徐 昭December 3, 2020
Algorithms, Fortran Programming, Python Programming 2D convolution with missing data The convolution functions in `scipy` do not work well with missing data. We create a 2D convolution function that allows a controllable tolerance to missing values. It is first implemented in Fortran, then using `scipy` in an FFT approach. GuangzhiSeptember 16, 2020
Fortran Programming, Python Programming Use f2py to compile Python module GuangzhiSeptember 10, 20201 Comment
Fortran Programming Fortran cheat sheet Some notes on Fortran programming that I use as a reference. GuangzhiSeptember 10, 2020