Ignore:
Timestamp:
11/12/15 16:33:14 (8 years ago)
Author:
mhnguyen
Message:

Generating Fortran interface for zoom_axis and zoom_domain

Test
+) On Curie
+) All results are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/interface/fortran/ixios_interfaces.F90

    r593 r784  
    5151USE iaxisgroup_attr, ONLY : xios(set_axisgroup_attr_hdl), xios(get_axisgroup_attr_hdl), xios(is_defined_axisgroup_attr_hdl) 
    5252 
     53USE izoom_axis, ONLY : xios(get_zoom_axis_handle) 
     54 
     55USE izoom_axis_attr, ONLY : xios(set_zoom_axis_attr_hdl), xios(get_zoom_axis_attr_hdl), xios(is_defined_zoom_axis_attr_hdl) 
     56 
     57USE izoom_domain, ONLY : xios(get_zoom_domain_handle) 
     58 
     59USE izoom_domain_attr, ONLY : xios(set_zoom_domain_attr_hdl), xios(get_zoom_domain_attr_hdl), xios(is_defined_zoom_domain_attr_hdl) 
     60 
    5361USE ixml_tree, ONLY : xios(add_axis), xios(add_file), xios(add_grid), xios(add_field), xios(add_domain),   & 
    5462                      xios(add_fieldtofile), xios(add_variabletofile), xios(add_variabletofield),          & 
     
    6472                   xios(set_file_attr_hdl), xios(set_filegroup_attr_hdl),                                    & 
    6573                   xios(set_grid_attr_hdl), xios(set_gridgroup_attr_hdl), xios(set_axis_attr_hdl) ,          & 
    66                    xios(set_axisgroup_attr_hdl), xios(set_context_attr_hdl) 
     74                   xios(set_axisgroup_attr_hdl), xios(set_context_attr_hdl), xios(set_zoom_axis_attr_hdl),   & 
     75                   xios(set_zoom_domain_attr_hdl) 
    6776END INTERFACE xios(set_attr) 
    6877 
     
    7281                   xios(get_file_attr_hdl), xios(get_filegroup_attr_hdl),                                    & 
    7382                   xios(get_grid_attr_hdl), xios(get_gridgroup_attr_hdl), xios(get_axis_attr_hdl) ,          & 
    74                    xios(get_axisgroup_attr_hdl), xios(get_context_attr_hdl) 
     83                   xios(get_axisgroup_attr_hdl), xios(get_context_attr_hdl), xios(get_zoom_axis_attr_hdl),   & 
     84                   xios(get_zoom_domain_attr_hdl) 
    7585END INTERFACE xios(get_attr) 
    7686 
     
    8090                   xios(is_defined_file_attr_hdl), xios(is_defined_filegroup_attr_hdl),                                           & 
    8191                   xios(is_defined_grid_attr_hdl), xios(is_defined_gridgroup_attr_hdl), xios(is_defined_axis_attr_hdl) ,          & 
    82                    xios(is_defined_axisgroup_attr_hdl), xios(is_defined_context_attr_hdl) 
     92                   xios(is_defined_axisgroup_attr_hdl), xios(is_defined_context_attr_hdl),                                        & 
     93                   xios(is_defined_zoom_axis_attr_hdl), xios(is_defined_zoom_domain_attr_hdl) 
    8394END INTERFACE xios(is_defined_attr) 
    8495 
     
    8899                   xios(get_gridgroup_handle), xios(get_axis_handle), xios(get_axisgroup_handle),   & 
    89100                   xios(get_field_handle), xios(get_fieldgroup_handle),xios(get_variable_handle),   & 
    90                    xios(get_variablegroup_handle) 
     101                   xios(get_variablegroup_handle), xios(get_zoom_axis_handle),                  & 
     102                   xios(get_zoom_domain_handle) 
    91103END INTERFACE xios(get_handle) 
    92104 
Note: See TracChangeset for help on using the changeset viewer.