Ignore:
Timestamp:
Apr 4, 2006, 5:00:40 PM (19 years ago)
Author:
lmdzadmin
Message:

Ajout nouveaux flags (ip_ebil_phy, ok_slab_sicOBS) ds physiq.def +
Lecture freq. ecriture en nombre de jours
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/ini_undefSTD.F

    r644 r684  
    11      SUBROUTINE ini_undefSTD(nlevSTD,itap,
    2      $           ecrit_day,ecrit_mth,
     2     $           dtime,ecrit_day,ecrit_mth,
    33     $           tnondef,tsumSTD)
    44      IMPLICIT none
     
    3333      INTEGER nlevSTD, klevSTD, itap
    3434      PARAMETER(klevSTD=17)
    35       INTEGER ecrit_day,ecrit_mth
     35      REAL dtime
     36      REAL ecrit_day,ecrit_mth
    3637c
    3738c variables locales
     
    4546c initialisation variables journalieres en debut de journee
    4647c
    47       IF(MOD(itap,ecrit_day).EQ.1.) THEN
     48      IF(MOD(itap,NINT(ecrit_day/dtime)).EQ.1.) THEN
    4849       DO k=1, nlevSTD
    4950        DO i=1, klon
     
    5758c en debut de mois : nout=2
    5859c
    59       IF(MOD(itap,ecrit_mth).EQ.1.) THEN
     60      IF(MOD(itap,NINT(ecrit_mth/dtime)).EQ.1.) THEN
    6061c
    6162       DO k=1, nlevSTD
Note: See TracChangeset for help on using the changeset viewer.