Ignore:
Timestamp:
Jul 7, 2025, 1:39:13 PM (21 hours 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/temp_time_zoom_ref.py

    r3823 r3833  
    2323
    2424nc1=Dataset(f1)
    25 lat=nc1.variables["lat"][:]
    26 lon=nc1.variables["lon"][:]
    27 alt=nc1.variables["altitude"][:]
    28 tim=nc1.variables["time_counter"][:]
     25lat=getvar(nc1,"latitude")
     26lon=getvar(nc1,"longitude")
     27alt=getvar(nc1,"altitude")
     28tim=getvar(nc1,"Time")
    2929
    3030def findindextime(tini,lt0,lt1,p):
Note: See TracChangeset for help on using the changeset viewer.