Ignore:
Timestamp:
Jan 20, 2025, 10:59:41 AM (2 weeks ago)
Author:
Laurent Fairhead
Message:

Going back on some THREADPRIVATE declaration that seem problematic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phys_output_mod.F90

    r5483 r5492  
    77  USE phys_output_write_mod, ONLY : phys_output_write
    88  REAL, DIMENSION(nfiles),SAVE :: ecrit_files
    9   !$OMP THREADPRIVATE(ecrit_files)
    109
    1110
     
    141140    REAL, DIMENSION(nfiles), SAVE ::  phys_out_latmin  = [   -90.,    -90.,    -90.,    -90.,    -90.,    -90.,    -90.,    -90.,    -90.,    -90.]
    142141    REAL, DIMENSION(nfiles), SAVE ::  phys_out_latmax  = [    90.,     90.,     90.,     90.,     90.,     90.,     90.,     90.,     90.,     90.]
    143 !$OMP THREADPRIVATE(phys_out_regfkey,phys_out_lonmin,phys_out_lonmax,phys_out_latmin,phys_out_latmax)
    144142
    145143    REAL, DIMENSION(klev,2) :: Ahyb_bounds, Bhyb_bounds
Note: See TracChangeset for help on using the changeset viewer.