Changeset 3688
- Timestamp:
- Mar 17, 2025, 3:18:04 PM (5 months ago)
- Location:
- trunk/LMDZ.PLUTO
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/deftank/README.md
r3550 r3688 11 11 In the 3D/ folder, TBD 12 12 13 - newstart: 14 Examples of def files for newstart 15 - newstart_to_hybrid.sh: 16 uses run.def_ini and run.def_new to change start files to hybrid coordinates -
trunk/LMDZ.PLUTO/deftank/xios/context_pcm_physics.xml
r3508 r3688 117 117 <scalar scalar_ref="scalar" /> 118 118 </grid> 119 <grid id="altitude_grid" > 120 <axis axis_ref="altitude" /> 121 </grid> 119 122 <!-- output grids --> 120 123 <grid id="grid_3D_out"> -
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3685 r3688 2129 2129 call write_output("ps","Surface pressure","Pa",ps) 2130 2130 call write_output("emis","Emissivity","",emis) 2131 !if (grid_type == regular_lonlat) then2132 !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 !endif2131 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 2137 2137 2138 2138 if (fast) then
Note: See TracChangeset
for help on using the changeset viewer.