Ignore:
Timestamp:
May 20, 2025, 4:24:41 PM (6 months ago)
Author:
Laurent Fairhead
Message:

Ajout du modèle thermodynamique de glace de mer interactive améliorant les flux échangés à la surface de la banquise (Doctorat de Nicolas Michalezyk, Contact : Nicolas Michaleyk, Guillaume Gastineau)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.f90

    r5296 r5662  
    110110  REAL, DIMENSION(SIZE(masque,1),SIZE(masque,2)) :: masque_tmp,phiso
    111111  REAL, DIMENSION(klon)               :: sn, rugmer, run_off_lic_0, fder
     112  !GG
     113  REAL, DIMENSION(klon)               :: hice, tsic, bilg_cumul
     114  !GG
    112115  REAL, DIMENSION(klon,nbsrf)         :: qsurf, snsrf
    113116  REAL, DIMENSION(klon,nsoilmx,nbsrf) :: tsoil
     
    142145                   iflag_cldcon,                                        &
    143146                   ratqsbas,ratqshaut,tau_ratqs,            &
     147             !GG      iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs,            &
    144148                   ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, flag_volc_surfstrat,     &
    145149                   aerosol_couple, chemistry_couple, flag_aerosol, flag_aerosol_strat,  &
     
    278282  detr_therm       = 0.
    279283  awake_s = 0.
     284  !GG
     285  hice             = 1.0
     286  tsic             = tsol
     287  bilg_cumul       = 0.
     288  !GG
    280289
    281290  CALL fonte_neige_init(run_off_lic_0)
    282   CALL pbl_surface_init( fder, snsrf, qsurf, tsoil )
     291!GG  CALL pbl_surface_init( fder, snsrf, qsurf, tsoil )
     292  CALL pbl_surface_init( fder, snsrf, qsurf, tsoil, hice, tsic, bilg_cumul)
     293  !GG
    283294
    284295  IF (iflag_pbl>1 .AND. iflag_wake>=1  .AND. iflag_pbl_split >=1) then
Note: See TracChangeset for help on using the changeset viewer.