Changeset 3833 for trunk/LMDZ.PLUTO/util/script_figures/mapch4cloud.py
- Timestamp:
- Jul 7, 2025, 1:39:13 PM (19 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/util/script_figures/mapch4cloud.py
r3823 r3833 26 26 nc2=Dataset(filename2) 27 27 28 lat= nc1.variables["lat"][:]29 lon= nc1.variables["lon"][:]28 lat=getvar(nc1,"latitude") 29 lon=getvar(nc1,"longitude") 30 30 31 31 # altitdue file 2
Note: See TracChangeset
for help on using the changeset viewer.