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

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/output_physiqex_mod.F90

    r5113 r5116  
    3535real,intent(in) :: ptke(klon,klev) !tke
    3636
    37 real :: t_ops ! frequency of the IOIPSL operations (eg average over...)
    38 real :: t_wrt ! frequency of the IOIPSL outputs
    39 integer :: zvertid ! vertical coordinate ID
    40 real :: dtime
     37REAL :: t_ops ! frequency of the IOIPSL operations (eg average over...)
     38REAL :: t_wrt ! frequency of the IOIPSL outputs
     39INTEGER :: zvertid ! vertical coordinate ID
     40REAL :: dtime
    4141
    4242integer,save :: iwrite_phys=1 ! output every iwrite_phys physics step
    4343!$OMP THREADPRIVATE(iwrite_phys)
    44 integer :: nhori ! horizontal coordinate ID
     44INTEGER :: nhori ! horizontal coordinate ID
    4545integer,save :: nid_hist ! output file ID
    4646!$OMP THREADPRIVATE(nid_hist)
     
    5353PRINT*,'nnnnnnn ',nid_hist,debut,itau
    5454
    55 IF(debut)then
    56 
     55IF(debut)THEN
    5756   CALL getin_p("iwrite_phys",iwrite_phys)
    5857
     
    6766itau=itau+1
    6867
    69 IF (modulo(itau,iwrite_phys)==0) then
     68IF (modulo(itau,iwrite_phys)==0) THEN
    7069     CALL iophys_ecrit('temp',klev,'Temperature','K',t)
    7170     CALL iophys_ecrit('u',klev,'zonal wind','m/s',u)
Note: See TracChangeset for help on using the changeset viewer.