Ignore:
Timestamp:
2022-03-14T13:45:35+01:00 (2 years ago)
Author:
sebastiaan.luyssaert
Message:

Fix for ticket #816

Location:
branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/ioipslctrl.f90

    r7265 r7525  
    10421042          CALL histdef(hist_id, 'SubSnow','Snow sublimation','kg/m^2/s', & 
    10431043               & iim,jjm, hori_id, 1,1,1, -99, 32, fluxop_scinsec(1), dt,dw) 
    1044           CALL histdef(hist_id, 'ACond', 'Aerodynamic conductance', 'm/s',  & 
    1045                & iim,jjm, hori_id, 1,1,1, -99, 32, avescatter(1), dt,dw) 
    10461044          IF ( do_floodplains ) THEN 
    10471045             CALL histdef(hist_id, 'Qflood', 'Floodplain Evaporation', 'kg/m^2/s', & 
     
    18211819             CALL histdef(hist2_id, 'SubSnow','Snow sublimation','kg/m^2/s', & 
    18221820                  & iim,jjm, hori_id2, 1,1,1, -99, 32, fluxop_scinsec2(1), dt, dw2) 
    1823              CALL histdef(hist2_id, 'ACond', 'Aerodynamic conductance', 'm/s',  & 
    1824                   & iim,jjm, hori_id2, 1,1,1, -99, 32, avescatter2(5), dt, dw2) 
    18251821             !- 
    18261822             !- 
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/sechiba.f90

    r7326 r7525  
    10521052    ENDDO 
    10531053    CALL xios_orchidee_send_field("TVeg",histvar/dt_sechiba) 
    1054     CALL xios_orchidee_send_field("ACond",tq_cdrag) 
    10551054 
    10561055 
     
    11931192       ENDDO 
    11941193       CALL histwrite_p(hist_id, 'ECanop', kjit, histvar, kjpindex, index) 
    1195        CALL histwrite_p(hist_id, 'ACond', kjit, tq_cdrag, kjpindex, index) 
    11961194       CALL histwrite_p(hist_id, 'SnowFrac', kjit, vbeta1, kjpindex, index) 
    11971195       ! 
     
    12811279          ENDDO 
    12821280          CALL histwrite_p(hist2_id, 'ECanop', kjit, histvar, kjpindex, index) 
    1283           CALL histwrite_p(hist2_id, 'ACond', kjit, tq_cdrag, kjpindex, index) 
    12841281          CALL histwrite_p(hist2_id, 'SnowFrac', kjit, vbeta1, kjpindex, index) 
    12851282          CALL histwrite_p(hist2_id, 'GPP', kjit, gpp, kjpindex*nvm, indexveg) 
Note: See TracChangeset for help on using the changeset viewer.