Changeset 3532 for trunk/LMDZ.COMMON/libf/evolution/ice_table_mod.F90
- Timestamp:
- Dec 4, 2024, 4:04:54 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/ice_table_mod.F90
r3527 r3532 401 401 ! Locals 402 402 ! ------ 403 integer :: ik ! Loop variables 403 integer :: ik ! Loop variables 404 404 integer :: indexice ! Index of the ice 405 405 … … 412 412 if(ice_depth < mlayer_PEM(0)) then 413 413 indexice = 0. 414 else 414 else 415 415 do ik = 0,nsoil - 2 ! go through all the layers to find the ice locations 416 416 if (mlayer_PEM(ik) <= ice_depth .and. mlayer_PEM(ik + 1) > ice_depth) then
Note: See TracChangeset
for help on using the changeset viewer.