Ignore:
Timestamp:
Sep 24, 2024, 10:47:17 AM (2 months ago)
Author:
abarral
Message:

Merge r5204 r5205
Light lint
Correct missing IOIPSL includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.F90

    r5159 r5224  
    4848          prw_ancien, u10m, v10m, treedrg, u_ancien, v_ancien, wake_delta_pbl_TKE, wake_dens, &
    4949          ale_bl, ale_bl_trig, alp_bl, &
    50           ale_wake, ale_bl_stat, AWAKE_S
     50          ale_wake, ale_bl_stat, AWAKE_S, &
     51          cf_ancien, rvc_ancien
    5152
    5253  USE comconst_mod, ONLY: pi, dtvr
     
    9495    USE init_ssrf_m, ONLY: start_init_subsurf
    9596    USE phys_state_var_mod, ONLY: beta_aridity, delta_tsurf, awake_dens, cv_gen, &
    96             ratqs_inter_, rneb_ancien
     97            ratqs_inter_
    9798    USE lmdz_alpale
    9899    USE lmdz_compbl, ONLY: iflag_pbl, iflag_pbl_split, iflag_order2_sollw, ifl_pbltree
     
    246247    ale_bl_stat = 0.
    247248
     249    cf_ancien = 0.
     250    rvc_ancien = 0.
     251
    248252    z0m(:, :) = 0 ! ym missing 5th subsurface initialization
    249253
     
    290294
    291295    ratqs_inter_ = 0.002
    292     rneb_ancien = 0.
    293296    CALL phyredem("startphy.nc")
    294297
Note: See TracChangeset for help on using the changeset viewer.