Ignore:
Timestamp:
06/14/16 23:36:46 (8 years ago)
Author:
ymipsl
Message:

Field are sent to xios only at each "write_period"

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/xios_mod.F90

    r394 r429  
    195195 
    196196   dtime%second=dt 
    197    CALL xios_set_timestep(dtime)  
     197   CALL xios_set_timestep(dtime) 
     198    
     199   CALL xios_set_fieldgroup_attr("standard_output", freq_op=itau_out*xios_timestep, freq_offset=(itau_out-1)*xios_timestep) 
     200     
    198201   CALL xios_close_context_definition() 
    199202!$OMP END MASTER 
Note: See TracChangeset for help on using the changeset viewer.