Changeset 3486 for trunk/LMDZ.COMMON/libf/evolution/dyn_ss_ice_m.f90
- Timestamp:
- Oct 29, 2024, 2:53:13 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/dyn_ss_ice_m.f90
r3470 r3486 138 138 ! enddo 139 139 140 print *,'History begins here'140 !print *,'History begins here' 141 141 porefill(1:nz,1:NP) = porefill_in(1:nz,1:NP) 142 142 zdepthT(1:NP) = ssi_depth_in … … 150 150 ! print *,'T_after= ',Tb(:) 151 151 ! print *,'z= ',z(:) 152 print *,'Zt= ',ZdepthT153 152 ! print *,'Zt= ',ZdepthT 153 ssi_depth=ZdepthT(1) 154 154 ! if (abs(mod(icetime/100.,1.d0))<1.e-3) then ! output every 1000 years 155 155 ! do k=1,NP … … 163 163 ! enddo 164 164 ! endif 165 print *,icetime165 ! print *,icetime 166 166 if (icetime>=tlast) exit 167 167 enddo
Note: See TracChangeset
for help on using the changeset viewer.