Changeset 5480 for LMDZ6/trunk/libf/phylmd/physiq_mod.F90
- Timestamp:
- Jan 16, 2025, 6:32:38 PM (14 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r5474 r5480 77 77 USE lmdz_lscp, ONLY : lscp 78 78 USE lmdz_call_cloud_optics_prop, ONLY : call_cloud_optics_prop 79 USE lmdz_lscp_old, ONLY : fisrtilp 79 USE lmdz_lscp_old, ONLY : fisrtilp, fisrtilp_first 80 80 USE lmdz_call_blowing_snow, ONLY : call_blowing_snow_sublim_sedim 81 81 USE lmdz_wake_ini, ONLY : wake_ini … … 374 374 USE phys_output_write_spl_mod, ONLY: phys_output_write_spl 375 375 USE phytracr_spl_mod, ONLY: phytracr_spl_out_init, phytracr_spl 376 USE s2s, ONLY : s2s_initialize 376 377 IMPLICIT NONE 377 378 !>====================================================================== … … 1346 1347 1347 1348 IF (first) THEN 1349 1350 CALL s2s_initialize ! initialization of source to source tools 1351 1348 1352 ! CALL init_etat0_limit_unstruct 1349 1353 ! IF (.NOT. create_etat0_limit) CALL init_limit_read(days_elapsed) … … 3896 3900 3897 3901 ELSE 3898 3902 3903 CALL fisrtilp_first(klon, klev, phys_tstep, pfrac_impa, pfrac_nucl, pfrac_1nucl) 3899 3904 CALL fisrtilp(klon,klev,phys_tstep,paprs,pplay, & 3900 3905 t_seri, q_seri,ptconv,ratqs,sigma_qtherm, &
Note: See TracChangeset
for help on using the changeset viewer.