Ignore:
Timestamp:
Jul 26, 2024, 7:20:23 PM (12 months ago)
Author:
abarral
Message:

Put iotd* into lmdz_iotd.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/bilan_dyn.F90

    r5134 r5135  
    6060
    6161
    62   !ym      character*6 nom(nQ)
    63   !ym      character*6 unites(nQ)
    64   character*6, save :: nom(nQ)
    65   character*6, save :: unites(nQ)
     62  !ym      CHARACTER*6 nom(nQ)
     63  !ym      CHARACTER*6 unites(nQ)
     64  CHARACTER*6, save :: nom(nQ)
     65  CHARACTER*6, save :: unites(nQ)
    6666
    6767  CHARACTER(LEN = 10) :: file
     
    116116  parameter (ntr = 5)
    117117
    118   !ym      character*10 znom(ntr,nQ)
    119   !ym      character*20 znoml(ntr,nQ)
    120   !ym      character*10 zunites(ntr,nQ)
    121   character*10, save :: znom(ntr, nQ)
    122   character*20, save :: znoml(ntr, nQ)
    123   character*10, save :: zunites(ntr, nQ)
     118  !ym      CHARACTER*10 znom(ntr,nQ)
     119  !ym      CHARACTER*20 znoml(ntr,nQ)
     120  !ym      CHARACTER*10 zunites(ntr,nQ)
     121  CHARACTER*10, save :: znom(ntr, nQ)
     122  CHARACTER*20, save :: znoml(ntr, nQ)
     123  CHARACTER*10, save :: zunites(ntr, nQ)
    124124
    125125  INTEGER :: iave, itot, immc, itrs, istn
Note: See TracChangeset for help on using the changeset viewer.