Changeset 5113 for LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/calfis.f90
- Timestamp:
- Jul 24, 2024, 1:17:08 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/calfis.f90
r5105 r5113 114 114 REAL,INTENT(IN) :: pducov(iip1,jjp1,llm) ! dynamical tendency on ucov 115 115 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... 117 117 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... 119 119 120 120 REAL,INTENT(IN) :: pps(iip1,jjp1) ! surface pressure (Pa) … … 123 123 REAL,INTENT(IN) :: flxw(iip1,jjp1,llm) ! Vertical mass flux on lower mesh interfaces (kg/s) (on llm because flxw(:,:,llm+1)=0) 124 124 125 ! !tendencies (in */s) from the physics125 ! tendencies (in */s) from the physics 126 126 REAL,INTENT(OUT) :: pdvfi(iip1,jjm,llm) ! tendency on covariant meridional wind 127 127 REAL,INTENT(OUT) :: pdufi(iip1,jjp1,llm) ! tendency on covariant zonal wind
Note: See TracChangeset
for help on using the changeset viewer.