- Timestamp:
- Jul 7, 2025, 1:39:13 PM (14 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/util/script_figures/temp_time_zoom_ref.py
r3823 r3833 23 23 24 24 nc1=Dataset(f1) 25 lat= nc1.variables["lat"][:]26 lon= nc1.variables["lon"][:]27 alt= nc1.variables["altitude"][:]28 tim= nc1.variables["time_counter"][:]25 lat=getvar(nc1,"latitude") 26 lon=getvar(nc1,"longitude") 27 alt=getvar(nc1,"altitude") 28 tim=getvar(nc1,"Time") 29 29 30 30 def findindextime(tini,lt0,lt1,p):
Note: See TracChangeset
for help on using the changeset viewer.