Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有定义数据类型和服务的库来处理与 fortran 中的计量单位相关的数量?
有PHYSUNITS F90 模块,它可以做你想做的事。
意思是像UDUNITS吗?我发现它对时间计算非常有用,但大多数其他转换只是简单的乘法/加法组合。这些通常太容易手动编码,以保证 UDUNITS 的额外库依赖性。请注意,较新的版本 UDUNITS-2 还没有 Fortran 接口。