Changeset 3438 for LMDZ6/trunk/libf
- Timestamp:
- Jan 23, 2019, 11:46:38 AM (6 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/rrtm/readaerosolstrato1_rrtm.F90
r3437 r3438 167 167 168 168 IF (grid_type==unstructured) THEN 169 #ifdef CPP_XIOS 169 170 IF (is_omp_master) THEN 170 171 ALLOCATE(tauaerstrat_mpi(klon_mpi,klev)) … … 175 176 ENDIF 176 177 CALL scatter_omp(tauaerstrat_mpi,tau_aer_strat) 178 #endif 177 179 ELSE 178 180 CALL scatter(tauaerstrat_mois_glo,tau_aer_strat) -
LMDZ6/trunk/libf/phylmd/rrtm/readaerosolstrato2_rrtm.F90
r3437 r3438 282 282 283 283 IF (grid_type==unstructured) THEN 284 285 #ifdef CPP_XIOS 284 286 285 287 IF (is_omp_master) THEN … … 308 310 CALL scatter_omp(cgaerstrat_mpi,cg_aer_strat) 309 311 CALL scatter_omp(taulwaerstrat_mpi,taulw_aer_strat) 312 #endif 310 313 ELSE 311 314 -
LMDZ6/trunk/libf/phylmd/surf_land_orchidee_nounstruct_mod.F90
r3435 r3438 1 1 ! 2 2 MODULE surf_land_orchidee_nounstruct_mod 3 #ifndef ORCHIDEE_NOZ0H 3 4 #ifdef ORCHIDEE_NOUNSTRUCT 4 5 ! … … 678 679 ! 679 680 #endif 681 #endif 680 682 END MODULE surf_land_orchidee_nounstruct_mod
Note: See TracChangeset
for help on using the changeset viewer.