Changeset 1280
- Timestamp:
- 09/25/17 16:48:44 (6 years ago)
- Location:
- XIOS/dev/XIOS_DEV_CMIP6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/XIOS_DEV_CMIP6/bld.cfg
r1139 r1280 31 31 bld::lib xios 32 32 bld::target libxios.a 33 bld::target test_remap.exe33 #bld::target test_remap.exe 34 34 bld::target xios_server.exe 35 bld::target test_regular.exe36 bld::target test_xios2_cmip6.exe35 #bld::target test_regular.exe 36 #bld::target test_xios2_cmip6.exe 37 37 #bld::target test_new_features.exe test_unstruct_complete.exe 38 bld::target test_remap.exe39 bld::target test_complete.exe40 bld::target test_client.exe38 #bld::target test_remap.exe 39 #bld::target test_complete.exe 40 #bld::target test_client.exe 41 41 #bld::target test_unstruct_complete.exe 42 42 #bld::target test_unstructured.exe -
XIOS/dev/XIOS_DEV_CMIP6/src/node/field.cpp
r1279 r1280 1572 1572 else 1573 1573 { 1574 CContext* context = CContext::getCurrent();1575 1574 if (operation.getValue()=="instant") 1576 1575 { 1577 1576 freq_op.setValue(file->output_freq.getValue()); 1578 freq_offset.setValue(file->output_freq.getValue() -TimeStep);1577 freq_offset.setValue(file->output_freq.getValue()-TimeStep); 1579 1578 } 1580 1579 else 1581 1580 { 1582 1581 freq_op.setValue(TimeStep); 1583 freq_o p.setValue(NoneDu);1582 freq_offset.setValue(freq_op.getValue()-TimeStep); 1584 1583 } 1585 1584 } … … 1588 1587 { 1589 1588 if (freq_offset.isEmpty()) 1590 freq_offset.setValue( NoneDu);1589 freq_offset.setValue(freq_op.getValue()-TimeStep); 1591 1590 } 1592 1591 }
Note: See TracChangeset
for help on using the changeset viewer.