Ignore:
Timestamp:
Apr 30, 2015, 3:22:39 PM (10 years ago)
Author:
millour
Message:

A couple of bug fixes.
Now the bench (in debug mode) yields identical results in seq/mpi/omp/mpi_omp, and also identical restart files to rev 5 (ie before any modifications to LMDZ5 source files).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/infotrac_phy.f90

    r3820 r3822  
    5050    CHARACTER(len=20),INTENT(IN) :: tname_(nqtot_) ! tracer short name for restart and diagnostics
    5151    CHARACTER(len=23),INTENT(IN) :: ttext_(nqtot_) ! tracer long name for diagnostics
    52     CHARACTER(len=4),INTENT(IN) :: type_trac_(nqtot_)
     52    CHARACTER(len=4),INTENT(IN) :: type_trac_
    5353    INTEGER,INTENT(IN) :: niadv_ (nqtot_) ! equivalent dyn / physique
    5454    INTEGER,INTENT(IN) :: conv_flg_(nbtr_)
     
    6363    ALLOCATE(ttext(nqtot))
    6464    ttext(:) = ttext_(:)
    65     ALLOCATE(type_trac(nqtot))
    66     type_trac(:) = type_trac_(:)
     65    type_trac = type_trac_
    6766    ALLOCATE(niadv(nqtot))
    6867    niadv(:)=niadv_(:)
Note: See TracChangeset for help on using the changeset viewer.