Changeset 5118 for LMDZ6/branches/Amaury_dev/libf/phy_common
- Timestamp:
- Jul 24, 2024, 4:39:59 PM (6 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/phy_common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phy_common/lmdz_phys_mpi_data.F90
r5117 r5118 186 186 USE lmdz_print_control, ONLY: lunout 187 187 IMPLICIT NONE 188 ! INCLUDE "iniprint.h"189 190 188 WRITE(lunout,*) 'ii_begin =', ii_begin 191 189 WRITE(lunout,*) 'ii_end =', ii_end -
LMDZ6/branches/Amaury_dev/libf/phy_common/lmdz_phys_omp_data.F90
r5117 r5118 110 110 USE lmdz_print_control, ONLY: lunout 111 111 IMPLICIT NONE 112 ! INCLUDE "iniprint.h"113 112 114 113 !$OMP CRITICAL -
LMDZ6/branches/Amaury_dev/libf/phy_common/lmdz_phys_para.f90
r5117 r5118 54 54 USE lmdz_print_control, ONLY: lunout 55 55 IMPLICIT NONE 56 ! INCLUDE "iniprint.h"57 58 56 REAL :: Test_Field1d_glo(klon_glo,nbp_lev) 59 57 REAL :: tmp1d_glo(klon_glo,nbp_lev)
Note: See TracChangeset
for help on using the changeset viewer.