Changeset 3694 for trunk/LMDZ.PLUTO/libf


Ignore:
Timestamp:
Mar 18, 2025, 3:52:13 PM (9 months ago)
Author:
afalco
Message:

Pluto: xios-linked changes, some new variables;
zrecast reads aps and bps in start.nc if it fails to find it in Xhistins.nc.
AF

File:
1 edited

Legend:

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

    r3692 r3694  
    21292129      call write_output("ps","Surface pressure","Pa",ps)
    21302130      call write_output("emis","Emissivity","",emis)
     2131      call write_output('phisfi','Surface Geopotential','m2s-2',phisfi)
    21312132      if (grid_type == regular_lonlat) then
    21322133          call write_output("area","Mesh area","m2", &
     
    21682169         call write_output("zzlay","Midlayer altitude", "m",zzlay(:,:))
    21692170         call write_output("zzlev","Interlayer altitude", "m",zzlev(:,1:nlayer))
    2170          !call write_output('pphi','Geopotential',' ',pphi)
     2171         call write_output('pphi','Geopotential','m2s-2',pphi)
    21712172
    21722173         call write_output("temperature","temperature","K",zt)
Note: See TracChangeset for help on using the changeset viewer.