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

    r4320 r4394  
    3333  domdef, 0, 6000 
    3434 
    35   mm1 = msf(V1.arr, msk, indexboxzoom = ind, maskout = ma, /transport ) 
     35  ;formulation for variable: TRANSPORT 
     36  ;mm1 = msf(V1.arr, msk, indexboxzoom = ind, maskout = ma, /transport ) 
     37  ; 
     38  ;formulation for variable: VELOCITY 
     39  mm1 = msf(V1.arr, msk, indexboxzoom = ind, maskout = ma ) 
    3640  title = 'Meridional Stream Function, '+subname+'!C'+std_file1_V 
    3741  pltz, mm1, 'yz', -20., 20., int = 1., boxzoom = [ind[0:1], lat_ext, 0, 5500], /xindex, FORMAT = '(I3)', /portrait $ 
     
    3943 
    4044  if std_file1_V NE std_file2_V then begin 
    41     mm2 = msf(V2.arr, msk, indexboxzoom = ind, maskout = ma, /transport) 
     45    ;formulation for variable: TRANSPORT 
     46    ;mm2 = msf(V2.arr, msk, indexboxzoom = ind, maskout = ma, /transport ) 
     47    ; 
     48    ;formulation for variable: VELOCITY 
     49    mm2 = msf(V2.arr, msk, indexboxzoom = ind, maskout = ma) 
    4250    title = title+' - '+std_file2_V 
    4351    pltz, mm1.arr-mm2.arr, 'yz', -10., 10., int = 1., boxzoom = [ind[0:1], lat_ext, 0, 5500], /xindex,  FORMAT = '(I3)'  $ 
Note: See TracChangeset for help on using the changeset viewer.