Ignore:
Timestamp:
Dec 6, 2011, 2:11:24 PM (12 years ago)
Author:
jghattas
Message:

phys_output_mod - Bug in write : bad second argument in ioget_mon_len function.

ce0l - Changed finalize_parallel into mpi_finalize because the program ce0l did not finish correctly for case ocean_type=couple.

File:
1 edited

Legend:

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

    r1543 r1599  
    18211821        if ( type == 'day'.or.type == 'days'.or.type == 'jours'.or.type == 'jour' ) timestep = ttt * dayseconde
    18221822        if ( type == 'mounths'.or.type == 'mth'.or.type == 'mois' ) then
    1823            print*,'annee_ref,day_ref mon_len',annee_ref,day_ref,ioget_mon_len(annee_ref,day_ref)
    1824 !IMbug     timestep = ttt * dayseconde * ioget_mon_len(annee_ref,day_ref)
     1823           print*,'annee_ref,day_ref mon_len',annee_ref,day_ref,mth_len
    18251824           timestep = ttt * dayseconde * mth_len
    18261825        endif
Note: See TracChangeset for help on using the changeset viewer.