Changeset 5101 for LMDZ6/branches/Amaury_dev/libf/phylmd/phyetat0_mod.F90
- Timestamp:
- Jul 23, 2024, 8:22:55 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/phyetat0_mod.F90
r5099 r5101 11 11 12 12 USE dimphy, only: klon, zmasq, klev 13 USE iophy, ONLY 14 USE ocean_cpl_mod, ONLY 15 USE fonte_neige_mod, ONLY 16 USE pbl_surface_mod, ONLY 17 USE surface_data, ONLY 18 USE phyetat0_get_mod, ONLY 19 USE phys_state_var_mod, ONLY 13 USE iophy, ONLY: init_iophy_new 14 USE ocean_cpl_mod, ONLY: ocean_cpl_init 15 USE fonte_neige_mod, ONLY: fonte_neige_init 16 USE pbl_surface_mod, ONLY: pbl_surface_init 17 USE surface_data, ONLY: type_ocean, version_ocean 18 USE phyetat0_get_mod, ONLY: phyetat0_get, phyetat0_srf 19 USE phys_state_var_mod, ONLY: ancien_ok, clwcon, detr_therm, phys_tstep, & 20 20 qsol, fevap, z0m, z0h, agesno, & 21 21 du_gwd_rando, du_gwd_front, entr_therm, f0, fm_therm, &
Note: See TracChangeset
for help on using the changeset viewer.