Changeset 3789 for trunk/LMDZ.COMMON/libf/evolution/pemredem.F90
- Timestamp:
- Jun 3, 2025, 5:19:45 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/pemredem.F90
r3778 r3789 104 104 call put_field('stratif_slope'//num//'_h_dust','Layering dust height',stratif_array(:,islope,:,4),Year) 105 105 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) 107 107 enddo 108 108 deallocate(stratif_array)
Note: See TracChangeset
for help on using the changeset viewer.