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 3888 for branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_all.pro – NEMO

Ignore:
Timestamp:
2013-04-23T10:37:54+02:00 (11 years ago)
Author:
flavoni
Message:

update DIL_scripts to add plot of ICE extent and observations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_all.pro

    r2755 r3888  
    2828  std_file_oaflux =  isafile(getenv('FILE_FLUX'), title = 'oaflux', iodir = std_iodir_climato) 
    2929  std_file_mld =  isafile(getenv('FILE_MLD'), title = 'Mixed layer depth', iodir = std_iodir_climato) 
     30  std_file_ice =  isafile(getenv('FILE_ICE'), title = 'ICE', iodir = std_iodir_climato) 
    3031 
    3132  IF strlowcase(getenv('FILE_GEOHEAT')) EQ 'no' THEN std_file_geoheat = 'no' $ 
     
    160161  Ithi_sept_1 = {arr:1./float(cnt) * total(Ithi_1.arr[*, *, temporary(sept)], 3), unit:Ithi_1.unit}  
    161162  undefine, Ithi_1 
     163;simona 
     164;ICE_EXT = read_ncdf(getenv('VAR_ICE'), filename = std_file_ice ) 
     165;simona 
    162166; 
    163167  IF std_file2_I NE std_file1_I THEN BEGIN 
     
    175179; 
    176180  Ifra_1 = read_ncdf(getenv('VAR1_Ifrac'), allrecords = allrec, filename = std_file1_I )  
     181  help, Ifra_1.arr, jpi,jpj 
    177182  caldat, time, mm 
    178183  march = where(mm EQ 3, cnt) 
     
    180185  sept = where(mm EQ 9, cnt) 
    181186  Ifra_sept_1 = {arr:1./float(cnt) * total(Ifra_1.arr[*, *, temporary(sept)], 3), unit:Ifra_1.unit} 
    182   undefine, Ifra_1 
     187  ;undefine, Ifra_1 
    183188; 
    184189  IF std_file2_I NE std_file1_I THEN BEGIN 
     
    189194    sept = where(mm EQ 9, cnt) 
    190195    Ifra_sept_2 = {arr:1./float(cnt) * total(Ifra_2.arr[*, *, temporary(sept)], 3), unit:Ifra_2.unit} 
    191     undefine, Ifra_2 
     196  ;  undefine, Ifra_2 
    192197  ENDIF ELSE BEGIN  
    193198    Ifra_march_2 = {arr:-1} 
     
    323328  IF doplot EQ cnt OR doplot EQ 0 THEN std_plot_IceFrac, Ifra_sept_1, Ifra_sept_2, /ANT, /SEPT, _extra = ex 
    324329 
     330;  cnt = cnt+1   &   blabla = 'Arctic Ice Extend: ' 
     331;  IF doplot EQ cnt OR doplot EQ 0 THEN std_plot_IceExt, Ifra_1, Ifra_2, masknp, /ARC,  _extra = ex 
     332 
     333;  cnt = cnt+1   &   blabla = 'Antarctic Ice Extend: ' 
     334;  IF doplot EQ cnt OR doplot EQ 0 THEN std_plot_IceExt, Ifra_1, Ifra_2, masknp, /ANT,  _extra = ex 
     335; 
    325336  cnt = cnt+1   &   blabla = 'Meridional stream Function: Global (no Med)' 
    326337  IF doplot EQ cnt OR doplot EQ 0 THEN std_plot_msf, V1, V2, SUBBASIN = 'GloNoMed', _extra = ex 
Note: See TracChangeset for help on using the changeset viewer.