Changeset 3537 for trunk/LMDZ.COMMON/libf/evolution/pem.F90
- Timestamp:
- Dec 6, 2024, 5:47:19 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r3532 r3537 995 995 if (icetable_equilibrium) then 996 996 call writediagpem(ngrid,'ssi_depth_slope'//str2,'ice table depth','m',2,icetable_depth(:,islope)) 997 call writediagpem(ngrid,'ssi_thick_slope'//str2,'ice table depth','m',2,icetable_thickness(:,islope))997 call writediagpem(ngrid,'ssi_thick_slope'//str2,'ice table thickness','m',2,icetable_thickness(:,islope)) 998 998 else if (icetable_dynamic) then 999 999 call writediagpem(ngrid,'ssi_depth_slope'//str2,'ice table depth','m',2,icetable_depth(:,islope)) 1000 call writediagpem(ngrid,'ssi_thick_slope'//str2,'ice table depth','m',2,icetable_thickness(:,islope))1001 1000 endif 1002 1001 … … 1004 1003 call writediagsoilpem(ngrid,'tsoil_PEM_slope'//str2,'tsoil_PEM','K',3,tsoil_PEM(:,:,islope)) 1005 1004 call writediagsoilpem(ngrid,'inertiesoil_PEM_slope'//str2,'TI_PEM','K',3,TI_PEM(:,:,islope)) 1005 if (icetable_dynamic) call writediagpem(ngrid,'ice_porefilling'//str2,'ice pore filling','-',3,ice_porefilling(:,:,islope)) 1006 1006 if (adsorption_pem) then 1007 1007 call writediagsoilpem(ngrid,'co2_ads_slope'//str2,'co2_ads','K',3,co2_adsorbded_phys(:,:,islope)) … … 1070 1070 !------------------------ 1071 1071 ! III_a.1 Ice update (for startfi) 1072 1073 1072 watercap = 0. 1074 1073 perennial_co2ice = co2_ice … … 1210 1209 if (layering_algo) nb_str_max = get_nb_str_max(stratif,ngrid,nslope) ! Get the maximum number of "stratum" in the stratification (layerings) 1211 1210 call pemdem0("restartpem.nc",longitude,latitude,cell_area,ngrid,nslope,def_slope,subslope_dist) 1212 call pemdem1("restartpem.nc",i_myear,nsoilmx_PEM,ngrid,nslope,tsoil_PEM, & 1213 TI_PEM,icetable_depth,icetable_thickness,ice_porefilling, & 1211 call pemdem1("restartpem.nc",i_myear,nsoilmx_PEM,ngrid,nslope,tsoil_PEM,TI_PEM,icetable_depth,icetable_thickness,ice_porefilling, & 1214 1212 co2_adsorbded_phys,h2o_adsorbded_phys,h2o_ice,stratif) 1215 1213 write(*,*) "restartpem.nc has been written"
Note: See TracChangeset
for help on using the changeset viewer.