Changeset 5282 for LMDZ6/trunk/libf/phylmd/dyn1d
- Timestamp:
- Oct 28, 2024, 1:11:48 PM (3 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd/dyn1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.f90
r5274 r5282 5 5 SUBROUTINE old_lmdz1d 6 6 7 USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin 7 USE clesphys_mod_h 8 USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin 8 9 USE phys_state_var_mod, ONLY : phys_state_var_init, phys_state_var_end, & 9 10 clwcon, detr_therm, & … … 23 24 u10m,v10m,ale_wake,ale_bl_stat 24 25 25 26 26 27 USE dimphy 27 28 USE surface_data, only : type_ocean,ok_veget 28 29 USE pbl_surface_mod, only : ftsoil, pbl_surface_init, & 29 30 pbl_surface_final 30 USE fonte_neige_mod, only : fonte_neige_init, fonte_neige_final 31 USE fonte_neige_mod, only : fonte_neige_init, fonte_neige_final 31 32 32 33 USE infotrac ! new … … 66 67 67 68 !! INCLUDE "control.h" 68 INCLUDE "clesphys.h"69 69 ! INCLUDE "indicesol.h" 70 70 -
LMDZ6/trunk/libf/phylmd/dyn1d/scm.f90
r5274 r5282 1 1 SUBROUTINE scm 2 2 3 USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin 3 USE clesphys_mod_h 4 USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin 4 5 USE phys_state_var_mod, ONLY : phys_state_var_init, phys_state_var_end, & 5 6 clwcon, detr_therm, & … … 19 20 u10m,v10m,ale_wake,ale_bl_stat, ratqs_inter_ 20 21 21 22 22 23 USE dimphy 23 24 USE surface_data, only : type_ocean,ok_veget 24 25 USE pbl_surface_mod, only : ftsoil, pbl_surface_init, & 25 26 pbl_surface_final 26 USE fonte_neige_mod, only : fonte_neige_init, fonte_neige_final 27 USE fonte_neige_mod, only : fonte_neige_init, fonte_neige_final 27 28 28 29 USE infotrac ! new … … 62 63 63 64 !! INCLUDE "control.h" 64 INCLUDE "clesphys.h"65 65 ! INCLUDE "indicesol.h" 66 66
Note: See TracChangeset
for help on using the changeset viewer.