Ignore:
Timestamp:
Oct 30, 2024, 2:05:33 PM (31 hours 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/climb_qbs_mod.f90

    r5285 r5296  
    3333! the index of the vertical layer.
    3434USE yomcst_mod_h
     35USE compbl_mod_h
    3536! Input arguments
    3637!****************************************************************************************
     
    6162    REAL                                     :: delz, pkh
    6263    INTEGER                                  :: k, i, ierr
    63 ! Include
    64 !****************************************************************************************
    65     INCLUDE "compbl.h"
    66 
    67 
    6864!****************************************************************************************
    6965! 1)
     
    257253!   
    258254USE yomcst_mod_h
     255USE compbl_mod_h
    259256! Input arguments
    260257!****************************************************************************************
     
    282279    REAL, DIMENSION(klon)                    :: psref         
    283280    INTEGER                                  :: k, i, ierr
    284  
    285 ! Include
    286 !****************************************************************************************
    287     INCLUDE "compbl.h"
    288 
    289281!****************************************************************************************
    290282! 1)
Note: See TracChangeset for help on using the changeset viewer.