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

Changeset 2755


Ignore:
Timestamp:
2011-04-29T13:04:47+02:00 (13 years ago)
Author:
flavoni
Message:

correct mistake in IDL_scripts, for ice between march & september, see ticket #724

File:
1 edited

Legend:

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

    r2751 r2755  
    157157  march = where(mm EQ 3, cnt) 
    158158  Ithi_march_1 = {arr:1./float(cnt) * total(Ithi_1.arr[*, *, temporary(march)], 3), unit:Ithi_1.unit}  
    159   sept = where(mm EQ 3, cnt) 
     159  sept = where(mm EQ 9, cnt) 
    160160  Ithi_sept_1 = {arr:1./float(cnt) * total(Ithi_1.arr[*, *, temporary(sept)], 3), unit:Ithi_1.unit}  
    161161  undefine, Ithi_1 
     
    166166    march = where(mm EQ 3, cnt) 
    167167    Ithi_march_2 = {arr:1./float(cnt) * total(Ithi_2.arr[*, *, temporary(march)], 3), unit:Ithi_2.unit}  
    168     sept = where(mm EQ 3, cnt) 
     168    sept = where(mm EQ 9, cnt) 
    169169    Ithi_sept_2 = {arr:1./float(cnt) * total(Ithi_2.arr[*, *, temporary(sept)], 3), unit:Ithi_2.unit}  
    170170    undefine, Ithi_2 
Note: See TracChangeset for help on using the changeset viewer.