Ignore:
Timestamp:
Mar 23, 2026, 11:31:30 PM (3 weeks ago)
Author:
lguez
Message:

Upgrade read_climoz

To variable of module conf_phys_m.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/conf_phys_m.f90

    r6116 r6124  
    5656    !$OMP THREADPRIVATE(alp_offset)
    5757
    58 
     58    INTEGER, SAVE, protected:: read_climoz ! read ozone climatology
     59    !     Allowed values are 0, 1 and 2
     60    !     0: do not read an ozone climatology
     61    !     1: read a single ozone climatology that will be used day and night
     62    !     2: read two ozone climatologies, the average day and night
     63    !     climatology and the daylight climatology
     64    !$OMP THREADPRIVATE(read_climoz)
    5965
    6066CONTAINS
    6167
    62   SUBROUTINE conf_phys( read_climoz )
     68  SUBROUTINE conf_phys
    6369
    6470        USE compbl_mod_h
     
    121127    ! PC
    122128    ! Per-gas routing switches (Concentration "effective")
    123 
    124     INTEGER, INTENT(OUT):: read_climoz ! read ozone climatology, OpenMP shared
    125     ! Allowed values are 0, 1 and 2
    126     ! 0: do not read an ozone climatology
    127     ! 1: read a single ozone climatology that will be used day and night
    128     ! 2: read two ozone climatologies, the average day and night
    129     ! climatology and the daylight climatology
    130129
    131130    !-----------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.