Ignore:
Timestamp:
Apr 20, 2020, 12:13:34 PM (4 years ago)
Author:
lfalletti
Message:

Adding changes for Reprobus

File:
1 edited

Legend:

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

    r3630 r3666  
    172172         o_uxv, o_vxq, o_vxT, o_wxq, o_vxphi, &
    173173         o_wxT, o_uxu, o_vxv, o_TxT, o_trac, &
    174 #ifdef REPROBUS
    175          o_nas, &
    176 #endif
    177174         o_dtr_vdf, o_dtr_the, o_dtr_con, &
    178175         o_dtr_lessi_impa, o_dtr_lessi_nucl, &
     
    331328         surf_PM25_sulf, tau_strat_550, tausum_strat, &
    332329         vsed_aer, tau_strat_1020, f_r_wet
    333 #endif
    334 
    335 #ifdef REPROBUS
    336     USE CHEM_REP, ONLY : nas, nbnas, tnamenas, ttextnas
    337330#endif
    338331
     
    22672260!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    22682261       IF (iflag_phytrac == 1 ) then
    2269          IF (type_trac == 'lmdz' .OR. type_trac == 'repr' .OR. type_trac == 'coag') THEN
     2262         IF (type_trac == 'lmdz' .OR. type_trac == 'coag') THEN
    22702263           DO iq=nqo+1, nqtot
    22712264             !--3D fields
     
    22922285                ENDDO
    22932286             ENDIF
    2294 #ifndef REPROBUS
    22952287             CALL histwrite_phy(o_trac_cum(iq-nqo), zx_tmp_fi2d)
    2296 #endif
    22972288           ENDDO !--iq
    22982289         ENDIF   !--type_trac
     
    23222313         ENDIF !--type_trac co2i
    23232314
    2324          IF (type_trac == 'repr') THEN
    2325 #ifdef REPROBUS
    2326            DO iq=1,nbnas
    2327              CALL histwrite_phy(o_nas(iq), nas(:,:,iq))
    2328            ENDDO
    2329 #endif
    2330          ENDIF
    2331 
    23322315       ENDIF   !(iflag_phytrac==1)
    23332316
Note: See TracChangeset for help on using the changeset viewer.