⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 incontr2.m

📁 用MATLAB进行海洋水团的模拟程序
💻 M
字号:
%  This is the control file for automatic mode of OMP analysis. %  Calling incontr2.m from the main OMP analysis program omp2auto.m %  will set all parameters needed to run omp2.m.%%  You will have to edit this file for your own application.%  We recommend that you save your edited file under%  a different file name. See the web manual for details.%%% This program is part of the OMP package from:% Institut fuer Meereskunde% J. Karstensen % Troplowitzstr. 7% 22529 Hamburg% Germany%% It was written by Matthias Tomczak March 1999%% BUGS: matthias.tomczak@flinders.edu.au% Set type of OMP analysis by placing/deleting comment (%) sign: OMP = 'cla'; % classical OMP analysis% OMP = 'ext'; % extended OMP analysis% Define the file which contains the data by replacing the word testdata:dataset = 'testdata';%%% define a specific range of data to be used:%   as a string variable%%** for example: to use only data between potential %   density 23.12 and 28.03 and oxygen larger then 20 please write %   selection='pdens>=23&pdens<=28&oxy>=20';selection='pdens>=23&pdens<=28&oxy>=20';% Select/deselect potential vorticity by setting switchpot to 'y' or 'n':switchpot = 'n';% Select/deselect variables by setting corresponding switches to 'y' or 'n':iox = 'y'; % oxygen switchiph = 'y'; %phosphate switchini = 'y'; % nitrate switchisi = 'n'; %silicate switch% Define the file which contains the weights by replacing the word testwght: weightset = 'testwght';% Define the routine which contains the source water type definitions:swtypes = 'qwt2';% Set the total number of water masses to be included in the analysiswm = 2;%  Select the water type numbers (row in the water type matrix)% (The square brackets have to contain wm numbers):qwt_pos = [1 2 3 4];

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -