Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (4 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

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

    r5103 r5116  
    4343      do l=1,klev-1
    4444         do ig=1,ngrid
    45             if (ztv(ig,l)> ztv(ig,l+1) .and. ztv(ig,1)>=ztv(ig,l) ) then
     45            if (ztv(ig,l)> ztv(ig,l+1) .and. ztv(ig,1)>=ztv(ig,l) ) THEN
    4646               alim_star(ig,l)=MAX((ztv(ig,l)-ztv(ig,l+1)),0.)  &
    4747                         *sqrt(zlev(ig,l+1))
     
    5353      do l=1,klev
    5454         do ig=1,ngrid
    55             if (alim_star_tot(ig) > 1.e-10 ) then
     55            if (alim_star_tot(ig) > 1.e-10 ) THEN
    5656               alim_star(ig,l)=alim_star(ig,l)/alim_star_tot(ig)
    5757            endif
Note: See TracChangeset for help on using the changeset viewer.