Changeset 4495
- Timestamp:
- Apr 4, 2023, 10:12:21 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r4491 r4495 1219 1219 ! climatology and the daylight climatology 1220 1220 INTEGER,SAVE :: ncid_climoz ! NetCDF file identifier 1221 REAL, POINTER, SAVE :: press_cen_climoz(:) ! Pressure levels1222 REAL, POINTER, SAVE :: press_edg_climoz(:) ! Edges of pressure intervals1223 REAL, POINTER, SAVE :: time_climoz(:) ! Time vector1221 REAL, ALLOCATABLE, SAVE :: press_cen_climoz(:) ! Pressure levels 1222 REAL, ALLOCATABLE, SAVE :: press_edg_climoz(:) ! Edges of pressure intervals 1223 REAL, ALLOCATABLE, SAVE :: time_climoz(:) ! Time vector 1224 1224 CHARACTER(LEN=13), PARAMETER :: vars_climoz(2) & 1225 1225 = ["tro3 ","tro3_daylight"]
Note: See TracChangeset
for help on using the changeset viewer.