Changeset 5489 for LMDZ6/branches/contrails/libf/phylmd/iophy.F90
- Timestamp:
- Jan 17, 2025, 6:16:25 PM (13 days ago)
- Location:
- LMDZ6/branches/contrails
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5451,5458,5460,5463,5468-5487
- Property svn:mergeinfo changed
-
LMDZ6/branches/contrails/libf/phylmd/iophy.F90
r5310 r5489 13 13 INTEGER, SAVE :: itau_iophy 14 14 LOGICAL :: check_dim = .false. 15 16 !$OMP THREADPRIVATE(itau_iophy) 15 !$OMP THREADPRIVATE(io_lat,io_lon,phys_domain_id,npstn,nptabij,itau_iophy) 17 16 18 17 INTERFACE histwrite_phy … … 972 971 REAL, ALLOCATABLE, DIMENSION(:) :: fieldok 973 972 logical, save :: is_active = .true. 973 !$OMP THREADPRIVATE(is_active) 974 974 975 975 IF (check_dim .AND. is_master) WRITE(lunout,*)'histwrite2d_phy for ',trim(var%name)
Note: See TracChangeset
for help on using the changeset viewer.