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/ener_conserv.F90

    r5111 r5116  
    7373   DO k = 1, klev
    7474   DO i = 1, klon
    75      IF (fl_cor_ebil > 0) then
     75     IF (fl_cor_ebil > 0) THEN
    7676       ZRCPD = RCPD*(1.0+RVTMP2*(pqn(i,k)+pqln(i,k)+pqsn(i,k)))
    7777     ELSE
     
    165165!----------------------------------------------------------------------------
    166166
    167    if (iflag_ener_conserv==2) then
     167   if (iflag_ener_conserv==2) THEN
    168168      zu(:,:)=puo(:,:)
    169169      zv(:,:)=pvo(:,:)
Note: See TracChangeset for help on using the changeset viewer.