- Timestamp:
- Mar 8, 2021, 1:50:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dynphy_lonlat/inigeomphy_mod.F90
r1682 r2471 7 7 rlatu,rlatv,rlonu,rlonv,aire,cu,cv) 8 8 USE mod_grid_phy_lmdz, ONLY: klon_glo, & ! number of atmospheric columns (on full grid) 9 regular_lonlat, & ! regular longitude-latitude grid type 10 nbp_lon, nbp_lat, nbp_lev 9 regular_lonlat ! regular longitude-latitude grid type 11 10 USE mod_phys_lmdz_para, ONLY: klon_omp, & ! number of columns (on local omp grid) 12 11 klon_omp_begin, & ! start index of local omp subgrid … … 48 47 INTEGER :: ibegin, iend, offset 49 48 INTEGER :: i,j,k 50 CHARACTER (LEN=20) :: modname = 'ini physiq'49 CHARACTER (LEN=20) :: modname = 'inigeomphy' 51 50 CHARACTER (LEN=80) :: abort_message 52 51 REAL :: total_area_phy, total_area_dyn … … 170 169 total_area_phy=sum(airefi_glo(1:klon_glo)) 171 170 IF (total_area_dyn/=total_area_phy) THEN 172 WRITE (lunout, *) 'ini physiq: planet total surface discrepancy !!!'171 WRITE (lunout, *) 'inigeomphy: planet total surface discrepancy !!!' 173 172 WRITE (lunout, *) ' in the dynamics total_area_dyn=', total_area_dyn 174 173 WRITE (lunout, *) ' but in the physics total_area_phy=', total_area_phy
Note: See TracChangeset
for help on using the changeset viewer.