Ignore:
Timestamp:
Dec 4, 2024, 4:04:54 PM (3 weeks ago)
Author:
jbclement
Message:

PEM:
Removing unecessary module/subroutine "interpol_TI_PEM2PCM.F90" + Few small corrections/cleanings.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/ice_table_mod.F90

    r3527 r3532  
    401401! Locals
    402402! ------
    403 integer :: ik       ! Loop variables 
     403integer :: ik       ! Loop variables
    404404integer :: indexice ! Index of the ice
    405405
     
    412412    if(ice_depth < mlayer_PEM(0)) then
    413413        indexice = 0.
    414     else     
     414    else
    415415        do ik = 0,nsoil - 2 ! go through all the layers to find the ice locations
    416416            if (mlayer_PEM(ik) <= ice_depth .and. mlayer_PEM(ik + 1) > ice_depth) then
Note: See TracChangeset for help on using the changeset viewer.