Changeset 6139 for LMDZ6/trunk/libf


Ignore:
Timestamp:
Mar 26, 2026, 10:23:23 PM (5 days ago)
Author:
lguez
Message:

Duplicate r6124 in phylmdiso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r6138 r6139  
    3838    USE conf_phys_m , ONLY : aerosol_couple
    3939    USE conf_phys_m , ONLY : chemistry_couple
    40     USE conf_phys_m , ONLY : flag_aerosol
     40    USE conf_phys_m , ONLY : flag_aerosol, read_climoz
    4141    USE conf_phys_m , ONLY : flag_bc_internal_mixture
    4242    USE conf_phys_m , ONLY : solarlong0,alp_offset,flag_aer_feedback,flag_aerosol_strat
     
    11361136    ! VARIABLES RELATED TO OZONE CLIMATOLOGIES
    11371137    ! Note that pressure vectors are in Pa and in stricly ascending order
    1138     INTEGER,SAVE :: read_climoz                ! Read ozone climatology
    1139     !     Allowed values are 0, 1 and 2
    1140     !     0: do not read an ozone climatology
    1141     !     1: read a single ozone climatology that will be used day and night
    1142     !     2: read two ozone climatologies, the average day and night
    1143     !     climatology and the daylight climatology
    11441138    INTEGER,SAVE :: ncid_climoz                ! NetCDF file identifier
    11451139    REAL, ALLOCATABLE, SAVE :: press_cen_climoz(:) ! Pressure levels
    11461140    REAL, ALLOCATABLE, SAVE :: press_edg_climoz(:) ! Edges of pressure intervals
    11471141    REAL, ALLOCATABLE, SAVE :: time_climoz(:)      ! Time vector
    1148     !$OMP THREADPRIVATE(read_climoz, ncid_climoz, press_cen_climoz)
     1142    !$OMP THREADPRIVATE(ncid_climoz, press_cen_climoz)
    11491143    !$OMP THREADPRIVATE(press_edg_climoz, time_climoz)
    11501144    CHARACTER(LEN=13), PARAMETER :: vars_climoz(2) &
     
    13451339       !
    13461340       !     appel a la lecture du run.def physique
    1347        CALL conf_phys( read_climoz )
     1341       CALL conf_phys
    13481342       CALL init_etat0_limit_unstruct
    13491343       IF (.NOT. create_etat0_limit) CALL init_limit_read(days_elapsed)
Note: See TracChangeset for help on using the changeset viewer.