Changeset 6136


Ignore:
Timestamp:
Mar 26, 2026, 10:22:12 PM (2 weeks ago)
Author:
lguez
Message:

Duplicate r6120 in phylmdiso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r6135 r6136  
    11421142    !     2: read two ozone climatologies, the average day and night
    11431143    !     climatology and the daylight climatology
    1144     !$OMP THREADPRIVATE(read_climoz)
     1144    INTEGER,SAVE :: ncid_climoz                ! NetCDF file identifier
     1145    !$OMP THREADPRIVATE(read_climoz, ncid_climoz)
    11451146
    11461147    !  Following variables are OpenMP shared
    1147     INTEGER,SAVE :: ncid_climoz                ! NetCDF file identifier
    11481148    REAL, ALLOCATABLE, SAVE :: press_cen_climoz(:) ! Pressure levels
    11491149    REAL, ALLOCATABLE, SAVE :: press_edg_climoz(:) ! Edges of pressure intervals
     
    22512251       ENDIF
    22522252
    2253        !$omp single
     2253       !$omp master
    22542254       IF (read_climoz >= 1) CALL open_climoz(ncid_climoz, press_cen_climoz,   &
    22552255           press_edg_climoz, time_climoz, ok_daily_climoz, adjust_tropopause)
    2256        !$omp end single
     2256       !$omp end master
    22572257       !
    22582258       !IM betaCRF
Note: See TracChangeset for help on using the changeset viewer.