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

Changeset 2711 for trunk


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

add correct unit in idl plots, see ticket 724

Location:
trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts
Files:
9 edited

Legend:

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

    r2709 r2711  
    1313                                ;  
    1414 title=sEXP1+' Antartic Ice Thickness MARS / year '+start_end 
     15 varunit = Ithi_mars_1.unit 
    1516 
    1617;SF Ithi_mars_1.arr = Ithi_mars_1.arr < 1. 
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/xxx_ANT_Icethick_SEPT.pro

    r2709 r2711  
    1313                                ;  
    1414 title=sEXP1+' Antartic Ice Thickness SEPT / year '+start_end 
     15 varunit = Ithi_sept_1.unit 
    1516 
    1617;SF Ithi_sept_1.arr = Ithi_sept_1.arr < 1. 
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/xxx_ARC_Icethick_MARS.pro

    r2709 r2711  
    1212 domdef,20,380,55,90 
    1313            
     14 varunit = Ithi_mars_1.unit 
     15; 
    1416 title=sEXP1+' Arctic Ice Thickness MARS/ year '+start_end 
    15  
    1617;SF  Ithi_mars_1.arr = Ithi_mars_1.arr < 6. 
    1718 plt, Ithi_mars_1.arr - 1.E-04, MIN = 0., MAX = 9.5, INTER = 0.5 ,/STRICTFILL , CELL_FILL = 2, STYLE = 'so0so'  $ 
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/xxx_ARC_Icethick_SEPT.pro

    r2709 r2711  
    1313            
    1414 title=sEXP1+' Arctic Ice Thickness SEPT / year '+start_end 
     15 varunit = Ithi_sept_1.unit 
    1516 
    1617;SF  Ithi_sept_1.arr = Ithi_sept_1.arr < 6. 
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/xxx_Emp.pro

    r2709 r2711  
    11pro xxx_Emp, EMP1, EMP2, sEXP1, sEXP2, start_end, POSTSCRIPT = postscript, _extra = ex 
    22   
     3  @common 
    34  
    45  compile_opt idl2, strictarrsubs 
     
    910   
    1011  title=sEXP1+' Emp (mm/day) / year '+start_end 
     12  varunit= 'mm/day' 
    1113  plt, EMP1,  MIN = -10., MAX = 10., INTER = 1. $ 
    1214       , small = [1,2,1], COAST_THICK = 2, TITLE = title, /PORTRAIT, _extra=ex 
  • 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 
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/xxx_Med_S_depth.pro

    r2709 r2711  
    1313;domdef,270,365,5,70 
    1414   minval = min(abs(gdept -  depth),index) 
    15     
     15; 
     16   varunit = S1.unit 
     17 
    1618   title = sEXP1+'  Mediterranean water at ' +strtrim(lat,1)+'°N / year '+start_end  
    1719   pltz, S1.arr, MININ = 35., MAXIN = 37., INTER = 0.1,  UNIT = varunit $ 
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/xxx_Med_S_tongue.pro

    r2709 r2711  
    1313;domdef,270,365,5,70 
    1414minval = min(abs(gdept -  depth),index) 
    15    
     15; 
     16varunit = S1.unit 
     17 
    1618   title = sEXP1+' Mediterranean salt tongue at depth=' + strtrim(gdept[index],1)+' m / year '+start_end 
    1719   plt, S1.arr, MININ=35., MAXIN=37., INTER=0.1,  UNIT= varunit $ 
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/xxx_TS_ZGlobm.pro

    r2709 r2711  
    88 endif 
    99 
    10                                 ; 
     10 varunit = T1.unit 
    1111 title=sEXP1+' (Black) & '+sEXP2+' (Red) - Levitus Temp. Global mean / year '+start_end 
    1212 plt1d, T1.arr - TLev.arr, typein = 'z', ticklen = 1 , MIN = -2., MAX = 2., boxzoom = [4.,5300.], /KEEPBOTTOM $ 
    13         , small = [1,2,1], XGRIDSTYLE = 2, YGRIDSTYLE = 2, UNIT = varunit, TITLE = title, _extra = ex 
     13        , small = [1,2,1], XGRIDSTYLE = 2, YGRIDSTYLE = 2, TITLE = title, _extra = ex 
    1414 plt1d, T2.arr - TLev.arr, typein = 'z',  ticklen = 1 , MIN = -2., MAX = 2., boxzoom = [4.,5300.], /KEEPBOTTOM  $ 
    1515        , /ov1d, COLOR = 250,TITLE = title, _extra = ex  
    1616                                ; 
    1717 
     18 varunit = S1.unit 
    1819 title=sEXP1+'(Black) & '+sEXP2+' (Red) - Levitus Sal. Global mean / year '+start_end 
    1920 plt1d, S1.arr - SLev.arr, typein = 'z', ticklen = 1 , MIN = -.2, MAX = .2, boxzoom = [4.,5300.], /KEEPBOTTOM $ 
    20         , small = [1,2,2], XGRIDSTYLE = 2, YGRIDSTYLE = 2, UNIT = varunit, TITLE = title, /NOERASE, _extra = ex 
     21        , small = [1,2,2], XGRIDSTYLE = 2, YGRIDSTYLE = 2, TITLE = title, /NOERASE, _extra = ex 
    2122 plt1d, S2.arr - SLev.arr, typein = 'z',  ticklen = 1 , MIN = -2., MAX = 2., boxzoom = [4.,5300.], /KEEPBOTTOM $ 
    2223        ,  /ov1d, COLOR = 250, TITLE = title, _extra = ex  
Note: See TracChangeset for help on using the changeset viewer.