Ignore:
Timestamp:
Apr 14, 2017, 4:49:58 PM (7 years ago)
Author:
oboucher
Message:

One more small omission for previous two commits

File:
1 edited

Legend:

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

    r2854 r2856  
    508508
    509509    ! Set dryaod_diag=true if at least one of the concerned variables are defined
     510    IF (nomvar=='dryod550aer') THEN
     511      IF  ( flag_var(iff)<=lev_files(iff) ) dryaod_diag=.TRUE.
     512    ENDIF
    510513    DO naero = 1, naero_tot-1
    511       PRINT *,'dryaod_diag 2=', nomvar, flag_var(iff), lev_files(iff)
    512514      IF (nomvar=='dryod550_'//name_aero_tau(naero)) THEN
    513515        IF  ( flag_var(iff)<=lev_files(iff) ) dryaod_diag=.TRUE.
     
    644646    ! Set swaero_diag=true if at least one of the concerned variables are defined
    645647    !--OB 30/05/2016 use wider set of variables
    646     !--OB 14/04/2017 change location of reinitialisation to FALSE
    647648    IF ( var%name=='topswad' .OR. var%name=='topswad0' .OR. var%name=='solswad' .OR. var%name=='solswad0' .OR. &
    648649         var%name=='topswai' .OR. var%name=='solswai'  .OR. ( iflag_rrtm==1 .AND. (                            &
Note: See TracChangeset for help on using the changeset viewer.