- Timestamp:
- Nov 21, 2019, 4:43:45 PM (5 years ago)
- Location:
- LMDZ6/branches/Ocean_skin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin
-
LMDZ6/branches/Ocean_skin/libf/phy_common/mod_phys_lmdz_para.F90
r2429 r3605 33 33 is_master=.FALSE. 34 34 ENDIF 35 CALL Test_transfert35 !ym CALL Test_transfert 36 36 !$OMP END PARALLEL 37 37 IF (is_using_mpi .OR. is_using_omp) THEN … … 49 49 SUBROUTINE Test_transfert 50 50 USE mod_grid_phy_lmdz 51 USE print_control_mod, ONLY: lunout 51 52 IMPLICIT NONE 52 INCLUDE "iniprint.h"53 ! INCLUDE "iniprint.h" 53 54 54 55 REAL :: Test_Field1d_glo(klon_glo,nbp_lev)
Note: See TracChangeset
for help on using the changeset viewer.