Changeset 5492 for LMDZ6/trunk/libf/phylmd/phys_output_mod.F90
- Timestamp:
- Jan 20, 2025, 10:59:41 AM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_mod.F90
r5483 r5492 7 7 USE phys_output_write_mod, ONLY : phys_output_write 8 8 REAL, DIMENSION(nfiles),SAVE :: ecrit_files 9 !$OMP THREADPRIVATE(ecrit_files)10 9 11 10 … … 141 140 REAL, DIMENSION(nfiles), SAVE :: phys_out_latmin = [ -90., -90., -90., -90., -90., -90., -90., -90., -90., -90.] 142 141 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)144 142 145 143 REAL, DIMENSION(klev,2) :: Ahyb_bounds, Bhyb_bounds
Note: See TracChangeset
for help on using the changeset viewer.