Changeset 3763 for trunk/LMDZ.PLUTO/libf


Ignore:
Timestamp:
May 15, 2025, 11:35:37 AM (8 weeks ago)
Author:
afalco
Message:

Pluto: corrected tendency used for orographic gravity waves module
(Mars vs Generic ways of doing things)
AF

Location:
trunk/LMDZ.PLUTO/libf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto/newstart.F

    r3745 r3763  
    535535        write(*,*) ''
    536536        write(*,*) 'Please choose the relevant file',
    537      &  ' (e.g. "surface_mars.nc")'
     537     &  ' (e.g. "surface_pluto.nc")'
    538538        write(*,*) ' or "none" to not use any (and set planetary'
    539539        write(*,*) '  albedo and surface thermal inertia)'
  • trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90

    r3754 r3763  
    11551155      IF(calllott)THEN
    11561156        CALL calldrag_noro(ngrid,nlayer,ptimestep, &
    1157                            zplay,zplev,pt,pu,pv,zdtgw,zdugw,zdvgw)
     1157                           pplay,pplev,pt,pu,pv,zdtgw,zdugw,zdvgw)
    11581158
    11591159        DO l=1,nlayer
Note: See TracChangeset for help on using the changeset viewer.