Changeset 4146 for LMDZ6/trunk/libf/dynphy_lonlat/phylmd
- Timestamp:
- May 10, 2022, 6:50:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/callphysiq_mod.F90
r2604 r4146 20 20 21 21 USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat 22 USE control_mod, ONLY: planet_type 22 USE control_mod, ONLY: planet_type, ok_dyn_xios 23 23 USE physiq_mod, ONLY: physiq 24 #ifdef CPP_XIOS 25 USE mod_xios_dyn3dmem, ONLY : dyn3d_ctx_handle 26 USE xios, ONLY : xios_set_current_context 27 #endif 24 28 IMPLICIT NONE 25 29 … … 90 94 zdpsrf_omp) 91 95 96 ! switching back to LMDZDYN context 97 #ifdef CPP_XIOS 98 !$OMP MASTER 99 if (ok_dyn_xios) then 100 CALL xios_set_current_context(dyn3d_ctx_handle) 101 endif 102 !$OMP END MASTER 103 #endif 104 92 105 93 106 END SUBROUTINE call_physiq
Note: See TracChangeset
for help on using the changeset viewer.