Ignore:
Timestamp:
06/28/22 11:44:19 (2 years ago)
Author:
jderouillat
Message:

Added extract_domain interface. Updated all interfaces, normalize some private attributes names of domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran/ixios.F90

    r1761 r2338  
    7979!------------------------------------------------------------------------------- 
    8080!!! DOMAIN TRANSFORMATIONS 
     81USE iextract_domain, ONLY : txios(extract_domain), xios(is_valid_extract_domain) 
     82 
     83USE iextract_domain_attr, ONLY : xios(set_extract_domain_attr), xios(get_extract_domain_attr), xios(is_defined_extract_domain_attr) 
     84 
    8185USE izoom_domain, ONLY : txios(zoom_domain), xios(is_valid_zoom_domain) 
    8286 
Note: See TracChangeset for help on using the changeset viewer.