- Timestamp:
- 12/16/14 12:56:02 (10 years ago)
- Location:
- XIOS/trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/node/field.cpp
r541 r542 508 508 std::vector<CDomain*> vecDom; 509 509 std::vector<CAxis*> vecAxis; 510 std::vector<std::string> domList, axisList;510 std::vector<std::string> domList, axisList; 511 511 512 512 if (!domain_ref.isEmpty()) -
XIOS/trunk/src/test/test_new_features.f90
r541 r542 11 11 CHARACTER(len=*),PARAMETER :: id="client" 12 12 INTEGER :: comm 13 TYPE(xios_ time) :: dtime13 TYPE(xios_duration) :: dtime 14 14 TYPE(xios_context) :: ctx_hdl 15 15 INTEGER,PARAMETER :: ni_glo=100 … … 96 96 97 97 dtime%second=3600 98 CALL xios_set_ timestep(dtime)98 CALL xios_set_context_attr("test", timestep=dtime) 99 99 100 100 ni=0 ; lonvalue(:)=0
Note: See TracChangeset
for help on using the changeset viewer.