Changeset 2378


Ignore:
Timestamp:
Oct 22, 2015, 5:58:25 PM (9 years ago)
Author:
musat
Message:

Bug fix for monthly outputs on NMC levels when running with install.sh
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/moy_undefSTD.F90

    r2346 r2378  
    7474    ! calcul 1 fois pas mois, 1 fois par jour ou toutes les 6h
    7575
    76     IF (n==1 .AND. itap==itapm1 .OR. n>1 .AND. mod(itap,nint(freq_outnmc(n)/ &
    77         dtime))==0) THEN
     76    IF (mod(itap,nint(freq_outnmc(n)/dtime))==0) THEN
    7877
    7978      ! print*,'moy_undefSTD n itap itapm1',n,itap,itapm1
Note: See TracChangeset for help on using the changeset viewer.