Ignore:
Timestamp:
Apr 2, 2026, 9:15:00 AM (6 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/vdif_kc.F

    r4146 r4164  
    55      use callkeys_mod, only: generic_condensation,
    66     &                        virtual_theta_correction,thermo_phy
    7       use thermo_mod, only: rcp
     7      use pcm_thermodynamics_mod, only: rcp
    88      use tracer_h
    99      IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.