Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (2 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_env.F90

    r5103 r5116  
    8585   do ig=1,ngrid
    8686      do ll=1,nlay-1
    87          if ((zh(ig,ll)>273.15).and.(zh(ig,ll+1)<=273.15)) then
     87         if ((zh(ig,ll)>273.15).and.(zh(ig,ll+1)<=273.15)) THEN
    8888            lcong(ig)=ll+1
    8989            lintercong(ig)=(ll*(zh(ig,ll+1)-zh(ig,ll))  &
Note: See TracChangeset for help on using the changeset viewer.