Changeset 3436 for LMDZ6/trunk/libf/phylmd/readaerosol.F90
- Timestamp:
- Jan 22, 2019, 5:26:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/readaerosol.F90
r3435 r3436 178 178 USE mod_phys_lmdz_para 179 179 USE mod_grid_phy_lmdz, ONLY: grid_type, unstructured 180 #ifdef CPP_XIOS 180 181 USE xios 182 #endif 181 183 IMPLICIT NONE 182 184 INTEGER, INTENT(IN) :: flag_aerosol 185 #ifdef CPP_XIOS 183 186 REAL,ALLOCATABLE :: lat_src(:) 184 187 REAL,ALLOCATABLE :: lon_src(:) … … 238 241 239 242 ENDIF 240 243 #endif 241 244 END SUBROUTINE init_aero_fromfile 242 245 … … 269 272 USE iophy, ONLY : io_lon, io_lat 270 273 USE print_control_mod, ONLY: lunout 274 #ifdef CPP_XIOS 271 275 USE xios 272 276 #endif 273 277 IMPLICIT NONE 274 278 … … 682 686 683 687 IF (grid_type==unstructured) THEN 688 #ifdef CPP_XIOS 684 689 IF (is_omp_master) THEN 685 690 CALL xios_send_field(TRIM(varname)//"_in",varyear) … … 697 702 CALL scatter_omp(psurf_interp,psurf_out) 698 703 first=.FALSE. 704 #endif 699 705 ELSE 700 706 ! Scatter global field to local domain at local process
Note: See TracChangeset
for help on using the changeset viewer.