Changeset 3492
- Timestamp:
- Nov 5, 2024, 4:46:57 PM (2 weeks ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3490 r3492 449 449 Update and correction for the visualization of the layerings over time. 450 450 451 24/10/2024 == EV451 == 24/10/2024 == EV 452 452 adding the NS dynamic subsurface ice module in the PEM 453 453 … … 457 457 == 04/11/2024 == JBC 458 458 Correction of initialization of 'icetable_dynamic' and the management of the flag. 459 460 == 05/11/2024 == JBC 461 Correction in the formula to update the potential temperature introduced in r3442. -
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r3490 r3492 1163 1163 do l = 1,nlayer 1164 1164 do i = 1,ip1jmp1 1165 teta(i,l)= teta(i,l)*( 1 + (ps(i) - ps0(i))*year_iter/ps(i))**kappa1165 teta(i,l)= teta(i,l)*(ps0(i)/ps(i))**kappa 1166 1166 enddo 1167 1167 enddo
Note: See TracChangeset
for help on using the changeset viewer.