Changeset 5113 for LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd
- Timestamp:
- Jul 24, 2024, 1:17:08 PM (4 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
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.