Changeset 5516


Ignore:
Timestamp:
Jan 29, 2025, 12:19:38 PM (30 hours ago)
Author:
yann meurdesoif
Message:

Report modification in phylmd to phylmd iso
YM

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  
    2020! PLEASE try to follow this rule
    2121
    22     USE ACAMA_GWD_rando_m, only: ACAMA_GWD_rando
     22    USE ACAMA_GWD_rando_m, only: ACAMA_GWD_rando, ACAMA_GWD_rando_first
    2323    USE aero_mod
    2424    USE add_phys_tend_mod, only : add_pbl_tend, add_phys_tend, diag_phys_tend, prt_enerbil, &
     
    3232    USE dimphy
    3333    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
    3535    USE fonte_neige_mod, ONLY  : fonte_neige_get_vars
    3636    USE geometry_mod, ONLY: cell_area, latitude_deg, longitude_deg
     
    8383    USE lmdz_atke_turbulence_ini, ONLY : atke_ini
    8484    USE lmdz_thermcell_ini, ONLY : thermcell_ini, iflag_thermals_tenv
     85    USE calltherm_mod, ONLY : calltherm
    8586    USE lmdz_thermcell_dtke, ONLY : thermcell_dtke
    8687    USE lmdz_blowing_snow_ini, ONLY : blowing_snow_ini , qbst_bs
     
    47324733          endif
    47334734
    4734           CALL calltherm(pdtphys &
     4735          CALL calltherm(itap, pdtphys &
    47354736               ,pplay,paprs,pphi,weak_inversion &
    47364737                        ! ,u_seri,v_seri,t_seri,q_seri,zqsat,debut & !jyg
     
    64096410    IF (.not. ok_hines .and. ok_gwd_rando) then
    64106411       ! ym missing init for east_gwstress & west_gwstress -> added in phys_local_var_mod
     6412       CALL acama_GWD_rando_first()
    64116413       CALL acama_GWD_rando(PHYS_TSTEP, pplay, latitude_deg, t_seri, u_seri, &
    64126414            v_seri, rot, zustr_gwd_front, zvstr_gwd_front, du_gwd_front, &
     
    64316433
    64326434    IF (ok_gwd_rando) THEN
     6435       CALL FLOTT_GWD_rando_first()
    64336436       CALL FLOTT_GWD_rando(PHYS_TSTEP, pplay, t_seri, u_seri, v_seri, &
    64346437            rain_fall + snow_fall, zustr_gwd_rando, zvstr_gwd_rando, &
Note: See TracChangeset for help on using the changeset viewer.