Ignore:
Timestamp:
Apr 8, 2026, 11:36:16 AM (2 days ago)
Author:
jbclement
Message:

PEM:
Refactor of H2O flux balancing:

  • centralizes flux balancing logic;
  • removes intermediate variables, especially related to of H2O mass bookkeeping;
  • adds new stopping criterion when H2O flux balance fails8 (sanity check);
  • introduces configurable weighting strategies for H2O flux balancing.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/sorption.F90

    r4170 r4174  
    142142use slopes,     only: subslope_dist, def_slope_mean
    143143use atmosphere, only: ap, bp
    144 use physics,    only: alpha_clap_h2o, beta_clap_h2o, m_h2o, m_co2, A, B
     144use physics,    only: alpha_clap_h2o, beta_clap_h2o, m_h2o, A, B
    145145use maths,      only: pi
    146146
Note: See TracChangeset for help on using the changeset viewer.