Changeset 3694 for trunk/LMDZ.PLUTO/libf
- Timestamp:
- Mar 18, 2025, 3:52:13 PM (9 months ago)
- File:
-
- 1 edited
-
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3692 r3694 2129 2129 call write_output("ps","Surface pressure","Pa",ps) 2130 2130 call write_output("emis","Emissivity","",emis) 2131 call write_output('phisfi','Surface Geopotential','m2s-2',phisfi) 2131 2132 if (grid_type == regular_lonlat) then 2132 2133 call write_output("area","Mesh area","m2", & … … 2168 2169 call write_output("zzlay","Midlayer altitude", "m",zzlay(:,:)) 2169 2170 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) 2171 2172 2172 2173 call write_output("temperature","temperature","K",zt)
Note: See TracChangeset
for help on using the changeset viewer.
