Ignore:
Timestamp:
Jul 17, 2014, 1:12:30 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Modifications nécessaires pour la bonne définition du temps dans les
fichier Xios


Necessary modifications for the definition of time in Xios files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2086 r2095  
    300300             write(lunout,*)"phys_output_write: call xios_update_calendar, itau_w=",itau_w
    301301          endif
    302           CALL xios_update_calendar(itau_w)
     302!          CALL xios_update_calendar(itau_w)
     303          CALL xios_update_calendar(itap)
    303304       END IF
    304305       !$OMP END MASTER
Note: See TracChangeset for help on using the changeset viewer.