Changeset 2380


Ignore:
Timestamp:
Oct 27, 2015, 4:59:53 PM (9 years ago)
Author:
musat
Message:

Bug fix for 1D cases concerning outputs on NMC levels when running with
instal1D.sh
IM

Location:
LMDZ5/trunk/libf/phylmd
Files:
2 edited

Legend:

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

    r2378 r2380  
    7474    ! calcul 1 fois pas mois, 1 fois par jour ou toutes les 6h
    7575
    76     IF (mod(itap,nint(freq_outnmc(n)/dtime))==0) THEN
     76    IF (n==1 .AND. itap==itapm1 .OR. n>1 .AND. mod(itap,nint(freq_outnmc(n)/ &
     77        dtime))==0) THEN
    7778
    7879      ! print*,'moy_undefSTD n itap itapm1',n,itap,itapm1
  • LMDZ5/trunk/libf/phylmd/phys_output_mod.F90

    r2379 r2380  
    288288    WRITE(lunout,*)'Alt approx des couches pour une haut d echelle de 8km = ',Alt(1:klev)
    289289    !          endif
     290
     291  ecrit_files(7) = ecrit_files(1)
     292  ecrit_files(8) = ecrit_files(2)
     293  ecrit_files(9) = ecrit_files(3)
     294
    290295  DO iff=1,nfiles
    291296
     
    302307       CALL convers_timesteps(chtimestep(iff),dtime,ecrit_files(iff))
    303308      ENDIF
    304 
    305       ecrit_files(7) = ecrit_files(1)
    306       ecrit_files(8) = ecrit_files(2)
    307       ecrit_files(9) = ecrit_files(3)
    308309
    309310       WRITE(lunout,*)'ecrit_files(',iff,')= ',ecrit_files(iff)
Note: See TracChangeset for help on using the changeset viewer.