Changeset 3492


Ignore:
Timestamp:
Nov 5, 2024, 4:46:57 PM (2 weeks ago)
Author:
jbclement
Message:

PEM:
Correction in the formula to update the potential temperature introduced in r3442.
JBC

Location:
trunk/LMDZ.COMMON/libf/evolution
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r3490 r3492  
    449449Update and correction for the visualization of the layerings over time.
    450450
    451 24/10/2024 == EV
     451== 24/10/2024 == EV
    452452adding the NS dynamic subsurface ice module in the PEM
    453453
     
    457457== 04/11/2024 == JBC
    458458Correction of initialization of 'icetable_dynamic' and the management of the flag.
     459
     460== 05/11/2024 == JBC
     461Correction in the formula to update the potential temperature introduced in r3442.
  • trunk/LMDZ.COMMON/libf/evolution/pem.F90

    r3490 r3492  
    11631163    do l = 1,nlayer
    11641164        do i = 1,ip1jmp1
    1165             teta(i,l)= teta(i,l)*(1 + (ps(i) - ps0(i))*year_iter/ps(i))**kappa
     1165            teta(i,l)= teta(i,l)*(ps0(i)/ps(i))**kappa
    11661166        enddo
    11671167    enddo
Note: See TracChangeset for help on using the changeset viewer.