Changeset 3849 for LMDZ6


Ignore:
Timestamp:
Feb 18, 2021, 2:42:52 PM (3 years ago)
Author:
acozic
Message:

add a test for calling finalize_inca in physiq_mod only in case of unstructured grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/LMDZ-INCA-Dyn/libf/phylmd/physiq_mod.F90

    r3841 r3849  
    52885288       IF (is_omp_master) CALL xios_context_finalize
    52895289#ifdef INCA
    5290        IF (is_omp_master) THEN
    5291 
     5290       IF (is_omp_master .and. grid_type==unstructured) THEN
    52925291          CALL finalize_inca
    5293 
    5294 
    52955292       ENDIF
    52965293#endif
Note: See TracChangeset for help on using the changeset viewer.