Changeset 4142


Ignore:
Timestamp:
May 3, 2022, 10:10:18 AM (2 years ago)
Author:
fhourdin
Message:

Supression de sorties qui faisaient panter avec des compilos recents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dyn1d/1D_nudge_sandu_astex.h

    r3594 r4142  
    3333
    3434
    35         print*,'OLDLMDZ1D IOPH'
    36       CALL iophys_ecrit('relax_thl',klev,'relax_thl','m/s',relax_thl)
    37       CALL iophys_ecrit('d_t_adv',klev,'d_t_adv','m/s',d_t_adv)
    38       CALL iophys_ecrit('temp',klev,'temp','m/s',temp)
    39       CALL iophys_ecrit('q',klev,'q','m/s',q(:,1))
    40       CALL iophys_ecrit('relax_q',klev,'relax_q','m/s',relax_q(:,1))
    41       CALL iophys_ecrit('d_q_adv',klev,'d_q_adv','m/s',d_q_adv(:,1))
     35      ! print*,'OLDLMDZ1D IOPH'
     36      !      CALL iophys_ecrit('relax_thl',klev,'relax_thl','m/s',relax_thl)
     37      !      CALL iophys_ecrit('d_t_adv',klev,'d_t_adv','m/s',d_t_adv)
     38      !      CALL iophys_ecrit('temp',klev,'temp','m/s',temp)
     39      !      CALL iophys_ecrit('q',klev,'q','m/s',q(:,1))
     40      !      CALL iophys_ecrit('relax_q',klev,'relax_q','m/s',relax_q(:,1))
     41      !      CALL iophys_ecrit('d_q_adv',klev,'d_q_adv','m/s',d_q_adv(:,1))
    4242
Note: See TracChangeset for help on using the changeset viewer.