Ignore:
Timestamp:
Oct 28, 2024, 5:10:20 PM (5 weeks ago)
Author:
abarral
Message:

Move calcul_divers.h to module

Location:
LMDZ6/trunk/libf/phylmdiso
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/calcul_divers_mod_h.f90

    r5292 r5293  
    1 link ../phylmd/calcul_divers.h
     1link ../phylmd/calcul_divers_mod_h.f90
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r5285 r5293  
    295295       zustar, zu10m, zv10m, rh2m, qsat2m, &
    296296       zq2m, zt2m, zn2mout, weak_inversion, &
    297        zt2m_min_mon, zt2m_max_mon,   &         ! pour calcul_divers.h
    298        t2m_min_mon, t2m_max_mon,  &            ! pour calcul_divers.h
    299297       !
    300298       s_pblh_x, s_pblh_w, &
     
    436434       USE alpale_mod
    437435    USE yoethf_mod_h
     436    USE calcul_divers_mod_h, ONLY: calcul_divers
    438437
    439438    IMPLICIT NONE
     
    70937092    !
    70947093    !IM initialisation + calculs divers diag AMIP2
    7095     !
    7096     include "calcul_divers.h"
     7094    CALL calcul_divers(itap, itapm1, un_jour)
    70977095    !
    70987096    !IM Interpolation sur les niveaux de pression du NMC
Note: See TracChangeset for help on using the changeset viewer.