Ignore:
Timestamp:
Jul 2, 2025, 12:00:08 PM (40 hours ago)
Author:
dcugnet
Message:
  • Use REAL(KIND=REAL32) and REAL(KIND=REAL64) Iinstead of REAL and DOUBLE PRECISION

to avoid ambiguity problems in generic procedure when reals are promoted to doubles.

  • generic "num2str" replaces "str2int", "str2real", "str2dble" and "str2bool" functions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/traclmdz_mod.f90

    r5481 r5748  
    312312    USE dimphy
    313313    USE infotrac_phy, ONLY: nbtr, pbl_flg
    314     USE strings_mod,  ONLY: int2str
     314    USE strings_mod,  ONLY: num2str
    315315    USE regr_pr_comb_coefoz_m, ONLY: regr_pr_comb_coefoz
    316316    USE o3_chem_m, ONLY: o3_chem
     
    558558             END DO
    559559          END DO
    560           CALL minmaxqfi(tr_seri(:,:,it),0.,1.e33,'puits rn it='//TRIM(int2str(it)))
     560          CALL minmaxqfi(tr_seri(:,:,it),0.,1.e33,'puits rn it='//TRIM(num2str(it)))
    561561       END IF
    562562    END DO
Note: See TracChangeset for help on using the changeset viewer.