Ignore:
Timestamp:
Feb 25, 2026, 1:12:05 PM (4 days ago)
Author:
emillour
Message:

Generic PCM:
More tidying concerning OpenMP and radiative transfert routines. Ideally all
saved variables should be threadprivate (even though it is not always necessary)
It is also better practice to only read in data from file via the master core
and then broadcast the information (works for both MPI and OpenMP).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phygeneric/physiq_mod.F90

    r4081 r4083  
    2626      use rad_correlatedk_init_stellar_mod, only: rad_correlatedk_init_stellar
    2727      use rad_correlatedk_init_thermal_mod, only: rad_correlatedk_init_thermal
     28      use rad_correlatedk_read_opacity_tables_mod, only: rad_correlatedk_read_opacity_tables
    2829      use aerosol_radius, only: aerosol_radius_h2o_liquid_ice_mixture, aerosol_radius_co2
    2930      use aerosol_global_variables , only: aerosol_init, iaero_co2, iaero_h2o
Note: See TracChangeset for help on using the changeset viewer.