Ignore:
Timestamp:
Dec 14, 2017, 8:55:21 AM (7 years ago)
Author:
acozic
Message:

Update some routines to coupled LMDZ6 with REPROBUS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90

    r3124 r3125  
    168168         o_uxv, o_vxq, o_vxT, o_wxq, o_vxphi, &
    169169         o_wxT, o_uxu, o_vxv, o_TxT, o_trac, &
     170#ifdef REPROBUS
     171         o_nas, &
     172#endif
    170173         o_dtr_vdf, o_dtr_the, o_dtr_con, &
    171174         o_dtr_lessi_impa, o_dtr_lessi_nucl, &
     
    316319         surf_PM25_sulf, tau_strat_550, tausum_strat, &
    317320         vsed_aer, tau_strat_1020, f_r_wet
     321#endif
     322
     323#ifdef REPROBUS
     324    USE CHEM_REP, ONLY : nas, nbnas, tnamenas, ttextnas
    318325#endif
    319326
     
    20512058                ENDDO
    20522059             ENDIF
     2060#ifndef REPROBUS
    20532061             CALL histwrite_phy(o_trac_cum(iq-nqo), zx_tmp_fi2d)
     2062#endif
    20542063            ENDIF
    20552064          ENDDO
    20562065       ENDIF
     2066
     2067       IF (type_trac == 'repr') THEN
     2068#ifdef REPROBUS
     2069           DO iq=1,nbnas
     2070             CALL histwrite_phy(o_nas(iq), nas(:,:,iq))
     2071           ENDDO
     2072#endif
     2073       ENDIF
     2074
    20572075       ENDIF   !(iflag_phytrac==1)
    20582076
Note: See TracChangeset for help on using the changeset viewer.