Ignore:
Timestamp:
Jun 3, 2025, 5:19:45 PM (2 weeks ago)
Author:
jbclement
Message:

PEM:
Few corrections for the layering algorithm, in particular when a dust lag layer is created.
JBC

File:
1 edited

Legend:

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

    r3778 r3789  
    104104        call put_field('stratif_slope'//num//'_h_dust','Layering dust height',stratif_array(:,islope,:,4),Year)
    105105        call put_field('stratif_slope'//num//'_h_pore','Layering pore height',stratif_array(:,islope,:,5),Year)
    106         call put_field('stratif_slope'//num//'_icepore_volfrac','Layering ice pore volume fraction',stratif_array(:,islope,:,6),Year)
     106        call put_field('stratif_slope'//num//'_poreice_volfrac','Layering ice pore volume fraction',stratif_array(:,islope,:,6),Year)
    107107    enddo
    108108    deallocate(stratif_array)
Note: See TracChangeset for help on using the changeset viewer.