- Timestamp:
- Feb 25, 2025, 7:36:06 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r5554 r5562 20 20 ! PLEASE try to follow this rule 21 21 22 USE ACAMA_GWD_rando_m, only: ACAMA_GWD_rando , ACAMA_GWD_rando_first22 USE ACAMA_GWD_rando_m, only: ACAMA_GWD_rando 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 , FLOTT_GWD_rando_first34 USE FLOTT_GWD_rando_m, only: FLOTT_GWD_rando 35 35 USE fonte_neige_mod, ONLY : fonte_neige_get_vars 36 36 USE geometry_mod, ONLY: cell_area, latitude_deg, longitude_deg … … 6413 6413 IF (.not. ok_hines .and. ok_gwd_rando) then 6414 6414 ! ym missing init for east_gwstress & west_gwstress -> added in phys_local_var_mod 6415 CALL acama_GWD_rando_first()6416 6415 CALL acama_GWD_rando(PHYS_TSTEP, pplay, latitude_deg, t_seri, u_seri, & 6417 6416 v_seri, rot, zustr_gwd_front, zvstr_gwd_front, du_gwd_front, & … … 6436 6435 6437 6436 IF (ok_gwd_rando) THEN 6438 CALL FLOTT_GWD_rando_first()6439 6437 CALL FLOTT_GWD_rando(PHYS_TSTEP, pplay, t_seri, u_seri, v_seri, & 6440 6438 rain_fall + snow_fall, zustr_gwd_rando, zvstr_gwd_rando, &
Note: See TracChangeset
for help on using the changeset viewer.