Ignore:
Timestamp:
Jul 2, 2018, 12:47:51 AM (6 years ago)
Author:
jvatant
Message:

Add some XIOS outputs and update deftank xml list of outputs
--JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90

    r1956 r1957  
    15861586      CALL send_xios_field("area",cell_area)
    15871587      CALL send_xios_field("pphi",pphi)
     1588      CALL send_xios_field("pphis",phisfi)
    15881589     
    15891590      CALL send_xios_field("ps",ps)
    15901591      CALL send_xios_field("tsurf",tsurf)
     1592
     1593      if(enertest) then
     1594         if (calldifv) then
     1595            CALL send_xios_field("sensibFlux",sensibFlux)
     1596         endif
     1597      endif
    15911598
    15921599      CALL send_xios_field("temp",zt)
Note: See TracChangeset for help on using the changeset viewer.