Opened 10 years ago
Closed 10 years ago
#50 closed enhancement (fixed)
Create interface for setting/getting variables value from code
Reported by: | ymipsl | Owned by: | mhnguyen |
---|---|---|---|
Priority: | major | Component: | XIOS |
Version: | 1.0 | Keywords: | |
Cc: |
Description
Change History (3)
comment:1 Changed 10 years ago by mhnguyen
- Owner changed from ymipsl to mhnguyen
comment:2 Changed 10 years ago by mhnguyen
comment:3 Changed 10 years ago by mhnguyen
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
From now on, an user can get/set value of a variable via new functions xios_getVar/xios_setVar.
Because each variable is always inside of a context, an user should change the current context to the corresponding one, on which he likes to get/set value of this variable.