Changeset 3621 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Feb 12, 2025, 2:01:14 PM (31 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/iostart.F90
r3562 r3621 5 5 INTEGER,SAVE :: nid_start ! NetCDF file identifier for startfi.nc file 6 6 ! INTEGER,SAVE :: nid_restart ! NetCDF file identifier for restartfi.nc file 7 !$OMP THREADPRIVATE(nid_start ,nid_restart)7 !$OMP THREADPRIVATE(nid_start) 8 8 9 9 ! restartfi.nc file dimension identifiers: (see open_restartphy())
Note: See TracChangeset
for help on using the changeset viewer.