Changeset 3563 for trunk/LMDZ.COMMON/libf/evolution/NS_dyn_ss_ice_m.F90
- Timestamp:
- Dec 17, 2024, 5:52:24 PM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/NS_dyn_ss_ice_m.F90
r3532 r3563 37 37 real(8) ssi_depth_in, ssi_depth, T1 38 38 real(8), dimension(NP) :: zdepthF, zdepthE, zdepthT, zdepthG 39 real(8), dimension( NMAX,NP) :: porefill, porefill_in39 real(8), dimension(nz,NP) :: porefill, porefill_in 40 40 real(8), dimension(nz) :: Tb 41 41 real(8), dimension(NP) :: Tmean1, Tmean3, avrho1 … … 152 152 !print *,'Zt0= ',ZdepthT 153 153 call icelayer_mars(timestep,nz,NP,thIn,rhoc,z,porosity,pfrost,Tb,zdepthF, & 154 & zdepthE,porefill (1:nz,:),Tmean1,Tmean3,zdepthG, &154 & zdepthE,porefill,Tmean1,Tmean3,zdepthG, & 155 155 & albedo,p0,icefrac,zdepthT,avrho1, & 156 156 & avrho1prescribed)
Note: See TracChangeset
for help on using the changeset viewer.