Changeset 5516
- Timestamp:
- Jan 29, 2025, 12:19:38 PM (30 hours ago)
- Location:
- LMDZ6/trunk/libf/phylmdiso
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5493 r5516 20 20 ! PLEASE try to follow this rule 21 21 22 USE ACAMA_GWD_rando_m, only: ACAMA_GWD_rando 22 USE ACAMA_GWD_rando_m, only: ACAMA_GWD_rando, ACAMA_GWD_rando_first 23 23 USE aero_mod 24 24 USE add_phys_tend_mod, only : add_pbl_tend, add_phys_tend, diag_phys_tend, prt_enerbil, & … … 32 32 USE dimphy 33 33 USE etat0_limit_unstruct_mod 34 USE FLOTT_GWD_rando_m, only: FLOTT_GWD_rando 34 USE FLOTT_GWD_rando_m, only: FLOTT_GWD_rando, FLOTT_GWD_rando_first 35 35 USE fonte_neige_mod, ONLY : fonte_neige_get_vars 36 36 USE geometry_mod, ONLY: cell_area, latitude_deg, longitude_deg … … 83 83 USE lmdz_atke_turbulence_ini, ONLY : atke_ini 84 84 USE lmdz_thermcell_ini, ONLY : thermcell_ini, iflag_thermals_tenv 85 USE calltherm_mod, ONLY : calltherm 85 86 USE lmdz_thermcell_dtke, ONLY : thermcell_dtke 86 87 USE lmdz_blowing_snow_ini, ONLY : blowing_snow_ini , qbst_bs … … 4732 4733 endif 4733 4734 4734 CALL calltherm( pdtphys &4735 CALL calltherm(itap, pdtphys & 4735 4736 ,pplay,paprs,pphi,weak_inversion & 4736 4737 ! ,u_seri,v_seri,t_seri,q_seri,zqsat,debut & !jyg … … 6409 6410 IF (.not. ok_hines .and. ok_gwd_rando) then 6410 6411 ! ym missing init for east_gwstress & west_gwstress -> added in phys_local_var_mod 6412 CALL acama_GWD_rando_first() 6411 6413 CALL acama_GWD_rando(PHYS_TSTEP, pplay, latitude_deg, t_seri, u_seri, & 6412 6414 v_seri, rot, zustr_gwd_front, zvstr_gwd_front, du_gwd_front, & … … 6431 6433 6432 6434 IF (ok_gwd_rando) THEN 6435 CALL FLOTT_GWD_rando_first() 6433 6436 CALL FLOTT_GWD_rando(PHYS_TSTEP, pplay, t_seri, u_seri, v_seri, & 6434 6437 rain_fall + snow_fall, zustr_gwd_rando, zvstr_gwd_rando, &
Note: See TracChangeset
for help on using the changeset viewer.