Ignore:
Timestamp:
Mar 10, 2026, 4:52:43 PM (8 days ago)
Author:
jbclement
Message:

PEM:

  • Remove 'd_h2oice' and 'd_co2ice' arguments from adsorption and soil thermal inertia routines (not needed and possible bugs).
  • Move 'read_callphys' call from 'read_start1D' to 'read_rundef' so that 'CO2cond_ps' is initialized no matter what.
  • Explicit initialization of 'delta_h2o_ads'/'delta_co2_ads' before 'read_startpem'.
  • Add time index argument to 'put_var_nc' calls to write "restart.nc".
  • Increase temporary string buffer size for 'real2str_qp'.
  • Fixed some typos.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/pem_workflow_lib.sh

    r4110 r4117  
    2828    if ! command -v "$1" >/dev/null 2>&1; then
    2929        echo "Error: required command '$1' not found."
    30         echo "Please install or load the corresonding library."
     30        echo "Please install or load the corresponding library."
    3131        abort_workflow
    3232    fi
Note: See TracChangeset for help on using the changeset viewer.