Ignore:
Timestamp:
06/19/13 10:09:36 (11 years ago)
Author:
ymipsl
Message:

Add possibility to make inheritance of attributes and reference before closing the context definition.
New fortran fonction : xios_solve inheritance()
After this call, the value of attribute have the inherited value of their parent.

YM

File:
1 edited

Legend:

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

    r432 r445  
    1212                                                
    1313USE idata, ONLY : xios(initialize),xios(init_server), xios(finalize), xios(context_initialize),  & 
    14                   xios(close_context_definition),       & 
     14                  xios(close_context_definition),xios(solve_inheritance),       & 
    1515                  xios(context_finalize), xios(send_field_r8_1d), xios(send_field_r8_2d), & 
    1616                  xios(send_field_r8_3d), xios(send_field_r4_1d), xios(send_field_r4_2d), & 
     
    155155 PUBLIC :: xios(set_current_context)   
    156156 PUBLIC :: xios(set_timestep),xios(update_calendar) 
    157  PUBLIC :: xios(initialize), xios(init_server), xios(finalize), xios(context_initialize),                      & 
     157 PUBLIC :: xios(initialize), xios(init_server), xios(finalize), xios(context_initialize),xios(solve_inheritance), & 
    158158           xios(close_context_definition), xios(context_finalize), xios(send_field),xios(field_is_active) 
    159159 
Note: See TracChangeset for help on using the changeset viewer.