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/dyn3dmem/writedyn_xios.F90

    r5116 r5117  
    88  USE misc_mod
    99  USE infotrac, ONLY: nqtot
    10   use com_io_dyn_mod, ONLY: histaveid, histvaveid, histuaveid
     10  USE com_io_dyn_mod, ONLY: histaveid, histvaveid, histuaveid
    1111  USE comconst_mod, ONLY: cpp
    1212  USE temps_mod, ONLY: itau_dyn
     
    4747  REAL phis(ijb_u:ije_u)
    4848  REAL q(ijb_u:ije_u, llm, nqtot)
    49   integer time
     49  INTEGER time
    5050
    5151
     
    5757  REAL, SAVE, ALLOCATABLE :: vnat(:, :), unat(:, :)
    5858  REAL, SAVE, ALLOCATABLE :: vbuffer(:, :)
    59   logical ok_sync
    60   integer itau_w
     59  LOGICAL ok_sync
     60  INTEGER itau_w
    6161  INTEGER :: ijb, ije, jjn
    6262  LOGICAL, SAVE :: first = .TRUE.
Note: See TracChangeset for help on using the changeset viewer.