Ignore:
Timestamp:
Sep 20, 2024, 1:28:24 PM (3 months ago)
Author:
Laurent Fairhead
Message:

Integrating A.Borella's work on cirrus in the trunk

Location:
LMDZ6/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk

  • LMDZ6/trunk/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.F90

    r4801 r5204  
    4949    prw_ancien, u10m,v10m, treedrg, u_ancien, v_ancien, wake_delta_pbl_TKE, wake_dens, &
    5050    ale_bl, ale_bl_trig, alp_bl, &
    51     ale_wake, ale_bl_stat, AWAKE_S
     51    ale_wake, ale_bl_stat, AWAKE_S, &
     52    cf_ancien, rvc_ancien
    5253
    5354  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 ioipsl_getincom
    9899  IMPLICIT NONE
     
    242243  ale_wake=0.
    243244  ale_bl_stat=0.
     245
     246  cf_ancien = 0.
     247  rvc_ancien = 0.
    244248 
    245249  z0m(:,:)=0 ! ym missing 5th subsurface initialization
     
    287291
    288292  ratqs_inter_ = 0.002
    289   rneb_ancien = 0.
    290293  CALL phyredem( "startphy.nc" )
    291294
Note: See TracChangeset for help on using the changeset viewer.