Changeset 4467


Ignore:
Timestamp:
Mar 10, 2023, 3:07:57 PM (16 months ago)
Author:
lguez
Message:

Bug fix: correct typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dynphy_lonlat/phylmd/limit_netcdf.F90

    r4464 r4467  
    599599         CALL pchfe_95(timeyear, champtime(i, j, :), yder, skip, &
    600600              arth(0.5, real(ndays_in) / ndays, ndays), champan(i, j, :), ierr)
    601          if (ierr < 0) call abort_physiq("get_2Dfield", "", 1)
     601         if (ierr < 0) call abort_physic("get_2Dfield", "", 1)
    602602         n_extrap = n_extrap + ierr
    603603       END DO
Note: See TracChangeset for help on using the changeset viewer.