Changeset 2732 for trunk/LMDZ.GENERIC
- Timestamp:
- Jun 21, 2022, 11:24:13 AM (3 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/writediagspecIR.F
r1543 r2732 46 46 use mod_phys_lmdz_para, only : is_mpi_root, is_master, gather 47 47 use mod_grid_phy_lmdz, only : klon_glo, Grid1Dto2D_glo, 48 & nbp_lon, nbp_lat 48 & nbp_lon, nbp_lat, grid_type, 49 & unstructured 49 50 use time_phylmdz_mod, only: ecritphy, iphysiq, day_step, day_ini 50 51 use callkeys_mod, only: iradia … … 98 99 real areafi_glo(ngrid) ! mesh area on global physics grid 99 100 #endif 101 if (grid_type == unstructured) then 102 return 103 endif 100 104 101 105 !*************************************************************** -
trunk/LMDZ.GENERIC/libf/phystd/writediagspecVI.F
r1543 r2732 46 46 use mod_phys_lmdz_para, only : is_mpi_root, is_master, gather 47 47 use mod_grid_phy_lmdz, only : klon_glo, Grid1Dto2D_glo, 48 & nbp_lon, nbp_lat 48 & nbp_lon, nbp_lat, grid_type, 49 & unstructured 49 50 use time_phylmdz_mod, only: ecritphy, iphysiq, day_step, day_ini 50 51 use callkeys_mod, only: iradia … … 98 99 real areafi_glo(ngrid) ! mesh area on global physics grid 99 100 #endif 101 if (grid_type == unstructured) then 102 return 103 endif 100 104 101 105 !***************************************************************
Note: See TracChangeset
for help on using the changeset viewer.