Ignore:
Timestamp:
May 20, 2016, 11:57:25 AM (8 years ago)
Author:
oboucher
Message:

Adding runofflic diagnostic in outputs
This is the freshwater flux going into the coupler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2516 r2517  
    5050         o_bils_ec,o_bils_ech, o_bils_tke, o_bils_kinetic, &
    5151         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, &
    5353         o_taux, o_tauy, o_snowsrf, o_qsnow, &
    5454         o_snowhgt, o_toice, o_sissnow, o_runoff, &
     
    196196         zu10m, zv10m, zq2m, zustar, zxqsurf, &
    197197         rain_lsc, rain_num, snow_lsc, bils, sens, fder, &
    198          zxffonte, zxfqcalving, zxfqfonte, fluxu, &
     198         zxffonte, zxfqcalving, zxfqfonte, zxrunofflic, fluxu, &
    199199         fluxv, zxsnow, qsnow, snowhgt, to_ice, &
    200200         sissnow, runoff, albsol3_lic, evap_pot, &
     
    547547       CALL histwrite_phy(o_fqcalving, zxfqcalving)
    548548       CALL histwrite_phy(o_fqfonte, zxfqfonte)
     549       CALL histwrite_phy(o_runofflic, zxrunofflic)
    549550       IF (vars_defined) THEN
    550551          zx_tmp_fi2d=0.
Note: See TracChangeset for help on using the changeset viewer.