资源简介
用于大气辐射传输模型modtran5的matlab程序,可读取编辑tape5文件,运行modtran然后读取运行结果。
代码片段和文件信息
classdef Mod5
% Mod5 - A class for working with MODTRAN 5 atmospheric model cases
%
% This class is a functional wrapper and does not include a GUI. For
% MODTRAN GUIs see PcModWin (Ontar Corporation) MODO (Rese) or MIG.
%
% The class includes methods to read and write MODTRAN5 case files. Once
% a case has been read in it is possible to adjust the parameters and
% write the modified .ltn or .tp5 file.
%
% There is also a method to run MODTRAN and read many results immediately
% into the class instance. For a full list of methods see below the
% property listing.
%
% For this version of Mod5 the canonical reference for MODTRAN
% parameters is the MODTRAN 5.2.0.0 User‘s Manual dated July 2008.
%
% The class Mod5 has the following properties:
%
% CaseName: Name of the case. Defaults to the filename (no extension)
% CaseIndex: The sub-case index number. This is a cross-check.
% CaseDescr: Single line description of case. Used for plot titles.
% LongDescr: Longer perhaps multiline description.
% OriginFile: Full filename of original file from which case was read.
% MODStatus: Status flag produced when MODTRAN is run on the case.
% MODSays: Console output from MODTRAN produced when case is run.
% The following properties with names that are all in upper case are
% MODTRAN5 case input parameters. These are the parameters read from
% a .ltn or .tp5 (or tape5) file. For definitions of these parameters
% see the MODTRAN5 User‘s Manual.
% MODTRN: See MODTRAN5 User‘s Manual Card 1 Series Main Radiation Transport
% SPEED: See MODTRAN5 User‘s Manual Algorithm control
% BINARY: See MODTRAN5 User‘s Manual Binary/ASCII output switch
% LYMOLC: See MODTRAN5 User‘s Manual Auxiliary trace gases
% MODEL: See MODTRAN5 User‘s Manual Canned Atmospheric Model
% ITYPE: See MODTRAN5 User‘s Manual Type of atmospheric path
% IEMSCT: See MODTRAN5 User‘s Manual Mode of execution Rad/Trans etc.
% IMULT: See MODTRAN5 User‘s Manual Controls multiple scattering
% M1: See MODTRAN5 User‘s Manual
% M2: See MODTRAN5 User‘s Manual
% M3: See MODTRAN5 User‘s Manual
% M4: See MODTRAN5 User‘s Manual
% M5: See MODTRAN5 User‘s Manual
% M6: See MODTRAN5 User‘s Manual
% MDEF: See MODTRAN5 User‘s Manual
% I_RD2C: See MODTRAN5 User‘s Manual
% NOPRNT: See MODTRAN5 User‘s Manual Controls .tp8 and .clr output.
% TPTEMP: See MODTRAN5 User‘s Manual
% SURREF: See MODTRAN5 User‘s Manual
% DIS: See MODTRAN5 User‘s Manual
% DISAZM: See MODTRAN5 User‘s Manual
% DISALB: See MODTRAN5 User‘s Manual
% NSTR: See MODTRAN5 User‘s
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1755203 2020-08-19 15:44 CalVal_ENVISAT_MERIS_v01.xm
文件 1498 2020-08-19 15:44 CaseUSS.ltn
文件 7857 2020-08-19 15:44 CIEXYZ10.flt
文件 7853 2020-08-19 15:44 CIEXYZ2.flt
文件 374 2020-08-19 15:44 Ex1.ltn
文件 2247 2020-08-19 15:44 Ex4.tp5
文件 603348 2020-08-19 15:44 Mod5.m
文件 62976 2020-08-19 15:44 Mod5CLassWrapperForMODTRAN.doc
文件 69238 2020-08-19 15:44 Mod5CLassWrapperForMODTRAN.pdf
文件 3789 2020-08-19 15:44 Mod5Compare.m
文件 30562 2020-08-19 15:44 Mod5Examples.m
文件 4063 2020-08-19 15:44 Mod5Test.m
文件 3670 2020-08-19 15:44 Mod5TestRun.m
文件 23143 2020-08-19 15:44 seawater_open_ocean_sw2.27262.asc
文件 58685 2020-08-19 15:44 tree100001.asd.ref.txt
相关资源
- Pattern Recognition and Machine Learning(高清
- MATLAB 编程 第二版 Stephen J. Chapman 著
- 均值滤波和FFT频谱分析Matlab代码
- 《MATLAB扩展编程》代码
- HDB3码、AMI码的MATLAB实现
- 3点GPS定位MATLAB仿真
- MATLAB数字信号处理85个实用案例精讲入
- matlab从入门到精通pdf94795
- 欧拉放大论文及matlab代码
- 跳一跳辅助_matlab版本
- 全面详解LTE MATLAB建模、仿真与实现
- MIMO-OFDM无线通信技术及MATLAB实现_孙锴
- MATLAB Programming for Engineers 4th - Chapman
- matlab 各种谱分析对比
- 分数阶chen混沌matlab程序
- 基于粒子群算法的非合作博弈的matl
- MATLAB车流仿真 包括跟驰、延误
- matlab空间桁架计算程序
- 基于MATLAB的图像特征点匹配和筛选
- DMA-TVP-FAVAR
- GPS信号的码捕获matlab代码.7z
- 一维光子晶体MATLAB仿真代码吸收率折
- newmark法源程序
- 传统关联成像、计算鬼成像matlab
- pri传统分选算法
- 摆动滚子推杆盘形凸轮设计
- 医学图像重建作业matlab源码
- Matlab实现混沌系统的控制
- 检测疲劳驾驶
- Matlab锁相环仿真-Phase Locked Loop.rar
评论
共有 条评论