Changeset 3833 for trunk/LMDZ.PLUTO/util/script_figures/ch4cloudsection.py
- Timestamp:
- Jul 7, 2025, 1:39:13 PM (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/util/script_figures/ch4cloudsection.py
r3823 r3833 23 23 nc1=Dataset(filename1) 24 24 25 lat= nc1.variables["lat"][:]26 lon= nc1.variables["lon"][:]27 alt= nc1.variables["altitude"][:]25 lat=getvar(nc1,"latitude") 26 lon=getvar(nc1,"longitude") 27 alt=getvar(nc1,"altitude") 28 28 print(('alt=',alt)) 29 29 ############################
Note: See TracChangeset
for help on using the changeset viewer.