Changeset 200 for codes/icosagcm/trunk


Ignore:
Timestamp:
07/08/14 11:36:11 (10 years ago)
Author:
ymipsl
Message:

bug fix : xios_update_calendar was called even if xios_output is set to false.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/timeloop_gcm.f90

    r186 r200  
    251251  DO it=0,itaumax 
    252252     
    253     CALL xios_update_calendar(it) 
     253    IF (xios_output) CALL xios_update_calendar(it) 
    254254    IF (MOD(it,itau_sync)==0) THEN 
    255255      CALL send_message(f_ps,req_ps0) 
Note: See TracChangeset for help on using the changeset viewer.