Ignore:
Timestamp:
Mar 19, 2026, 4:55:37 PM (3 weeks ago)
Author:
Sebastien Nguyen
Message:

-10 routines avant test post pbl_surface

File:
1 edited

Legend:

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

    r6109 r6114  
    32093209    !write(*,*) 'tmp phys_output_write: ntiso=',ntiso
    32103210
     3211    zx_tmp_fi2d=0. ; zx_tmp_fi3d=0.
    32113212    DO ixt = 1, ntiso
    32123213        !write(*,*) 'ixt,o_xtovap(ixt)=',ixt,o_xtovap(ixt)
     
    32243225        CALL histwrite_phy(o_xtpluc(ixt), zx_tmp_fi2d)
    32253226        CALL histwrite_phy(o_xtevap(ixt),   xtevap(ixt,:))
    3226         IF (ok_veget) THEN
    3227           CALL histwrite_phy(o_Rland_ice(ixt), Rland_ice(ixt,:))
    3228         ENDIF
     3227
     3228        IF (vars_defined) zx_tmp_fi2d(:) = Rland_ice(ixt,:)
     3229        CALL histwrite_phy(o_Rland_ice(ixt), zx_tmp_fi2d)
    32293230        CALL histwrite_phy(o_xtovap(ixt),  xt_seri(ixt,:,:))
    32303231        CALL histwrite_phy(o_xtoliq(ixt), xtl_seri(ixt,:,:))
     
    32323233        !! runoff land bucket + soil isotopes ratio + river and costal flows PRSN 2025
    32333234        CALL histwrite_phy(o_xtrunoff_diag(ixt), xtrunoff_diag(ixt,:))
    3234         IF (ok_veget) THEN
    3235           CALL histwrite_phy(o_xtriverflow(ixt),   xtriverflow(ixt,:))
    3236           CALL histwrite_phy(o_xtcoastalflow(ixt),   xtcoastalflow(ixt,:))
    3237           CALL histwrite_phy(o_Rsol(ixt),   Rsol(ixt,:))
    3238         ENDIF
     3235          !! LMDZORISO variables set to 0 and not updating in bucket
     3236        CALL histwrite_phy(o_xtriverflow(ixt),   xtriverflow(ixt,:))
     3237        CALL histwrite_phy(o_xtcoastalflow(ixt),   xtcoastalflow(ixt,:))
     3238        CALL histwrite_phy(o_Rsol(ixt),   Rsol(ixt,:))
    32393239
    32403240        DO nsrf = 1, nbsrf ! ajout Camille 8 mai 2023
Note: See TracChangeset for help on using the changeset viewer.