Ignore:
Timestamp:
Oct 30, 2024, 2:05:33 PM (3 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/Dust/phys_output_write_spl_mod.F90

    r5285 r5296  
    8989    ! defined and initialised mainly in phytracr_spl_mod.F90 (SPLA tracers, subroutine phytracr_spl_out_init)
    9090
    91 USE alpale_mod
     91USE compbl_mod_h
     92    USE alpale_mod
    9293        USE dimphy, ONLY: klon, klev, klevp1
    9394    USE ocean_slab_mod, ONLY: nslay
     
    395396
    396397    USE dimensions_mod, ONLY: iim, jjm, llm, ndm
    397 USE yomcst_mod_h
     398    USE yomcst_mod_h
    398399    USE clesphys_mod_h
    399400    USE iniprint_mod_h
     401    USE phys_constants_mod, ONLY: dobson_u
    400402IMPLICIT NONE
    401403
    402404!   INCLUDE "temps.h"
    403     INCLUDE "compbl.h"
    404405
    405406    ! Input
     
    433434    INTEGER, DIMENSION(iim*jjmp1)  :: ndex2d
    434435    INTEGER, DIMENSION(iim*jjmp1*klev) :: ndex3d
    435     REAL, PARAMETER :: dobson_u = 2.1415e-05 ! Dobson unit, in kg m-2
    436436    REAL :: missing_val
    437437    REAL, PARAMETER :: un_jour=86400.
Note: See TracChangeset for help on using the changeset viewer.