Ignore:
Timestamp:
Mar 23, 2026, 11:31:30 PM (12 days 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/physiq_mod.F90

    r6123 r6124  
    6767    USE conf_phys_m , ONLY : aerosol_couple
    6868    USE conf_phys_m , ONLY : chemistry_couple
    69     USE conf_phys_m , ONLY : flag_aerosol
     69    USE conf_phys_m , ONLY : flag_aerosol, read_climoz
    7070    USE conf_phys_m , ONLY : flag_bc_internal_mixture
    7171    USE conf_phys_m , ONLY : solarlong0,alp_offset,flag_aer_feedback,flag_aerosol_strat
     
    10631063    ! VARIABLES RELATED TO OZONE CLIMATOLOGIES
    10641064    ! Note that pressure vectors are in Pa and in stricly ascending order
    1065     INTEGER,SAVE :: read_climoz                ! Read ozone climatology
    1066     !     Allowed values are 0, 1 and 2
    1067     !     0: do not read an ozone climatology
    1068     !     1: read a single ozone climatology that will be used day and night
    1069     !     2: read two ozone climatologies, the average day and night
    1070     !     climatology and the daylight climatology
    10711065    INTEGER,SAVE :: ncid_climoz                ! NetCDF file identifier
    10721066    REAL, ALLOCATABLE, SAVE :: press_cen_climoz(:) ! Pressure levels
    10731067    REAL, ALLOCATABLE, SAVE :: press_edg_climoz(:) ! Edges of pressure intervals
    10741068    REAL, ALLOCATABLE, SAVE :: time_climoz(:)      ! Time vector
    1075     !$OMP THREADPRIVATE(read_climoz, ncid_climoz, press_cen_climoz)
     1069    !$OMP THREADPRIVATE(ncid_climoz, press_cen_climoz)
    10761070    !$OMP THREADPRIVATE(press_edg_climoz, time_climoz)
    10771071
     
    12651259       !
    12661260       !     appel a la lecture du run.def physique
    1267        CALL conf_phys( read_climoz )
     1261       CALL conf_phys
    12681262
    12691263       CALL init_etat0_limit_unstruct
Note: See TracChangeset for help on using the changeset viewer.