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 13981 for NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/plot_station_asf_OCE.py – NEMO

Ignore:
Timestamp:
2020-12-02T11:50:03+01:00 (3 years ago)
Author:
laurent
Message:

Canceled changes in dynatf.F90, NEW "iom_put-able" "[uv]tau_oce" and "[uv]tau_ice" at T-points!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/plot_station_asf_OCE.py

    r13893 r13981  
    130130 
    131131 
    132  
    133132#----------------------------------------------------------------- 
    134133 
     
    235234        id_toolarge, = nmp.where( xF[:,ja] > L_MAXT[jv] ) #  
    236235        xF[id_toolarge,ja] = L_MAXT[jv] 
    237         id_toosmall, = nmp.where( xF[:,ja] < L_MINT[jv] ) ; print("id_toosmall =", id_toosmall) 
     236        id_toosmall, = nmp.where( xF[:,ja] < L_MINT[jv] ) ; #print("id_toosmall =", id_toosmall) 
    238237        xF[id_toosmall,ja] = L_MINT[jv] 
    239238 
     
    298297 
    299298            for ja in range(nb_exp): 
    300                 fplot = nmp.ma.masked_where( xF[:,ja]==0., xF[:,ja] ) 
     299                fplot = nmp.ma.masked_where( xFa[:,ja]==0., xFa[:,ja] ) 
    301300                plt.plot(vtime, fplot, '-', color=l_color[ja], \ 
    302301                         linewidth=l_width[ja], label=list_exp[ja], alpha=0.6) #, zorder=10+ja) 
Note: See TracChangeset for help on using the changeset viewer.