Ignore:
Timestamp:
Jul 7, 2025, 1:39:13 PM (3 days ago)
Author:
afalco
Message:

Pluto: updated plots scripts.
Fixed some issues with reading XIOS, etc.
Included display_netcdf.py tool from Mars PCM.
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/util/script_figures/proftempNH_obs.py

    r3823 r3833  
    2222
    2323nc1=Dataset(f1)
    24 lat=nc1.variables["lat"][:]
    25 lon=nc1.variables["lon"][:]
    26 alt=nc1.variables["altitude"][:]
    27 tim=nc1.variables["time_counter"][:]
     24lat=getvar(nc1,"latitude")
     25lon=getvar(nc1,"longitude")
     26alt=getvar(nc1,"altitude")
     27tim=getvar(nc1,"Time")
    2828
    2929print(('Time = ',tim))
Note: See TracChangeset for help on using the changeset viewer.