Ignore:
Timestamp:
Oct 30, 2024, 2:05:33 PM (9 months ago)
Author:
abarral
Message:

Turn compbl.h into a module
Move calcul_REGDYN.h to obsolete
Create phys_constants_mod.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/inlandsis/surf_inlandsis_mod.f90

    r5282 r5296  
    10401040        USE dimsoil_mod_h, ONLY: nsoilmx, nsnowmx, nsismx
    10411041        USE clesphys_mod_h
     1042        USE compbl_mod_h
    10421043        IMPLICIT none
    10431044        !======================================================================
     
    10451046        ! Objet: Lecture du fichier de conditions initiales pour SISVAT
    10461047        !======================================================================
    1047         !    include "indicesol.h"
    1048 
    1049         !
    1050         include "compbl.h"
    1051 
    1052         !======================================================================
     1048
    10531049        CHARACTER(LEN = *) :: fichnom
    10541050
     
    12681264        ! Objet: Ecriture de l'etat de redemarrage pour SISVAT
    12691265        !======================================================================
    1270         USE mod_grid_phy_lmdz
     1266USE compbl_mod_h
     1267                USE mod_grid_phy_lmdz
    12711268        USE mod_phys_lmdz_para
    12721269        USE iostart
     
    12801277
    12811278        IMPLICIT none
    1282         include "compbl.h"
    12831279
    12841280        !======================================================================
Note: See TracChangeset for help on using the changeset viewer.