Ignore:
Timestamp:
Dec 8, 2006, 12:45:43 PM (18 years ago)
Author:
lmdzadmin
Message:

Correction bogues: les ecrit_ sont des REALs lus dans conf_phys.F90 en
nombre de jours sauf pour ecrit_ins et ecrit_tra en secondes!
Les ecrit_ sont initialises dans conf_phys.F90 et peuvent etre modifies dans
physiq.def.
IM

File:
1 edited

Legend:

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

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