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/ch4cloudsection.py

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