Ignore:
Timestamp:
May 23, 2024, 12:02:33 PM (9 months ago)
Author:
aborella
Message:

New version of condensation and ice supersaturation in LSCP.
Multiple changes troughout the code (in particular, two new water phase tracers).

File:
1 edited

Legend:

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

    r4801 r4951  
    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.