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 4559 for trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_IceThick.pro – NEMO

Ignore:
Timestamp:
2014-03-21T10:22:46+01:00 (10 years ago)
Author:
flavoni
Message:

add plot & ts of ice velocity for orca2 idl plots, see ticket #724

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_IceThick.pro

    r4518 r4559  
    1 pro std_plot_IceThick, Ithi1, Ithi2, ARC = arc, ANT = ant, APRIL = april, JAN = jan, SEPT = sept, POSTSCRIPT = postscript, _extra = ex 
     1pro std_plot_IceThick, Ithi1, Ithi2, Ifra1, Ifra2, ARC = arc, ANT = ant, APRIL = april, JAN = jan, SEPT = sept, POSTSCRIPT = postscript, _extra = ex 
    22 
    33  compile_opt idl2, strictarrsubs 
     
    5050; 
    5151  title = var+'!C'+std_file1_I 
     52 
     53  Ithi1.arr = Ithi1.arr * ( Ifra1.arr gt 0.15 ) 
     54  
    5255  plt, (Ithi1.arr < 10. ) - 1.E-04, MIN = vmin, MAX = vmax, INTER = vint, /STRICTFILL, CELL_FILL = 2, format = fmt $ 
    5356       , small = [1, 2, 1], COAST_THICK = 2, TITLE = title, divisions = div  $ 
     
    5659  if std_file1_I NE std_file2_I then begin             
    5760    title = title + std_file2_I 
     61 
     62    Ithi2.arr = Ithi2.arr * ( Ifra2.arr gt 0.15 ) 
     63 
    5864    plt, Ithi1.arr - Ithi2.arr, MIN = vmind, MAX = vmaxd, INTER = vintd, STYLE = 'so0so', format = fmtd $ 
    5965         , small = [1, 2, 2], COAST_THICK = 2, CELL_FILL = 2, TITLE = title  $ 
Note: See TracChangeset for help on using the changeset viewer.