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

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d_common/pentes_ini.f90

    r5116 r5117  
    5858  INTEGER :: ismax,ismin,lati,latf
    5959  EXTERNAL  SSUM, ismin,ismax
    60   logical :: first
     60  LOGICAL :: first
    6161  save first
    6262  !   fin modif
     
    7272  limit = .TRUE.
    7373  pente_max=2
    74   ! if (mode.eq.1.or.mode.eq.3) THEN
    75   ! if (mode.eq.1) THEN
    76   if (mode>=1) THEN
     74  ! if (mode.EQ.1.OR.mode.EQ.3) THEN
     75  ! if (mode.EQ.1) THEN
     76  IF (mode>=1) THEN
    7777    lati=2
    7878    latf=jjm
     
    8080    lati=1
    8181    latf=jjp1
    82   endif
     82  ENDIF
    8383
    8484  qmin=0.4995
     
    110110    ENDDO
    111111
    112   endif
     112  ENDIF
    113113  !   Fin modif Fred
    114114
     
    245245        sx(1,jjp1,l)=sx(iip1,jjp1,l)
    246246      enddo
    247   endif
    248 
    249   if (mode==4) THEN
     247  ENDIF
     248
     249  IF (mode==4) THEN
    250250     do l=1,llm
    251251        do i=1,iip1
     
    256256        enddo
    257257     enddo
    258   endif
     258  ENDIF
    259259  CALL limx(s0,sx,sm,pente_max)
    260260  ! CALL minmaxq(zq,1.e33,-1.e33,'avant advx     ')
    261261   CALL advx( limit,.5*dtvr,pbaru,sm,s0,sx,sy,sz,lati,latf)
    262262  ! CALL minmaxq(zq,1.e33,-1.e33,'avant advy     ')
    263   if (mode==4) THEN
     263  IF (mode==4) THEN
    264264     do l=1,llm
    265265        do i=1,iip1
     
    270270        enddo
    271271     enddo
    272   endif
     272  ENDIF
    273273   CALL   limy(s0,sy,sm,pente_max)
    274274   CALL advy( limit,.5*dtvr,pbarv,sm,s0,sx,sy,sz )
     
    282282   CALL limz(s0,sz,sm,pente_max)
    283283   CALL advz( limit,dtvr,w,sm,s0,sx,sy,sz )
    284   if (mode==4) THEN
     284  IF (mode==4) THEN
    285285     do l=1,llm
    286286        do i=1,iip1
     
    291291        enddo
    292292     enddo
    293   endif
     293  ENDIF
    294294    CALL limy(s0,sy,sm,pente_max)
    295295   CALL advy( limit,.5*dtvr,pbarv,sm,s0,sx,sy,sz )
     
    306306
    307307  ! CALL minmaxq(zq,1.e33,-1.e33,'avant advx     ')
    308   if (mode==4) THEN
     308  IF (mode==4) THEN
    309309     do l=1,llm
    310310        do i=1,iip1
     
    315315        enddo
    316316     enddo
    317   endif
     317  ENDIF
    318318   CALL limx(s0,sx,sm,pente_max)
    319319   CALL advx( limit,.5*dtvr,pbaru,sm,s0,sx,sy,sz,lati,latf)
Note: See TracChangeset for help on using the changeset viewer.