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 4061 for branches/2013/dev_r3918_CNRS_idl_plots/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_IceThick.pro – NEMO

Ignore:
Timestamp:
2013-10-14T17:06:25+02:00 (10 years ago)
Author:
flavoni
Message:

small modification in IDL_scripts for ORCA2_LIM, see ticket #724

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3918_CNRS_idl_plots/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_IceThick.pro

    r3999 r4061  
    2424    vmax = 6. 
    2525    vint = 0.5 
    26     fmt = '(i2)' 
     26    fmtd = '(f4.1)' 
    2727    vmind = -3. 
    2828    vmaxd = 3. 
    2929    vintd = 0.5 
    30     fmtd = '(i2)' 
     30    fmtd = '(f4.1)' 
     31    div = 6 
    3132    map = [90, 0, 0] 
    3233  ENDIF 
     
    4142    vintd = 0.2 
    4243    fmtd = '(f4.1)' 
     44    div = 5 
    4345    map = [-90, 0, 0] 
    4446  ENDIF 
     
    4850  title = var+'!C'+std_file1_I 
    4951  plt, (Ithi1.arr < 10. ) - 1.E-04, MIN = vmin, MAX = vmax, INTER = vint, /STRICTFILL, CELL_FILL = 2, format = fmt $ 
    50        , small = [1, 2, 1], COAST_THICK = 2, TITLE = title $ 
     52       , small = [1, 2, 1], COAST_THICK = 2, TITLE = title, divisions = div $ 
    5153       , CHARSIZE = 1.05, GLINETHICK = 2., /ORTHO, MAP = map, /PORTRAIT, _extra = ex 
    5254;                                ; 
     
    5456    title = title + std_file2_I 
    5557    plt, Ithi1.arr - Ithi2.arr, MIN = vmind, MAX = vmaxd, INTER = vintd, STYLE = 'so0so', format = fmtd $ 
    56          , small = [1, 2, 2], COAST_THICK = 2, CELL_FILL = 2, TITLE = title $ 
     58         , small = [1, 2, 2], COAST_THICK = 2, CELL_FILL = 2, TITLE = title  $ 
    5759         , CHARSIZE = 1.05, GLINETHICK = 2., /ORTHO, MAP = map, /NOERASE, _extra = ex 
    5860  endif                         
Note: See TracChangeset for help on using the changeset viewer.