Ignore:
Timestamp:
Jun 24, 2025, 5:29:54 PM (5 days ago)
Author:
afalco
Message:

Pluto: non-oro gravity waves: imported fix from LMDZ terrestrial model for poles. Allowed to output tendencies.
AF

File:
1 edited

Legend:

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

    r3812 r3813  
    22532253      call write_output('dtaui_17','Layer optical thickness attenuation in IR band','',int_dtaui(:,nlayer:1:-1,17))
    22542254
     2255      if (calllott) then
     2256        call write_output("zdugw","tendancy U lott","m s-2",zdugw)
     2257        call write_output("zdvgw","tendancy V lott","m s-2",zdvgw)
     2258        call write_output("zdtgw","tendancy T lott","K s-1",zdtgw)
     2259      endif
     2260     
    22552261      ! Output tracers.
    22562262      if (tracer) then
Note: See TracChangeset for help on using the changeset viewer.