Ignore:
Timestamp:
Apr 13, 2026, 3:46:01 PM (19 hours ago)
Author:
tbertrand
Message:

PLUTO PCM:
Some fix for the paleo mode
TB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/phyredem.F90

    r4026 r4184  
    2020  use mod_grid_phy_lmdz, only : klon_glo
    2121  use planete_mod, only: year_day, periastr, apoastr, peri_day, &
    22                          obliquit, z0, lmixmin, emin_turb
     22                         obliquit, z0, tpal, adjust
    2323  use comcstfi_mod, only: rad, omeg, g, mugaz, rcp
    2424  use time_phylmdz_mod, only: daysec
     
    117117! Boundary layer and turbulence
    118118  tab_cntrl(19) = z0        ! surface roughness (m) ~0.01
    119   tab_cntrl(20) = lmixmin   ! mixing length ~100
    120   tab_cntrl(21) = emin_turb ! minimal energy ~1.e-8
     119  tab_cntrl(20) = tpal
     120  tab_cntrl(21) = adjust
    121121
    122122! Optical properties of polar caps and ground emissivity
     
    255255  use mod_grid_phy_lmdz, only : klon_glo
    256256  use planete_mod, only: year_day, periastr, apoastr, peri_day, &
    257                          obliquit, z0, lmixmin, emin_turb
     257                         obliquit, z0 
    258258  use comcstfi_mod, only: rad, omeg, g, mugaz, rcp
    259259  use time_phylmdz_mod, only: daysec
Note: See TracChangeset for help on using the changeset viewer.