Changeset 2471 for trunk


Ignore:
Timestamp:
Mar 8, 2021, 1:50:07 PM (4 years ago)
Author:
yjaziri
Message:

Common dynamics:
Typo inigeomphy log print and useless variable
YJ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dynphy_lonlat/inigeomphy_mod.F90

    r1682 r2471  
    77                     rlatu,rlatv,rlonu,rlonv,aire,cu,cv)
    88  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
    1110  USE mod_phys_lmdz_para, ONLY: klon_omp, & ! number of columns (on local omp grid)
    1211                                klon_omp_begin, & ! start index of local omp subgrid
     
    4847  INTEGER :: ibegin, iend, offset
    4948  INTEGER :: i,j,k
    50   CHARACTER (LEN=20) :: modname = 'iniphysiq'
     49  CHARACTER (LEN=20) :: modname = 'inigeomphy'
    5150  CHARACTER (LEN=80) :: abort_message
    5251  REAL :: total_area_phy, total_area_dyn
     
    170169    total_area_phy=sum(airefi_glo(1:klon_glo))
    171170    IF (total_area_dyn/=total_area_phy) THEN
    172       WRITE (lunout, *) 'iniphysiq: planet total surface discrepancy !!!'
     171      WRITE (lunout, *) 'inigeomphy: planet total surface discrepancy !!!'
    173172      WRITE (lunout, *) '     in the dynamics total_area_dyn=', total_area_dyn
    174173      WRITE (lunout, *) '  but in the physics total_area_phy=', total_area_phy
Note: See TracChangeset for help on using the changeset viewer.