Ignore:
Timestamp:
Jun 7, 2023, 9:56:11 PM (13 months ago)
Author:
evignon
Message:

correction de l'evaporation max dans la param d'evaporation des precips
de ludo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/lscp_ini_mod.F90

    r4562 r4563  
    1717  INTEGER,SAVE :: iflag_evap_prec=1             ! precipitation evaporation flag. 0: nothing, 1: "old way",
    1818                                                ! 2: Max cloud fraction above to calculate the max of reevaporation
    19                                                 ! 4: LTP'method i.e. evaporation in the clear-sky fraction of the mesh only
     19                                                ! >=4: LTP'method i.e. evaporation in the clear-sky fraction of the mesh only
     20                                                ! pay attention that iflag_evap_prec=4 may lead to unrealistic and overestimated
     21                                                ! evaporation. Use 5 instead
    2022  !$OMP THREADPRIVATE(iflag_evap_prec)
    2123
Note: See TracChangeset for help on using the changeset viewer.