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

Ignore:
Timestamp:
2014-02-03T14:38:45+01:00 (10 years ago)
Author:
flavoni
Message:

add time series of FRAM STRAIT, and update 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_bsf.pro

    r4320 r4394  
    1414  domdef, 0, 6000 
    1515 
    16   bb1 = bsf(U1.arr, refvalue = 0., refpoint = [25, 0], /transport ) 
     16  ;formulation for variable: TRANSPORT 
     17  ;bb1 = bsf(U1.arr, refvalue = 0., refpoint = [25, 0], /transport ) 
     18  ; 
     19  ;formulation for variable: VELOCITY 
     20  bb1 = bsf(U1.arr, refvalue = 0., refpoint = [25, 0]) 
    1721  title = 'Barotropic Stream Function!C'+std_file1_U 
    1822  plt, bb1, min = -200., max = 200., int = 10., /portrait, FORMAT = '(I4)', STYLE = 'so0so' $ 
     
    2024 
    2125  if std_file1_U NE std_file2_U then BEGIN 
    22     bb2 = bsf(U2.arr, refvalue = 0., refpoint = [25, 0], /transport ) 
     26    ;formulation for variable: TRANSPORT 
     27    ;bb2 = bsf(U2.arr, refvalue = 0., refpoint = [25, 0], /transport ) 
     28    ;formulation for variable: VELOCITY 
     29    bb2 = bsf(U2.arr, refvalue = 0., refpoint = [25, 0] ) 
    2330    title = 'Barotropic Stream Function!C'+std_file1_U+' - '+std_file2_U 
    2431    plt, bb1.arr - bb2.arr, min = -20., max = 20., int = 2.,  FORMAT = '(I2)', STYLE = 'so0so' $ 
Note: See TracChangeset for help on using the changeset viewer.