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

    r5116 r5117  
    5252
    5353  INTEGER :: icum, ncum
    54   logical :: first
     54  LOGICAL :: first
    5555  REAL :: zz, zqy, zfactv(jjm, llm)
    5656
     
    169169  ndex3d = 0
    170170
    171   if (first) THEN
     171  IF (first) THEN
    172172    icum = 0
    173173    ! initialisation des fichiers
     
    175175    !   ncum est la frequence de stokage en pas de temps
    176176    ncum = dt_cum / dt_app
    177     if (abs(ncum * dt_app - dt_cum)>1.e-5 * dt_app) THEN
     177    IF (abs(ncum * dt_app - dt_cum)>1.e-5 * dt_app) THEN
    178178      WRITE(lunout, *) &
    179179              'Pb : le pas de cumule doit etre multiple du pas'
     
    183183    endif
    184184
    185     if (i_sortie==1) THEN
     185    IF (i_sortie==1) THEN
    186186      file = 'dynzon'
    187187      CALL inigrads(ifile, 1 &
     
    295295    CALL histend(fileid)
    296296
    297   endif
     297  ENDIF
    298298
    299299
     
    334334    flux_vQ_cum = 0.
    335335    flux_uQ_cum = 0.
    336   endif
     336  ENDIF
    337337
    338338  IF (prt_level > 5) &
     
    407407  !   PAS DE TEMPS D'ECRITURE
    408408  !=====================================================================
    409   if (icum==ncum) THEN
     409  IF (icum==ncum) THEN
    410410    !=====================================================================
    411411
     
    528528    ! PRINT*,'4OK'
    529529    !   sorties proprement dites
    530     if (i_sortie==1) THEN
     530    IF (i_sortie==1) THEN
    531531      do iQ = 1, nQ
    532532        do itr = 1, ntr
     
    573573    !/////////////////////////////////////////////////////////////////////
    574574    icum = 0                  !///////////////////////////////////////
    575   endif ! icum.eq.ncum    !///////////////////////////////////////
     575  ENDIF ! icum.EQ.ncum    !///////////////////////////////////////
    576576  !/////////////////////////////////////////////////////////////////////
    577577  !=====================================================================
Note: See TracChangeset for help on using the changeset viewer.