Changeset 1543 for LMDZ4


Ignore:
Timestamp:
Jun 12, 2011, 8:06:04 PM (13 years ago)
Author:
musat
Message:

Correction bogue sur la longueur du mois (mth) affectant le flag
phys_out_filetimesteps = 1.mth, 1.day, 0.25day, 0.125day, 0.125day, 1800.s
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4_AR5/libf/phylmd/phys_output_mod.F90

    r1536 r1543  
    17941794
    17951795        use ioipsl
     1796        USE phys_cal_mod
    17961797
    17971798        IMPLICIT NONE
     
    18211822        if ( type == 'mounths'.or.type == 'mth'.or.type == 'mois' ) then
    18221823           print*,'annee_ref,day_ref mon_len',annee_ref,day_ref,ioget_mon_len(annee_ref,day_ref)
    1823            timestep = ttt * dayseconde * ioget_mon_len(annee_ref,day_ref)
     1824!IMbug     timestep = ttt * dayseconde * ioget_mon_len(annee_ref,day_ref)
     1825           timestep = ttt * dayseconde * mth_len
    18241826        endif
    18251827        if ( type == 'hours'.or.type == 'hr'.or.type == 'heurs') timestep = ttt * dayseconde / 24.
Note: See TracChangeset for help on using the changeset viewer.