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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.