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 4519 – NEMO

Changeset 4519


Ignore:
Timestamp:
2014-02-25T17:05:35+01:00 (10 years ago)
Author:
flavoni
Message:

small changes in ice plots, see ticket #724

Location:
branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_IceAge.pro

    r4518 r4519  
    2424    vmin = 0. 
    2525    vmax = 7. 
    26     vint = .5  
     26    vint = 0.5  
    2727    fmtd = '(f4.1)' 
    2828    vmind = -3. 
     
    3030    vintd = 0.5 
    3131    fmtd = '(f4.1)' 
    32     div = 6 
     32    div = 7 
    3333    map = [90, 0, 0] 
    3434  ENDIF 
     
    5050; 
    5151  title = var+'!C'+std_file1_I 
    52   plt, Iage1.arr, MIN = vmin, MAX = vmax, INTER = vint, /STRICTFILL, CELL_FILL = 2, format = fmt $ 
     52  plt, Iage1.arr - 1.E-04, MIN = vmin, MAX = vmax, INTER = vint, /STRICTFILL, CELL_FILL = 2, format = fmt $ 
    5353       , small = [1, 2, 1], COAST_THICK = 2, TITLE = title, divisions = div  $ 
    5454       , CHARSIZE = 1.05, GLINETHICK = 2., /ORTHO, MAP = map, /PORTRAIT, _extra = ex 
  • branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_IceSal.pro

    r4514 r4519  
    3232  ; 
    3333   title = var+'!C'+std_file1_I 
    34    plt, Isal1.arr, MIN = 0., MAX = 12., INTER = 1., /STRICTFILL, CELL_FILL = 2, format = '(f4.1)' $ 
     34   plt, Isal1.arr - 1.E-04, MIN = 0., MAX = 12., INTER = 1., /STRICTFILL, CELL_FILL = 2, format = '(f4.1)' $ 
    3535        , small = [1, 2, 1], COAST_THICK = 2, TITLE = title $ 
    3636        , CHARSIZE = 1.05, GLINETHICK = 2., /ORTHO, MAP = map, /PORTRAIT, _extra = ex 
Note: See TracChangeset for help on using the changeset viewer.