Ignore:
Timestamp:
Jul 5, 2024, 10:54:38 AM (4 months ago)
Author:
aborella
Message:

Modification et simplification du calcul de gammasat, modification du role de temp_nowater

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/cirrus/libf/phylmd/lmdz_lscp_ini.F90

    r4951 r5019  
    4040  !$OMP THREADPRIVATE(ztfondue)
    4141
    42   REAL, SAVE, PROTECTED :: temp_nowater=233.15  ! temperature below which liquid water no longer exists
     42  REAL, SAVE, PROTECTED :: temp_nowater=235.15  ! temperature below which liquid water no longer exists
    4343  !$OMP THREADPRIVATE(temp_nowater)
    4444
     
    363363    CALL getin_p('tresh_cl',tresh_cl)
    364364    CALL getin_p('iflag_oldbug_fisrtilp',iflag_oldbug_fisrtilp)
     365    CALL getin_p('temp_nowater',temp_nowater)
    365366    ! for poprecip
    366367    CALL getin_p('ok_poprecip',ok_poprecip)
     
    441442    WRITE(lunout,*) 'lscp_ini, iflag_oldbug_fisrtilp', iflag_oldbug_fisrtilp
    442443    WRITE(lunout,*) 'lscp_ini, fl_cor_ebil', fl_cor_ebil
     444    WRITE(lunout,*) 'lscp_ini, temp_nowater', temp_nowater
    443445    ! for poprecip
    444446    WRITE(lunout,*) 'lscp_ini, ok_poprecip', ok_poprecip
Note: See TracChangeset for help on using the changeset viewer.