Changeset 5293 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- Oct 28, 2024, 5:10:20 PM (5 weeks ago)
- Location:
- LMDZ6/trunk/libf/phylmdiso
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/calcul_divers_mod_h.f90
r5292 r5293 1 link ../phylmd/calcul_divers .h1 link ../phylmd/calcul_divers_mod_h.f90 -
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5285 r5293 295 295 zustar, zu10m, zv10m, rh2m, qsat2m, & 296 296 zq2m, zt2m, zn2mout, weak_inversion, & 297 zt2m_min_mon, zt2m_max_mon, & ! pour calcul_divers.h298 t2m_min_mon, t2m_max_mon, & ! pour calcul_divers.h299 297 ! 300 298 s_pblh_x, s_pblh_w, & … … 436 434 USE alpale_mod 437 435 USE yoethf_mod_h 436 USE calcul_divers_mod_h, ONLY: calcul_divers 438 437 439 438 IMPLICIT NONE … … 7093 7092 ! 7094 7093 !IM initialisation + calculs divers diag AMIP2 7095 ! 7096 include "calcul_divers.h" 7094 CALL calcul_divers(itap, itapm1, un_jour) 7097 7095 ! 7098 7096 !IM Interpolation sur les niveaux de pression du NMC
Note: See TracChangeset
for help on using the changeset viewer.