Ignore:
Timestamp:
Apr 2, 2026, 9:15:00 AM (11 days ago)
Author:
emillour
Message:

Genric PCM:
Some changes following the "thermodynamics update":

  • bug fix on the size of pplev
  • renaming the module to something more explicit (thermo_mod.F90 => pcm_thermodynamics_mod.F90) and the Exner&potential temperature update routine "thermodynamics" => "thermodynamics_update"
  • some optimizations in "thermodynamics_update" : in the 'thermo_uni_ideal' case seting r(),cpp() and rcp() can be done at first call only.

EM

File:
1 edited

Legend:

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

    r4146 r4164  
    3838      use tracer_h, only: constants_epsi_generic
    3939      use comcstfi_mod, only: pi, mugaz_ref
    40       use thermo_mod, only: cpp
     40      use pcm_thermodynamics_mod, only: cpp
    4141      use callkeys_mod, only: varactive,diurnal,tracer,water,varfixed,satval, &
    4242                              diagdtau,kastprof,strictboundcorrk,specOLR, &
Note: See TracChangeset for help on using the changeset viewer.