New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 4497 for branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_ts_AMOC.pro – NEMO

Ignore:
Timestamp:
2014-02-17T15:42:08+01:00 (10 years ago)
Author:
flavoni
Message:

update idl scripts, see ticket #724

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_ts_AMOC.pro

    r4495 r4497  
    9595 
    9696  title = prefix+' '+d1_d2+'!C'+'Max Atlantic MOC between 40N and 50N' 
    97   pltt, t45, 't', 0., 30., date1, date2, /REMPLI, /PORTRAIT $ 
     97  pltt, t45, 't', MIN = 0., MAX = 30., date1, date2, /REMPLI, /PORTRAIT, XGRIDSTYLE = 1 $ 
    9898        ,  small = [1, 2, 1],  TITLE = title, YTITLE = varunit, _extra = ex 
    9999  IF prefix NE prefix2 then begin 
    100100    title = prefix+' (BLACK) - '+prefix2+' (RED) '+d1_d2_2+'!C'+'Max Atlantic MOC between 40N and 50N' 
    101     pltt, t45, 't', 0., 30., date1, date2, /REMPLI, /NOERASE $ 
     101    pltt, t45, 't', MIN = 0., MAX = 30., date1, date2, /REMPLI , /NOERASE, XGRIDSTYLE = 1 $ 
    102102          ,  small = [1, 2, 2],  TITLE = title, YTITLE = varunit, _extra = ex ; BLACK 
    103     pltt, t45_2, 't', 0., 30., date1, date2, /REMPLI, /NOERASE $ 
     103    pltt, t45_2, 't', date1, date2, /REMPLI, /NOERASE $ 
    104104          ,  /ov1d, COLOR = 250, small = [1, 2, 2],  TITLE = title, YTITLE = varunit, _extra = ex ; RED 
    105105  endif 
     
    110110 
    111111  title = prefix+' '+d1_d2+'!C'+'Max AntArctic Bottom Water between 80S and 65S '+d1_d2 
    112   pltt, -t70, 't', 0., 20., date1, date2, /REMPLI, /PORTRAIT, window = 2 $ 
     112  pltt, -t70, 't', MIN = 0., MAX = 20., date1, date2, /REMPLI, /PORTRAIT, XGRIDSTYLE = 1, window = 2 $ 
    113113        , small = [1, 2, 1],  TITLE = title, YTITLE = varunit, _extra = ex 
    114114  if prefix NE prefix2 then begin  
    115115    title = prefix+' (BLACK) - '+prefix2+' (RED) '+d1_d2_2+'!C'+'Max AntArctic Bottom Water between 80S and 65S' 
    116     pltt, -t70, 't', 0., 20., date1, date2, /REMPLI, /NOERASE $ 
     116    pltt, -t70, 't', MIN = 0.,MAX =  20., date1, date2, /REMPLI, /NOERASE, XGRIDSTYLE = 1 $ 
    117117          ,  small = [1, 2, 2],  TITLE = title, YTITLE = varunit, _extra = ex ; BLACK 
    118     pltt, -t70_2, 't', 0., 20., date1, date2, /REMPLI, /NOERASE $ 
     118    pltt, -t70_2, 't', date1, date2, /REMPLI, /NOERASE $ 
    119119          , /ov1d, COLOR = 250, small = [1, 2, 2],  TITLE = title, YTITLE = varunit, _extra = ex ; RED 
    120120  endif 
     
    125125 
    126126  title = prefix+' '+d1_d2+'!C '+'Max AntArctic Bottom Cell between 65S and 30N '+d1_d2 
    127   pltt, -t50, 't', 5., 30., date1, date2, /REMPLI, /PORTRAIT, window = 3 $ 
     127  pltt, -t50, 't', MIN = 5., MAX = 30., date1, date2, /REMPLI, /PORTRAIT, XGRIDSTYLE = 1, window = 3 $ 
    128128        ,  small = [1, 2, 1],  TITLE = title, YTITLE = varunit, _extra = ex 
    129129  if prefix NE prefix2 then begin 
    130130    title = prefix+' (BLACK) - '+prefix2+' (RED) '+d1_d2_2+'!C'+'Max AntArctic Bottom Cell between 65S and 30N' 
    131     pltt, -t50 , 't', 5., 30., date1, date2, /REMPLI, /NOERASE $ 
     131    pltt, -t50 , 't', MIN = 5., MAX = 30., date1, date2, /REMPLI, /NOERASE, XGRIDSTYLE = 1 $ 
    132132          ,  small = [1, 2, 2],  TITLE = title, YTITLE = varunit, _extra = ex ; BLACK 
    133     pltt, -t50_2, 't', 5., 30., date1, date2, /REMPLI, /NOERASE  $ 
     133    pltt, -t50_2, 't', date1, date2, /REMPLI, /NOERASE  $ 
    134134          , /ov1d, COLOR = 250, small = [1, 2, 2],  TITLE = title, YTITLE = varunit, _extra = ex ; RED 
    135135  endif 
Note: See TracChangeset for help on using the changeset viewer.