Changeset 3465 for LMDZ6/trunk/libf/phylmd/rrtm
- Timestamp:
- Mar 14, 2019, 10:34:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/rrtm/readaerosolstrato2_rrtm.F90
r3438 r3465 318 318 CALL scatter(cgaerstrat_mois_glo,cg_aer_strat) 319 319 CALL scatter(taulwaerstrat_mois_glo,taulw_aer_strat) 320 IF (is_mpi_root.AND.is_omp_root) DEALLOCATE(tauaerstrat_mois, pizaerstrat_mois, cgaerstrat_mois, taulwaerstrat_mois) 320 321 321 322 ENDIF 322 323 323 324 IF (is_mpi_root.AND.is_omp_root) THEN 324 DEALLOCATE(tauaerstrat_mois, pizaerstrat_mois, cgaerstrat_mois)325 DEALLOCATE(taulwaerstrat_mois)326 325 DEALLOCATE(tauaerstrat, pizaerstrat, cgaerstrat,taulwaerstrat) 327 326 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.