Changeset 4112


Ignore:
Timestamp:
Mar 9, 2026, 5:05:35 PM (5 days ago)
Author:
emillour
Message:

Generic PCM:
Correction for rcm1d: To allocate tsoil at the requested size (nsoilmx) there
must be a call to getin("nsoilmx",nsoilmx) in rcm1d before the call to routine
phys_state_var_init.
EM

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/changelog.txt

    r4097 r4112  
    22012201turn rad_tridiagonal_matrix_solver.F into a module.
    22022202
     2203== 09/03/2026 == EM
     2204Correction for rcm1d: To allocate tsoil at the requested size (nsoilmx) there
     2205must be a call to getin("nsoilmx",nsoilmx) in rcm1d before the call to routine
     2206phys_state_var_init.
  • trunk/LMDZ.GENERIC/libf/phygeneric/dyn1d/rcm1d.F

    r4077 r4112  
    268268      naerkind=0 !default
    269269      call getin("naerkind",naerkind)
     270      ! and also initialize nsoilmx (default value of nsoilmx set in comsoil_h)
     271      call getin("nsoilmx",nsoilmx)
    270272
    271273      call phys_state_var_init(nq)
Note: See TracChangeset for help on using the changeset viewer.