Changeset 4516 for branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_all_last_year_5D.pro
- Timestamp:
- 2014-02-25T15:12:19+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_all_last_year_5D.pro
r4514 r4516 215 215 caldat, time, mm 216 216 march = where(mm EQ 3, cnt) 217 Iage_march_2 = {arr:1./float(cnt) * total(reform(Iage_2.arr[*, *, temporary( april)],nxt,nyt,cnt), 3), unit:Iage_2.unit}217 Iage_march_2 = {arr:1./float(cnt) * total(reform(Iage_2.arr[*, *, temporary(march)],nxt,nyt,cnt), 3), unit:Iage_2.unit} 218 218 sept = where(mm EQ 9, cnt) 219 219 Iage_sept_2 = {arr:1./float(cnt) * total(reform(Iage_2.arr[*, *, temporary(sept)],nxt,nyt,cnt), 3), unit:Iage_2.unit}
Note: See TracChangeset
for help on using the changeset viewer.