/[MITgcm]/MITgcm_contrib/enderton/Diagnostics/DiagRunDefaults.m
ViewVC logotype

Annotation of /MITgcm_contrib/enderton/Diagnostics/DiagRunDefaults.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Mon Feb 7 05:31:45 2005 UTC (20 years, 5 months ago) by enderton
Branch: MAIN
Changes since 1.1: +1 -0 lines
 o Added capability to read and plot monitor files in Diagnostics package.

1 enderton 1.1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2     % DiagRun default parameters %
3     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4    
5     LoadData = 1;
6     LoadGridData = 1;
7     DumpData = 0;
8     SavePlots = 1;
9     DiagDebug = 0;
10     OutputDir = '';
11    
12     Grads = 0;
13     GridSuffix = '';
14     ZcordFile = '';
15     Index = 0;
16     Dim = 0;
17     Year0Iter = 0;
18 enderton 1.2 SecPerYear = 31104000;
19 enderton 1.1 Months = [];

  ViewVC Help
Powered by ViewVC 1.1.22