Changeset 5144 for LMDZ6/branches/Amaury_dev/libf/phylmd/stdlevvar_mod.F90
- Timestamp:
- Jul 29, 2024, 11:01:04 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/stdlevvar_mod.F90
r5143 r5144 20 20 t_2m, q_2m, t_10m, q_10m, u_10m, ustar, s_pblh, prain, tsol) 21 21 USE lmdz_flux_arp, ONLY: fsens, flat, betaevap, ust, tg, ok_flux_surf, ok_prescr_ust, ok_prescr_beta, ok_forc_tsurf 22 USE lmdz_YOETHF 22 USE lmdz_yoethf 23 USE lmdz_yomcst 23 24 24 25 IMPLICIT NONE … … 73 74 REAL, DIMENSION(klon), INTENT(IN) :: tsol 74 75 !------------------------------------------------------------------------- 75 include "YOMCST.h"76 76 77 77 ! Quelques constantes et options: … … 319 319 USE lmdz_ioipsl_getin_p, ONLY: getin_p 320 320 USE lmdz_flux_arp, ONLY: fsens, flat, betaevap, ust, tg, ok_flux_surf, ok_prescr_ust, ok_prescr_beta, ok_forc_tsurf 321 USE lmdz_YOETHF 321 USE lmdz_yoethf 322 USE lmdz_yomcst 322 323 323 324 IMPLICIT NONE … … 381 382 REAL, DIMENSION(klon) :: tsol 382 383 !------------------------------------------------------------------------- 383 include "YOMCST.h"384 384 385 385 ! Quelques constantes et options:
Note: See TracChangeset
for help on using the changeset viewer.