Changeset 5562 for LMDZ6


Ignore:
Timestamp:
Feb 25, 2025, 7:36:06 PM (3 months ago)
Author:
Laurent Fairhead
Message:

forgot isotopic version as usual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r5554 r5562  
    2020! PLEASE try to follow this rule
    2121
    22     USE ACAMA_GWD_rando_m, only: ACAMA_GWD_rando, ACAMA_GWD_rando_first
     22    USE ACAMA_GWD_rando_m, only: ACAMA_GWD_rando
    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, FLOTT_GWD_rando_first
     34    USE FLOTT_GWD_rando_m, only: FLOTT_GWD_rando
    3535    USE fonte_neige_mod, ONLY  : fonte_neige_get_vars
    3636    USE geometry_mod, ONLY: cell_area, latitude_deg, longitude_deg
     
    64136413    IF (.not. ok_hines .and. ok_gwd_rando) then
    64146414       ! ym missing init for east_gwstress & west_gwstress -> added in phys_local_var_mod
    6415        CALL acama_GWD_rando_first()
    64166415       CALL acama_GWD_rando(PHYS_TSTEP, pplay, latitude_deg, t_seri, u_seri, &
    64176416            v_seri, rot, zustr_gwd_front, zvstr_gwd_front, du_gwd_front, &
     
    64366435
    64376436    IF (ok_gwd_rando) THEN
    6438        CALL FLOTT_GWD_rando_first()
    64396437       CALL FLOTT_GWD_rando(PHYS_TSTEP, pplay, t_seri, u_seri, v_seri, &
    64406438            rain_fall + snow_fall, zustr_gwd_rando, zvstr_gwd_rando, &
Note: See TracChangeset for help on using the changeset viewer.