Ignore:
Timestamp:
Feb 17, 2026, 2:45:53 PM (11 days ago)
Author:
jbclement
Message:

PEM:

  • Correct management of H2O ice tendency in 1D when there is not enough ice anymore.
  • Clean initialization of allocatable module arrays (especially needed when no slope)
  • One more renaming for consistency + few small updates thoughout the code.

JBC

File:
1 edited

Legend:

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

    r4071 r4074  
    283283if (.not. allocated(ecc_lask)) allocate(ecc_lask(n))
    284284if (.not. allocated(lsp_lask)) allocate(lsp_lask(n))
     285year_lask(:) = 0._dp
     286obl_lask(:) = 0._dp
     287ecc_lask(:) = 0._dp
     288lsp_lask(:) = 0._dp
    285289
    286290END SUBROUTINE ini_orbit
Note: See TracChangeset for help on using the changeset viewer.