Changeset 5113 for LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat
- Timestamp:
- Jul 24, 2024, 1:17:08 PM (4 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat
- Files:
-
- 9 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 -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/grid_atob_m.f90
r5099 r5113 5 5 !******************************************************************************* 6 6 7 USE assert_eq_m, ONLY: assert_eq7 USE lmdz_assert_eq, ONLY: assert_eq 8 8 9 9 PRIVATE -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/lmdz_calfis_loc.F90
r5110 r5113 135 135 REAL, INTENT(IN) :: flxw(iip1, jjb_u:jje_u, llm) ! Vertical mass flux on lower mesh interfaces (kg/s) (on llm because flxw(:,:,llm+1)=0) 136 136 137 ! !tendencies (in */s) from the physics137 ! tendencies (in */s) from the physics 138 138 REAL, INTENT(OUT) :: pdvfi(iip1, jjb_v:jje_v, llm) ! tendency on covariant meridional wind 139 139 REAL, INTENT(OUT) :: pdufi(iip1, jjb_u:jje_u, llm) ! tendency on covariant zonal wind -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phydev/iniphysiq_mod.F90
r5110 r5113 31 31 REAL,INTENT(IN) :: prad ! radius of the planet (m) 32 32 REAL,INTENT(IN) :: pg ! gravitational acceleration (m/s2) 33 REAL,INTENT(IN) :: pr ! !reduced gas constant R/mu33 REAL,INTENT(IN) :: pr ! reduced gas constant R/mu 34 34 REAL,INTENT(IN) :: pcpp ! specific heat Cp 35 35 REAL,INTENT(IN) :: punjours ! length (in s) of a standard day -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/etat0dyn_netcdf.F90
r5106 r5113 35 35 !------------------------------------------------------------------------------- 36 36 USE ioipsl, ONLY: flininfo, flinopen, flinget, flinclo, histclo 37 USE assert_eq_m, ONLY: assert_eq37 USE lmdz_assert_eq, ONLY: assert_eq 38 38 USE comconst_mod, ONLY: pi, cpp, kappa 39 39 USE comvert_mod, ONLY: ap, bp, preff, pressure_exner … … 389 389 !------------------------------------------------------------------------------- 390 390 USE conf_dat_m, ONLY: conf_dat3d 391 USE pchsp_95_m, ONLY: pchsp_95 392 USE pchfe_95_m, ONLY: pchfe_95 391 USE lmdz_libmath_pch, ONLY: pchsp_95, pchfe_95 393 392 IMPLICIT NONE 394 393 !------------------------------------------------------------------------------- -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.F90
r5103 r5113 38 38 39 39 USE ioipsl, ONLY: flininfo, flinopen, flinget, flinclo 40 USE assert_eq_m, ONLY: assert_eq40 USE lmdz_assert_eq, ONLY: assert_eq 41 41 USE dimphy, ONLY: klon 42 42 USE conf_dat_m, ONLY: conf_dat2d -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90
r5112 r5113 57 57 REAL, INTENT (IN) :: prad ! radius of the planet (m) 58 58 REAL, INTENT (IN) :: pg ! gravitational acceleration (m/s2) 59 REAL, INTENT (IN) :: pr ! !reduced gas constant R/mu59 REAL, INTENT (IN) :: pr ! reduced gas constant R/mu 60 60 REAL, INTENT (IN) :: pcpp ! specific heat Cp 61 61 REAL, INTENT (IN) :: punjours ! length (in s) of a standard day -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/limit_netcdf.f90
r5112 r5113 18 18 19 19 USE ioipsl, ONLY: flininfo, flinopen, flinget, flinclo 20 USE assert_eq_m, ONLY: assert_eq20 USE lmdz_assert_eq, ONLY: assert_eq 21 21 USE cal_tools_m, ONLY: year_len, mid_month 22 22 USE conf_dat_m, ONLY: conf_dat2d, conf_dat3d … … 327 327 nf90_close, nf90_inq_dimid, nf90_inquire_dimension, nf90_get_var, & 328 328 nf90_get_att 329 USE pchsp_95_m, ONLY: pchsp_95 330 USE pchfe_95_m, ONLY: pchfe_95 331 USE arth_m, ONLY: arth 329 USE lmdz_libmath_pch, ONLY: pchsp_95, pchfe_95 330 USE lmdz_arth, ONLY: arth 332 331 USE indice_sol_mod 333 332 USE lmdz_abort_physic, ONLY: abort_physic -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/test_disvert_m.F90
r5112 r5113 1 1 module test_disvert_m 2 2 3 implicit none3 IMPLICIT NONE 4 4 5 5 contains
Note: See TracChangeset
for help on using the changeset viewer.