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

Ignore:
Timestamp:
2020-10-27T17:12:39+01:00 (3 years ago)
Author:
laurent
Message:

Still improving the oce+ice capable STATION_ASF...

File:
1 edited

Legend:

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

    r13676 r13682  
    1717import math 
    1818import numpy as nmp 
    19 from netCDF4 import Dataset,num2date 
    20 import matplotlib as mpl 
    21 mpl.use('Agg') 
    22 import matplotlib.pyplot as plt 
    23 import matplotlib.dates as mdates 
     19from netCDF4 import Dataset 
    2420 
    2521l_t_shift = False  ; # because time interp. is set to FALSE into "&namsbc_blk" of NEMO... 
     
    5955if narg==4: 
    6056    l_more = ( sys.argv[3] in ['m','M'] ) 
     57    import matplotlib as mpl 
     58    mpl.use('Agg') 
     59    import matplotlib.pyplot as plt 
     60 
    6161 
    6262 
Note: See TracChangeset for help on using the changeset viewer.