Ignore:
Timestamp:
Feb 7, 2013, 3:56:38 PM (11 years ago)
Author:
musat
Message:

Ajout coefficient beta (=Evap/Evap? potentielle) fonction de la latitude
et de la saison (voir these AbdulKhadre? Traore).

Frederic Hourdin
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write.h

    r1670 r1724  
    440440        CALL histwrite_phy(nid_files(iff),clef_stations(iff),
    441441     $                   o_tsol_srf(nsrf)%name,itau_w,
     442     $      zx_tmp_fi2d)
     443        ENDIF
     444
     445        IF (o_evappot_srf(nsrf)%flag(iff)<=lev_files(iff)) THEN
     446        zx_tmp_fi2d(1 : klon) = evap_pot( 1 : klon, nsrf)
     447        CALL histwrite_phy(nid_files(iff),clef_stations(iff),
     448     $                   o_evappot_srf(nsrf)%name,itau_w,
    442449     $      zx_tmp_fi2d)
    443450        ENDIF
Note: See TracChangeset for help on using the changeset viewer.