Ignore:
Timestamp:
Jul 24, 2024, 1:17:08 PM (4 months ago)
Author:
abarral
Message:

Rename modules in misc from *_mod > lmdz_*
Put cbrt.f90, ch*.f90, pch*.f90 in new lmdz_libmath_pch.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/calfis.f90

    r5105 r5113  
    114114  REAL,INTENT(IN) :: pducov(iip1,jjp1,llm) ! dynamical tendency on ucov
    115115  REAL,INTENT(IN) :: pdteta(iip1,jjp1,llm) ! dynamical tendency on teta
    116   ! ! NB: pdteta is used only to compute pcvgt which is in fact not used...
     116  ! NB: pdteta is used only to compute pcvgt which is in fact not used...
    117117  REAL,INTENT(IN) :: pdq(iip1,jjp1,llm,nqtot) ! dynamical tendency on tracers
    118   ! ! NB: pdq is only used to compute pcvgq which is in fact not used...
     118  ! NB: pdq is only used to compute pcvgq which is in fact not used...
    119119
    120120  REAL,INTENT(IN) :: pps(iip1,jjp1) ! surface pressure (Pa)
     
    123123  REAL,INTENT(IN) :: flxw(iip1,jjp1,llm) ! Vertical mass flux on lower mesh interfaces (kg/s) (on llm because flxw(:,:,llm+1)=0)
    124124
    125   ! ! tendencies (in */s) from the physics
     125  ! tendencies (in */s) from the physics
    126126  REAL,INTENT(OUT) :: pdvfi(iip1,jjm,llm) ! tendency on covariant meridional wind
    127127  REAL,INTENT(OUT) :: pdufi(iip1,jjp1,llm) ! tendency on covariant zonal wind
Note: See TracChangeset for help on using the changeset viewer.