Changeset 4061
- Timestamp:
- 2013-10-14T17:06:25+02:00 (11 years ago)
- Location:
- branches/2013/dev_r3918_CNRS_idl_plots/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2013/dev_r3918_CNRS_idl_plots/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_IceThick.pro
r3999 r4061 24 24 vmax = 6. 25 25 vint = 0.5 26 fmt = '(i2)'26 fmtd = '(f4.1)' 27 27 vmind = -3. 28 28 vmaxd = 3. 29 29 vintd = 0.5 30 fmtd = '(i2)' 30 fmtd = '(f4.1)' 31 div = 6 31 32 map = [90, 0, 0] 32 33 ENDIF … … 41 42 vintd = 0.2 42 43 fmtd = '(f4.1)' 44 div = 5 43 45 map = [-90, 0, 0] 44 46 ENDIF … … 48 50 title = var+'!C'+std_file1_I 49 51 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 $ 51 53 , CHARSIZE = 1.05, GLINETHICK = 2., /ORTHO, MAP = map, /PORTRAIT, _extra = ex 52 54 ; ; … … 54 56 title = title + std_file2_I 55 57 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 $ 57 59 , CHARSIZE = 1.05, GLINETHICK = 2., /ORTHO, MAP = map, /NOERASE, _extra = ex 58 60 endif -
branches/2013/dev_r3918_CNRS_idl_plots/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_zonal_S.pro
r2751 r4061 33 33 ; 34 34 title = 'Salinity, '+subname+'!C'+std_file1_T 35 pltz, S1, MININ = 3 2., MAXIN = 37., INTER = .2, typein = 'yz', FORMAT = '(f4.1)' $35 pltz, S1, MININ = 31., MAXIN = 36.8, INTER = .2, typein = 'yz', FORMAT = '(f4.1)' $ 36 36 , small = [1, 2, 1], COAST_THICK = 2, TITLE = title, boxzoom = 5500, ZOOM = 1000, /PORTRAIT, _extra = ex 37 37 ;
Note: See TracChangeset
for help on using the changeset viewer.