Changeset 6110 for LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
- Timestamp:
- Mar 17, 2026, 4:00:47 PM (3 weeks ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
r6092 r6110 3215 3215 !write(*,*) 'tmp phys_output_write: ntiso=',ntiso 3216 3216 3217 zx_tmp_fi2d=0. ; zx_tmp_fi3d=0. 3217 3218 DO ixt = 1, ntiso 3218 3219 !write(*,*) 'ixt,o_xtovap(ixt)=',ixt,o_xtovap(ixt) … … 3230 3231 CALL histwrite_phy(o_xtpluc(ixt), zx_tmp_fi2d) 3231 3232 CALL histwrite_phy(o_xtevap(ixt), xtevap(ixt,:)) 3233 3234 IF (vars_defined) zx_tmp_fi2d(:) = Rland_ice(ixt,:) 3232 3235 CALL histwrite_phy(o_Rland_ice(ixt), Rland_ice(ixt,:)) 3233 3236 CALL histwrite_phy(o_xtovap(ixt), xt_seri(ixt,:,:)) … … 3236 3239 !! runoff land bucket + soil isotopes ratio + river and costal flows PRSN 2025 3237 3240 CALL histwrite_phy(o_xtrunoff_diag(ixt), xtrunoff_diag(ixt,:)) 3241 !! LMDZORISO variables set to 0 and not updating in bucket 3238 3242 CALL histwrite_phy(o_xtriverflow(ixt), xtriverflow(ixt,:)) 3239 3243 CALL histwrite_phy(o_xtcoastalflow(ixt), xtcoastalflow(ixt,:))
Note: See TracChangeset
for help on using the changeset viewer.
