- Timestamp:
- Mar 19, 2026, 4:55:37 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZISOdevSN/libf/phylmd/phys_output_write_mod.F90
r6109 r6114 3209 3209 !write(*,*) 'tmp phys_output_write: ntiso=',ntiso 3210 3210 3211 zx_tmp_fi2d=0. ; zx_tmp_fi3d=0. 3211 3212 DO ixt = 1, ntiso 3212 3213 !write(*,*) 'ixt,o_xtovap(ixt)=',ixt,o_xtovap(ixt) … … 3224 3225 CALL histwrite_phy(o_xtpluc(ixt), zx_tmp_fi2d) 3225 3226 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 ENDIF3227 3228 IF (vars_defined) zx_tmp_fi2d(:) = Rland_ice(ixt,:) 3229 CALL histwrite_phy(o_Rland_ice(ixt), zx_tmp_fi2d) 3229 3230 CALL histwrite_phy(o_xtovap(ixt), xt_seri(ixt,:,:)) 3230 3231 CALL histwrite_phy(o_xtoliq(ixt), xtl_seri(ixt,:,:)) … … 3232 3233 !! runoff land bucket + soil isotopes ratio + river and costal flows PRSN 2025 3233 3234 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,:)) 3239 3239 3240 3240 DO nsrf = 1, nbsrf ! ajout Camille 8 mai 2023
Note: See TracChangeset
for help on using the changeset viewer.
