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/dynphy_lonlat/phylmd/etat0phys_netcdf.F90

    r5113 r5116  
    281281  CALL pbl_surface_init( fder, snsrf, qsurf, tsoil )
    282282
    283   IF (iflag_pbl>1 .AND. iflag_wake>=1  .AND. iflag_pbl_split >=1) then
     283  IF (iflag_pbl>1 .AND. iflag_wake>=1  .AND. iflag_pbl_split >=1) THEN
    284284     delta_tsurf = 0.
    285285     beta_aridity = 0.
     
    539539  do j=2,jmp1-1
    540540     PRINT*,'avant if ',cos(rlatu(j)),coslat0
    541      if (cos(rlatu(j))<coslat0) then
     541     if (cos(rlatu(j))<coslat0) THEN
    542542         ! nb de pts affectes par le filtrage de part et d'autre du pt
    543543         ifiltre=(coslat0/cos(rlatu(j))-1.)/2.
     
    548548         wwf(ifiltre+1)=(coslat0/cos(rlatu(j))-1.)/2.-ifiltre
    549549         do i=1,imp1-1
    550             if (masque(i,j)>0.9) then
     550            if (masque(i,j)>0.9) THEN
    551551               ssz=phis(i,j)
    552552               do ifi=1,ifiltre+1
Note: See TracChangeset for help on using the changeset viewer.