Changeset 3833 for trunk/LMDZ.PLUTO/util/script_figures/proftempNH_obs.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/proftempNH_obs.py
r3823 r3833 22 22 23 23 nc1=Dataset(f1) 24 lat= nc1.variables["lat"][:]25 lon= nc1.variables["lon"][:]26 alt= nc1.variables["altitude"][:]27 tim= nc1.variables["time_counter"][:]24 lat=getvar(nc1,"latitude") 25 lon=getvar(nc1,"longitude") 26 alt=getvar(nc1,"altitude") 27 tim=getvar(nc1,"Time") 28 28 29 29 print(('Time = ',tim))
Note: See TracChangeset
for help on using the changeset viewer.