Opened 9 years ago
Closed 8 years ago
#76 closed enhancement (fixed)
set_current_context with id
Reported by: | ymipsl | Owned by: | oabramkina |
---|---|---|---|
Priority: | major | Component: | XIOS |
Version: | 2.0 | Keywords: | |
Cc: |
Description
Actually, fortran interface to switching context is done by context handle, missing the subrotuine by id :
SUBROUTINE xios_set_current_context("context_id")
Change History (2)
comment:1 Changed 8 years ago by ymipsl
- Owner changed from developer to oabramkina
comment:2 Changed 8 years ago by oabramkina
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Now both syntaxes are possible for setting context:
CALL xios_get_handle("id", handle)
CALL xios_set_current_context(handle)
or
CALL xios_set_current_context("id").