Changeset 2514 for trunk/LMDZ.MARS/libf/phymars/writediagfi.F
- Timestamp:
- May 4, 2021, 10:23:43 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/writediagfi.F
r2311 r2514 45 45 & is_master, gather 46 46 USE mod_grid_phy_lmdz, only : klon_glo, Grid1Dto2D_glo, 47 & nbp_lon, nbp_lat, nbp_lev 47 & nbp_lon, nbp_lat, nbp_lev, 48 & grid_type, unstructured 48 49 implicit none 49 50 … … 114 115 real areafi_glo(ngrid) ! mesh area on global physics grid 115 116 #endif 117 118 if (grid_type==unstructured) then 119 return 120 endif 116 121 117 122 !***************************************************************
Note: See TracChangeset
for help on using the changeset viewer.