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

Ignore:
Timestamp:
2011-03-29T12:35:42+02:00 (13 years ago)
Author:
flavoni
Message:

add correct unit in idl plots, see ticket 724

File:
1 edited

Legend:

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

    r2709 r2711  
    11pro xxx_Erp, ERP1, ERP2, sEXP1, sEXP2, start_end, POSTSCRIPT = postscript, _extra = ex 
    2    
     2 
     3@common 
    34  
    45  compile_opt idl2, strictarrsubs 
     
    910   
    1011  title=sEXP1+' Erp (mm/day) / year '+start_end 
     12  varunit= 'mm/day' 
    1113  plt, ERP1,  MIN = -5., MAX = 5., INTER = .5 $ 
    1214       , small = [1,2,1], COAST_THICK = 2, TITLE = title, /PORTRAIT, _extra=ex 
Note: See TracChangeset for help on using the changeset viewer.