Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (3 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/writedynav.F90

    r5116 r5117  
    55  USE ioipsl
    66  USE infotrac, ONLY: nqtot
    7   use com_io_dyn_mod, ONLY: histaveid, histvaveid, histuaveid
     7  USE com_io_dyn_mod, ONLY: histaveid, histvaveid, histuaveid
    88  USE comconst_mod, ONLY: cpp
    99  USE temps_mod, ONLY: itau_dyn
     
    4747  !   Variables locales
    4848
    49   integer ndex2d(ip1jmp1), ndexu(ip1jmp1*llm), ndexv(ip1jm*llm)
     49  INTEGER ndex2d(ip1jmp1), ndexu(ip1jmp1*llm), ndexv(ip1jm*llm)
    5050  INTEGER iq, ii, ll
    51   real tm(ip1jmp1*llm)
     51  REAL tm(ip1jmp1*llm)
    5252  REAL vnat(ip1jm, llm), unat(ip1jmp1, llm)
    53   logical ok_sync
    54   integer itau_w
     53  LOGICAL ok_sync
     54  INTEGER itau_w
    5555
    5656  !-----------------------------------------------------------------
     
    120120  ! CALL histwrite(histaveid, 'phis', itau_w, phis, iip1*jjp1, ndex2d)
    121121
    122   if (ok_sync) THEN
     122  IF (ok_sync) THEN
    123123     CALL histsync(histaveid)
    124124     CALL histsync(histvaveid)
Note: See TracChangeset for help on using the changeset viewer.