Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (2 months ago)
Author:
abarral
Message:

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/alpale_wk.F90

    r5081 r5099  
    1414  USE ioipsl_getin_p_mod, ONLY : getin_p
    1515  USE print_control_mod, ONLY: mydebug=>debug , lunout, prt_level
    16 !
     16
    1717  IMPLICIT NONE
    1818
     
    7171  proba_gf(:) = 1. - exp(-wdens(:)*rpi*((wkrad(:)+cellrad(:))**2 - &
    7272                                        max(wkrad(:)-cellrad(:),0.)**2) )
    73 !
     73
    7474  proba_gf(:) = max(proba_gf(:),1.e-3)
    7575!  Compute Fip conditionned on the presence of some gust front within the
Note: See TracChangeset for help on using the changeset viewer.