Ignore:
Timestamp:
Feb 2, 2024, 5:11:05 PM (4 months ago)
Author:
nfevrier
Message:

First save of N. Février's modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/SETHET_DECOUPLE/libf/phylmd/phys_output_write_mod.F90

    r3842 r4800  
    413413    ! Local
    414414    INTEGER :: itau_w
    415     INTEGER :: i, iinit, iinitend=1, iff, iq, iiq, nsrf, k, ll, naero
     415    INTEGER :: i, iinit, iinitend=1, iff, iq, iiq, nsrf, k, ll, naero, j
    416416    REAL, DIMENSION (klon) :: zx_tmp_fi2d, zpt_conv2d, wind100m
    417417    REAL, DIMENSION (klon,klev) :: zx_tmp_fi3d, zpt_conv
     
    446446    REAL,DIMENSION(klon,klev) :: z, dz
    447447    REAL,DIMENSION(klon)      :: zrho, zt
     448
     449    INTEGER,DIMENSION(2) :: index_bc=[106,116]
    448450
    449451    ! On calcul le nouveau tau:
     
    23682370             CALL histwrite_phy(o_dtr_uscav(iq-nqo),d_tr_uscav(:,:,iq-nqo))
    23692371            !--2D fields
    2370              CALL histwrite_phy(o_dtr_dry(iq-nqo), flux_tr_dry(:,iq-nqo))
     2372             !CALL histwrite_phy(o_dtr_dry(iq-nqo), flux_tr_dry(:,iq-nqo))
    23712373             zx_tmp_fi2d=0.
    23722374             IF (vars_defined) THEN
     
    23782380           ENDDO !--iq
    23792381         ENDIF   !--type_trac
     2382
     2383         ! Pour bilan
     2384         DO j=1,size(index_bc)
     2385             iq=index_bc(j)
     2386            ! WRITE(lunout,*) "WRITE_TEST_1"," / iq=",iq
     2387             CALL histwrite_phy(o_dtr_vdf(iq-nqo),d_tr_cl(:,:,iq-nqo))
     2388             !WRITE(lunout,*) "WRITE_TEST_2"
     2389         END DO
     2390         
    23802391!
    23812392         IF (type_trac == 'co2i') THEN
Note: See TracChangeset for help on using the changeset viewer.