- Timestamp:
- Jan 2, 2019, 7:44:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin/libf/phylmd/phys_output_write_mod.F90
r3381 r3429 196 196 ! Tropopause 197 197 o_p_tropopause, o_z_tropopause, o_t_tropopause, & 198 o_col_O3_strato, o_col_O3_tropo ! Added ThL 199 198 o_col_O3_strato, o_col_O3_tropo, & ! Added ThL 199 o_t_int, o_s_int, o_ds_ns, o_dt_ns, o_dter, o_dser, o_tkt, o_tks, & 200 o_rf, o_taur 200 201 201 202 #ifdef CPP_StratAer … … 240 241 ulevSTD, vlevSTD, wlevSTD, philevSTD, qlevSTD, tlevSTD, & 241 242 rhlevSTD, O3STD, O3daySTD, uvSTD, vqSTD, vTSTD, wqSTD, & 242 vphiSTD, wTSTD, u2STD, v2STD, T2STD, missing_val_nf90 243 vphiSTD, wTSTD, u2STD, v2STD, T2STD, missing_val_nf90, ds_ns, dt_ns 243 244 244 245 USE phys_local_var_mod, ONLY: zxfluxlat, slp, ptstar, pt0, zxtsol, zt2m, & … … 348 349 alt_tropo, & 349 350 !Ionela 350 ok_4xCO2atm 351 ok_4xCO2atm, t_int, s_int, dter, dser, tkt, tks, rf, taur 351 352 352 353 USE ocean_slab_mod, ONLY: nslay, tslab, slab_bilg, tice, seaice, & … … 2110 2111 ENDIF !(iflag_phytrac==1) 2111 2112 2113 CALL histwrite_phy(o_t_int, t_int) 2114 CALL histwrite_phy(o_s_int, s_int) 2115 CALL histwrite_phy(o_ds_ns, ds_ns) 2116 CALL histwrite_phy(o_dt_ns, dt_ns) 2117 CALL histwrite_phy(o_dter, dter) 2118 CALL histwrite_phy(o_dser, dser) 2119 CALL histwrite_phy(o_tkt, tkt) 2120 CALL histwrite_phy(o_tks, tks) 2121 CALL histwrite_phy(o_rf, rf) 2122 CALL histwrite_phy(o_taur, taur) 2112 2123 2113 2124 IF (.NOT.vars_defined) THEN
Note: See TracChangeset
for help on using the changeset viewer.