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_SSH.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_SSH.pro

    r4495 r4497  
    2222; 
    2323  ts_SSH = rseries_ncdf(vssh, date1, date2, prefix, suffix, FIRSTONLY = 1 - allrec, direc = 'xy', mask2d = masknp) 
    24   ;SF ts_SSH.arr = ts_SSH.arr * 100   &   ts_SSH.unit = 'cm' 
    2524  ts_SSH.arr = ts_SSH.arr   &   ts_SSH.unit = 'm' 
    2625  title = prefix+' '+d1_d2+'!C'+blabla 
    27   pltt, ts_SSH, 't', -12., 12., date1, date2, /REMPLI $ 
    28   ;SF       , small = [1, 2, 1], YTITLE = 'cm', TITLE = title, /PORTRAIT, _extra = ex 
     26  pltt, ts_SSH, 't', MIN = -12., MAX = 12., date1, date2, /REMPLI , XGRIDSTYLE = 1 $ 
    2927        , small = [1, 2, 1], YTITLE = 'm', TITLE = title, /PORTRAIT, _extra = ex 
    3028   
     
    3432    tsave = time 
    3533    ts_SSH2 = rseries_ncdf(vssh2, date1_2, date2_2, prefix2, suffix2, FIRSTONLY = 1 - allrec, direc = 'xy', mask2d = masknp) 
    36     ;SF ts_SSH2.arr = ts_SSH2.arr * 100   &   ts_SSH2.unit = 'cm' 
    3734    ts_SSH2.arr = ts_SSH2.arr   &   ts_SSH2.unit = 'm' 
    3835    time = tsave   &   IF n_elements(time) NE jpt THEN stop 
    3936 
    4037    title = prefix+' (BLACK) - '+prefix2+' (RED) '+d1_d2_2+'!C'+blabla 
    41     pltt, ts_SSH.arr - ts_SSH2.arr, 't', -10., 10., date1, date2, /REMPLI $ 
    42           ;SF , color = 250, small = [1, 2, 2], YTITLE = 'cm', TITLE = title, /noerase, _extra = ex 
     38    pltt, ts_SSH.arr - ts_SSH2.arr, 't', MIN = -10., MAX = 10., date1, date2, /REMPLI, XGRIDSTYLE = 1 $ 
    4339          , color = 250, small = [1, 2, 2], YTITLE = 'm', TITLE = title, /noerase, _extra = ex 
    4440 
Note: See TracChangeset for help on using the changeset viewer.