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_histhf.h

    r644 r723  
    55      IF (ok_hf) THEN
    66c
    7        zstohf = dtime * FLOAT(ecrit_hf)
     7       zstohf = dtime * ecrit_hf
    88       zstophy = dtime
    9        zstoday = dtime * FLOAT(ecrit_day)
    10        zout = dtime * FLOAT(ecrit_hf)
     9       zstoday = dtime * ecrit_day
     10       zout = dtime * ecrit_hf
    1111c
    1212         idayref = day_ref
     
    190190      ENDIF !lev_histhf.GE.4
    191191c
     192c
    192193      ELSE IF(type_run.EQ."AMIP".OR.type_run.EQ."CFMI") THEN
    193194c
Note: See TracChangeset for help on using the changeset viewer.