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_mod.F90

    r1683 r1724  
    189189       ctrl_out((/ 1, 6, 10, 10, 10, 10 /),'tsol_oce'), &
    190190       ctrl_out((/ 1, 6, 10, 10, 10, 10 /),'tsol_sic') /)
     191
     192  type(ctrl_out),save,dimension(4) :: o_evappot_srf     = (/ ctrl_out((/ 1, 6, 10, 10, 10, 10 /),'evappot_ter'), &
     193       ctrl_out((/ 4, 6, 10, 10, 10, 10 /),'evappot_lic'), &
     194       ctrl_out((/ 4, 6, 10, 10, 10, 10 /),'evappot_oce'), &
     195       ctrl_out((/ 4, 6, 10, 10, 10, 10 /),'evappot_sic') /)
    191196
    192197  type(ctrl_out),save,dimension(4) :: o_sens_srf     = (/ ctrl_out((/ 1, 6, 10, 7, 10, 10 /),'sens_ter'), &
     
    10421047                  o_tsol_srf(nsrf)%flag,o_tsol_srf(nsrf)%name,"Temperature "//clnsurf(nsrf),"K")
    10431048             CALL histdef2d(iff,clef_stations(iff), &
     1049                  o_evappot_srf(nsrf)%flag,o_evappot_srf(nsrf)%name,"Temperature "//clnsurf(nsrf),"K")
     1050             CALL histdef2d(iff,clef_stations(iff), &
    10441051                  o_ustar_srf(nsrf)%flag,o_ustar_srf(nsrf)%name,"Friction velocity "//clnsurf(nsrf),"m/s")
    10451052             CALL histdef2d(iff,clef_stations(iff), &
Note: See TracChangeset for help on using the changeset viewer.