source: trunk/config/yfx_sc_config.pro

Last change on this file was 204, checked in by pinsard, 14 years ago

remove trailing blanks or tabulation

  • Property svn:keywords set to Id
File size: 676 bytes
Line 
1;+
2;
3; field specific min/max and ytitle
4;
5; @todo
6; should be a function
7;
8; @version
9; $Id$
10;
11;-
12;*****  edit here for field specific *****
13; minmax = ',-5,20'
14; mult_coeff = 1000.
15; varname = 'Coupling strength ['+cmd.date1+'-'+cmd.spec+']'
16minmax = ',-50,10'
17mult_coeff = 1.
18;  varname = 'Alpha: Qtot=f(SST) ['+cmd.date1+'-'+cmd.spec+']'
19;  varname = 'Alpha_SW: SW=f(SST) ['+cmd.date1+'-'+cmd.spec+']'
20;  varname = 'Alpha_LW: LW=f(SST) ['+cmd.date1+'-'+cmd.spec+']'
21;  varname = 'Alpha_LH: Latent=f(SST) ['+cmd.date1+'-'+cmd.spec+']'
22;  varname = 'Alpha_NetRad: SW+LW=f(SST) ['+cmd.date1+'-'+cmd.spec+']'
23varname = 'Alpha: '+cmd.var+'=f(SST) ['+cmd.date1+'-'+cmd.spec+']'
Note: See TracBrowser for help on using the repository browser.