Ignore:
Timestamp:
Jun 18, 2015, 12:00:37 PM (10 years ago)
Author:
ymipsl
Message:

module reorganisation for a cleaner dyn-phys interface
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/cosp/cosp_output_write_mod.F90

    r3809 r3831  
    5151
    5252! A refaire
    53        itau_wcosp = itau_phy + itap + start_time * day_step / iphysiq
     53       itau_wcosp = itau_phy + itap + start_time * day_step
    5454        if (prt_level >= 10) then
    55              WRITE(lunout,*)'itau_wcosp, itap, start_time, day_step, iphysiq =', &
    56                              itau_wcosp, itap, start_time, day_step, iphysiq
     55             WRITE(lunout,*)'itau_wcosp, itap, start_time, day_step', &
     56                             itau_wcosp, itap, start_time, day_step
    5757        endif
    5858
Note: See TracChangeset for help on using the changeset viewer.