Changeset 4870


Ignore:
Timestamp:
Mar 22, 2024, 2:54:22 PM (6 weeks ago)
Author:
acozic
Message:

Add test to call xios_context_finalize in physiq_mod only if we are running with dynamico
if we are running with dyn_lmdz, xios_context_finalize is called from leapfrog_loc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r4853 r4870  
    58025802
    58035803       IF (using_xios) THEN
    5804          IF (is_omp_master) CALL xios_context_finalize
     5804         IF (is_omp_master .and. grid_type==unstructured) CALL xios_context_finalize
    58055805
    58065806#ifdef INCA
Note: See TracChangeset for help on using the changeset viewer.