Ignore:
Timestamp:
Jul 2, 2025, 12:00:08 PM (3 days 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/dyn3d/advtrac.f90

    r5324 r5748  
    1515   USE control_mod,  ONLY: iapp_tracvl, day_step
    1616   USE comconst_mod, ONLY: dtvr
    17    USE strings_mod, ONLY: int2str
    1817   USE dimensions_mod, ONLY: iim, jjm, llm, ndm
    1918   USE paramet_mod_h
Note: See TracChangeset for help on using the changeset viewer.