Ignore:
Timestamp:
Dec 26, 2021, 10:27:36 PM (2 years ago)
Author:
dcugnet
Message:

Fixes for previous commit:

  • few tracers(:)%nqChilds were errouneously replaced with tarcers(:)%nqDesc
  • minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3dmem/vlspltgen_loc.F

    r4050 r4052  
    346346        SELECT CASE(tracers(iq)%iadv)
    347347          CASE(0); CYCLE
    348           CASE(10); call vly_loc(zq,pente_max,zm,mv,iq)
     348          CASE(10); call   vly_loc(zq,pente_max,zm,mv,     iq)
    349349          CASE(14); call vlyqs_loc(zq,pente_max,zm,mv,qsat,iq)
    350350          CASE DEFAULT
Note: See TracChangeset for help on using the changeset viewer.