Changeset 2517 for LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
- Timestamp:
- May 20, 2016, 11:57:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
r2516 r2517 50 50 o_bils_ec,o_bils_ech, o_bils_tke, o_bils_kinetic, & 51 51 o_bils_latent, o_bils_enthalp, o_sens, & 52 o_fder, o_ffonte, o_fqcalving, o_fqfonte, &52 o_fder, o_ffonte, o_fqcalving, o_fqfonte, o_runofflic, & 53 53 o_taux, o_tauy, o_snowsrf, o_qsnow, & 54 54 o_snowhgt, o_toice, o_sissnow, o_runoff, & … … 196 196 zu10m, zv10m, zq2m, zustar, zxqsurf, & 197 197 rain_lsc, rain_num, snow_lsc, bils, sens, fder, & 198 zxffonte, zxfqcalving, zxfqfonte, fluxu, &198 zxffonte, zxfqcalving, zxfqfonte, zxrunofflic, fluxu, & 199 199 fluxv, zxsnow, qsnow, snowhgt, to_ice, & 200 200 sissnow, runoff, albsol3_lic, evap_pot, & … … 547 547 CALL histwrite_phy(o_fqcalving, zxfqcalving) 548 548 CALL histwrite_phy(o_fqfonte, zxfqfonte) 549 CALL histwrite_phy(o_runofflic, zxrunofflic) 549 550 IF (vars_defined) THEN 550 551 zx_tmp_fi2d=0.
Note: See TracChangeset
for help on using the changeset viewer.