Ignore:
Timestamp:
Feb 16, 2026, 10:28:56 AM (12 days ago)
Author:
jbclement
Message:

PEM:

  • Making the computation of ice tendencies more reliable by doing it after 'read_startpem' to know exactly where perennial ice is (no matter if there is a "startpem.nc" or not). Moreover, when there is no "startpem.nc", location of perennial ice depends now on 'watercaptag' and on huge amount of frost. This prevents negative ice tendency while there is no ice which can happen with weird PCM inputs (i.e. 'watercaptag' = F & 'watercap' /= 0 & no "stratpem.nc").
  • Few small safeguards throughout the code.

JBC

File:
1 edited

Legend:

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

    r4065 r4071  
    406406! DEPENDENCIES
    407407! ------------
    408 use maths,     only: pi
    409408use evolution, only: pem_ini_date
    410409use display,   only: print_msg
     
    572571
    573572use evolution,        only: pem_ini_date
    574 use maths,            only: pi
    575573use call_dayperi_mod, only: call_dayperi
    576574use stoppage,         only: stop_clean
Note: See TracChangeset for help on using the changeset viewer.