Changeset 3688 for trunk/LMDZ.PLUTO/libf


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

Pluto: xios: added missing fields.
added explanation of newstart folder in deftank.
AF

File:
1 edited

Legend:

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

    r3685 r3688  
    21292129      call write_output("ps","Surface pressure","Pa",ps)
    21302130      call write_output("emis","Emissivity","",emis)
    2131       !if (grid_type == regular_lonlat) then
    2132       !     call write_output("area","Mesh area","m2", &
    2133       !                      cell_area_for_lonlat_outputs)
    2134       !   else ! unstructured grid (e.g. dynamico)
    2135       !     call write_output("area","Mesh area","m2",cell_area)
    2136       !endif
     2131      if (grid_type == regular_lonlat) then
     2132          call write_output("area","Mesh area","m2", &
     2133                           cell_area_for_lonlat_outputs)
     2134        else ! unstructured grid (e.g. dynamico)
     2135          call write_output("area","Mesh area","m2",cell_area)
     2136      endif
    21372137
    21382138      if (fast) then
Note: See TracChangeset for help on using the changeset viewer.