Ignore:
Timestamp:
Oct 29, 2024, 2:53:13 PM (4 weeks ago)
Author:
evos
Message:

we added the option to use NS dynamical subsurface ice in the model to more realisticly calculate the amount of ice in the subsurface and therfore the subsurface thermal inertia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/dyn_ss_ice_m.f90

    r3470 r3486  
    138138 ! enddo
    139139
    140   print *,'History begins here'
     140  !print *,'History begins here'
    141141 porefill(1:nz,1:NP) =  porefill_in(1:nz,1:NP)
    142142  zdepthT(1:NP) = ssi_depth_in
     
    150150   !  print *,'T_after=  ',Tb(:)
    151151 !    print *,'z=  ',z(:)
    152      print *,'Zt=  ',ZdepthT
    153       ssi_depth=ZdepthT(1)
     152 !    print *,'Zt=  ',ZdepthT
     153     ssi_depth=ZdepthT(1)
    154154    ! if (abs(mod(icetime/100.,1.d0))<1.e-3) then ! output every 1000 years
    155155    !    do k=1,NP
     
    163163  !      enddo
    164164  !   endif
    165      print *,icetime
     165!     print *,icetime
    166166     if (icetime>=tlast) exit
    167167  enddo
Note: See TracChangeset for help on using the changeset viewer.