• 大小: 0.45M
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-03-23
  • 语言: Matlab
  • 标签: MATLAB  

资源简介

用于大气辐射传输模型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.xml
     文件        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

评论

共有 条评论