Ignore:
Timestamp:
Nov 12, 2024, 6:35:33 PM (9 days ago)
Author:
jbclement
Message:

PEM:
Few corrections related to r3498 (time step from integer to real) and r3493 (Norbert Schorghofer's subroutines for dynamic ice table) in order to make the code work properly.
JBC

File:
1 edited

Legend:

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

    r3498 r3512  
    2828
    2929allocate(icetable_depth(ngrid,nslope))
    30 if (icetable_equilibrium) then
    31     allocate(icetable_thickness(ngrid,nslope))
    32 else if (icetable_dynamic) then
    33     allocate(ice_porefilling(ngrid,nsoil,nslope))
    34 endif
     30allocate(icetable_thickness(ngrid,nslope))
     31allocate(ice_porefilling(ngrid,nsoil,nslope))
    3532
    3633END SUBROUTINE ini_ice_table
Note: See TracChangeset for help on using the changeset viewer.