Changeset 46 for trunk


Ignore:
Timestamp:
02/01/08 03:10:23 (16 years ago)
Author:
ericg
Message:

Extracted user defined text from yfx.pro to yfx_sc_config.pro

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/yfx.pro

    r45 r46  
    195195                              time = lindgen(12)*30*1+ julday(1,1,01, ndayspm = calendar_type) 
    196196                              hotyp = 't' 
    197                         ;*****  edit here for field specific ***** 
    198                              ; minmax = ',0,20' 
    199                              ; mult_coeff = 1000. 
    200                              ; varname = 'Coupling strength ['+cmd.date1+'-'+cmd.spec+']' 
    201                               minmax = ',-50,10' 
    202                               mult_coeff = 1. 
    203                               varname = 'Alpha: Qtot=f(SST) ['+cmd.date1+'-'+cmd.spec+']' 
     197                              ; field specific min/max and ytitle 
     198                              @../config/yfx_sc_config.pro 
    204199                              coeff_txt = "" & coefflu_txt = "" & coeffm_txt = "" 
    205                         ;**************************************** 
    206200                              print, '    Mult, min, max set in plt_map ',mult_coeff, minmax 
    207201                              pltcmd = 'pltt,lincoef*'+string(mult_coeff)+', '''+hotyp+''''+minmax+com_strplt+',ov1d=0,COLOR=1, thick=4, STY1D=0' 
Note: See TracChangeset for help on using the changeset viewer.