Changeset 6109 for LMDZ6/branches/LMDZISOdevSN
- Timestamp:
- Mar 17, 2026, 1:49:29 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZISOdevSN/libf/phylmd/phys_output_write_mod.F90
r5927 r6109 3224 3224 CALL histwrite_phy(o_xtpluc(ixt), zx_tmp_fi2d) 3225 3225 CALL histwrite_phy(o_xtevap(ixt), xtevap(ixt,:)) 3226 CALL histwrite_phy(o_Rland_ice(ixt), Rland_ice(ixt,:)) 3226 IF (ok_veget) THEN 3227 CALL histwrite_phy(o_Rland_ice(ixt), Rland_ice(ixt,:)) 3228 ENDIF 3227 3229 CALL histwrite_phy(o_xtovap(ixt), xt_seri(ixt,:,:)) 3228 3230 CALL histwrite_phy(o_xtoliq(ixt), xtl_seri(ixt,:,:)) … … 3230 3232 !! runoff land bucket + soil isotopes ratio + river and costal flows PRSN 2025 3231 3233 CALL histwrite_phy(o_xtrunoff_diag(ixt), xtrunoff_diag(ixt,:)) 3232 CALL histwrite_phy(o_xtriverflow(ixt), xtriverflow(ixt,:)) 3233 CALL histwrite_phy(o_xtcoastalflow(ixt), xtcoastalflow(ixt,:)) 3234 CALL histwrite_phy(o_Rsol(ixt), Rsol(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 3239 3236 3240 DO nsrf = 1, nbsrf ! ajout Camille 8 mai 2023
Note: See TracChangeset
for help on using the changeset viewer.
