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 4498 for branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_mht.pro – NEMO

Ignore:
Timestamp:
2014-02-18T15:24:03+01:00 (10 years ago)
Author:
flavoni
Message:

fix small improvements in idl plots, see ticket #724

File:
1 edited

Legend:

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

    r2760 r4498  
    6767    plt1d, htr2_atl, 'y', COLOR = 50, /ov1d,  _extra = ex 
    6868 
    69     varunit = 'Tw' 
    70     title = 'MHT (TeraW) differences!C'+std_file1_T+' - '+std_file2_T 
    71     plt1d, (htr1-htr2)*1.e3, 'y', min = -250., max = 250., TITLE = title $ 
     69    title = 'MHT (Black) & Atlantic MHT (Blue) '+std_file1_T+' !C (Red) '+std_file2_T 
     70    plt1d, htr1, 'y', min = -2., max = 2., TITLE = title $ 
    7271           , SMALL = [2, 2, 3], TICKLEN = 1, XGRIDSTYLE = 2 $ 
    73            , YTITLE = 'TW', YGRIDSTYLE = 2, /NOERASE, _extra = ex 
    74     plt1d, (htr1_atl - htr2_atl)*1.e3, 'y', COLOR = 50, /ov1d,  _extra = ex 
     72           , YTITLE = 'PW', YGRIDSTYLE = 2, /NOERASE, _extra = ex 
     73    plt1d, htr2, 'y', COLOR = 250, /ov1d,  _extra = ex 
     74    plt1d, htr1_atl, 'y', COLOR = 50, /ov1d,  _extra = ex 
     75    plt1d, htr2_atl, 'y', COLOR = 250, /ov1d,  _extra = ex 
     76    ;plt1d, (htr1-htr2)*1.e3, 'y', min = -250., max = 250., TITLE = title $ 
     77    ;       , SMALL = [2, 2, 3], TICKLEN = 1, XGRIDSTYLE = 2 $ 
     78    ;       , YTITLE = 'TW', YGRIDSTYLE = 2, /NOERASE, _extra = ex 
     79    ;plt1d, (htr1_atl - htr2_atl)*1.e3, 'y', COLOR = 50, /ov1d,  _extra = ex 
    7580     
    7681  endif  
Note: See TracChangeset for help on using the changeset viewer.