Changeset 5813 for LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
- Timestamp:
- Sep 17, 2025, 10:23:08 AM (2 months 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
r5807 r5813 231 231 ! Tropopause 232 232 o_alt_tropo, & 233 o_ p_tropopause, o_z_tropopause, o_t_tropopause, &233 o_dyntropo, o_p_tropopause, o_z_tropopause, o_t_tropopause, & 234 234 o_col_O3_strato, o_col_O3_tropo, & 235 235 !-- LSCP - condensation and ice supersaturation variables … … 447 447 #endif 448 448 ep, epmax_diag, & ! epmax_cape 449 p_tropopause, t_tropopause, z_tropopause, &449 dyntropo, p_tropopause, t_tropopause, z_tropopause, & 450 450 zxfluxt,zxfluxq, & 451 451 ! offline … … 2080 2080 ENDIF 2081 2081 2082 CALL histwrite_phy(o_dyntropo, dyntropo) 2082 2083 CALL histwrite_phy(o_p_tropopause, p_tropopause) 2083 2084 CALL histwrite_phy(o_t_tropopause, t_tropopause)
Note: See TracChangeset
for help on using the changeset viewer.
