Changeset 3871
- Timestamp:
- Apr 9, 2021, 3:38:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZ-INCA-Dyn/libf/phylmd/physiq_mod.F90
r3849 r3871 4977 4977 pphis, & 4978 4978 zx_rh, & 4979 aps, bps, ap, bp )4979 aps, bps, ap, bp, lafin) 4980 4980 4981 4981 CALL VTe(VTinca) … … 5288 5288 IF (is_omp_master) CALL xios_context_finalize 5289 5289 #ifdef INCA 5290 IF (is_omp_master .and. grid_type==unstructured) THEN 5291 CALL finalize_inca 5292 ENDIF 5290 if (type_trac == 'inca' ) then 5291 IF (is_omp_master .and. grid_type==unstructured) THEN 5292 CALL finalize_inca 5293 ENDIF 5294 endif 5293 5295 #endif 5294 5296
Note: See TracChangeset
for help on using the changeset viewer.