Ignore:
Timestamp:
May 20, 2025, 4:24:41 PM (3 weeks 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/phylmd/phys_state_var_mod.F90

    r5627 r5662  
    218218      REAL,ALLOCATABLE,SAVE :: O3sumSTD(:,:,:), O3daysumSTD(:,:,:)
    219219!$OMP THREADPRIVATE(O3sumSTD,O3daysumSTD)
     220!GG
     221      REAL,ALLOCATABLE,SAVE :: hice(:)
     222!$OMP THREADPRIVATE(hice)
     223      REAL,ALLOCATABLE,SAVE :: tice(:)
     224!$OMP THREADPRIVATE(tice)
     225      REAL,ALLOCATABLE,SAVE :: bilg_cumul(:)
     226!$OMP THREADPRIVATE(bilg_cumul)
     227!GG
    220228!IM begin
    221229      REAL,ALLOCATABLE,SAVE :: wlevSTD(:,:), ulevSTD(:,:), vlevSTD(:,:)
     
    719727      ALLOCATE(zuthe(klon),zvthe(klon))
    720728      ALLOCATE(alb_neig(klon))
     729!GG
     730      ALLOCATE(hice(klon))
     731      ALLOCATE(tice(klon))
     732      ALLOCATE(bilg_cumul(klon))
     733!GG
    721734!cloud base mass flux
    722735      ALLOCATE(ema_cbmf(klon))
     
    945958      DEALLOCATE(zuthe, zvthe)
    946959      DEALLOCATE(alb_neig)
     960!GG
     961      DEALLOCATE(hice)
     962      DEALLOCATE(tice)
     963      DEALLOCATE(bilg_cumul)
     964!GG
    947965      DEALLOCATE(ema_cbmf)
    948966      DEALLOCATE(ema_pcb, ema_pct)
Note: See TracChangeset for help on using the changeset viewer.