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 4559 for trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/std_plot_all_last_year_5D.pro – NEMO

Ignore:
Timestamp:
2014-03-21T10:22:46+01:00 (10 years ago)
Author:
flavoni
Message:

add plot & ts of ice velocity for orca2 idl plots, see ticket #724

File:
1 edited

Legend:

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

    r4518 r4559  
    289289   Ifra_1 = read_ncdf(getenv('VAR1_Ifrac'), allrecords = allrec, filename = std_file1_I ) 
    290290   msk = Ifra_1.arr gt 0.15 ; remove 0.15% for observations  
    291    help, Ifra_1 
    292    help, mask 
    293291   caldat, time, mm 
    294292   march = where(mm EQ 3, cnt) 
     
    296294   ;SF  Isal_march_1 = {arr:1./float(cnt) * total(reform(Isal_1.arr[*, *, temporary(march)],nxt,nyt,cnt), 3), unit:Isal_1.unit}  
    297295   Isal_1.arr = Isal_1.arr * msk 
    298    help, Isal_1 
    299296   Isal_march_1 = {arr:1./float(cnt) * total(reform(Isal_1.arr[*, *, temporary(march)],nxt,nyt,cnt), 3), unit:Isal_1.unit}  
    300    help, Isal_march_1 
    301297   Isal_febr_1 = {arr:1./float(cnt) * total(reform(Isal_1.arr[*, *, temporary(febr)],nxt,nyt,cnt), 3), unit:Isal_1.unit}  
    302298   sept = where(mm EQ 9, cnt) 
Note: See TracChangeset for help on using the changeset viewer.