Ignore:
Timestamp:
Oct 6, 2006, 1:06:22 PM (18 years ago)
Author:
lmdzadmin
Message:

On passe a des ecrit_ins, ecrit_day, etc en nombre de jours (REAL)
On lit frequence ecriture traceurs ecrit_trac dans physiq.def
Correction petits pbs ini_histrac.h
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4_V2_patch/libf/phylmd/ini_histmthNMC.h

    r644 r723  
    55c
    66       zstophy = dtime
    7        zstohf = dtime * FLOAT(ecrit_hf)
    8        zstomth = dtime * FLOAT(ecrit_mth)
    9        zout = dtime * FLOAT(ecrit_mth)
     7       zstohf = dtime * ecrit_hf
     8       zstomth = dtime * ecrit_mth
     9       zout = dtime * ecrit_mth
    1010c
    1111         idayref = day_ref
Note: See TracChangeset for help on using the changeset viewer.