Ignore:
Timestamp:
Dec 1, 2022, 10:55:44 AM (23 months ago)
Author:
aslmd
Message:

Added value to XIOS output

Added the pressure as output of a dynamico run. No impact when using
another dynamical core.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90

    r2831 r2839  
    26182618      CALL send_xios_field("ps",ps)
    26192619      CALL send_xios_field("area",cell_area)
    2620      
     2620      CALL send_xios_field("p",pplay)
    26212621      CALL send_xios_field("temperature",zt)
    26222622      CALL send_xios_field("u",zu)
Note: See TracChangeset for help on using the changeset viewer.