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

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

Location:
LMDZ6/trunk/libf/phylmd/dyn1d
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.f90

    r5285 r5296  
    55      SUBROUTINE old_lmdz1d
    66
    7    USE clesphys_mod_h
     7USE compbl_mod_h
     8         USE clesphys_mod_h
    89      USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin
    910   USE phys_state_var_mod, ONLY : phys_state_var_init, phys_state_var_end, &
     
    6465      INCLUDE "fcg_gcssold.h"
    6566!!!      INCLUDE "fbforcing.h"
    66       INCLUDE "compbl.h"
    6767
    6868!=====================================================================
  • LMDZ6/trunk/libf/phylmd/dyn1d/scm.f90

    r5285 r5296  
    11SUBROUTINE scm
    22
    3    USE clesphys_mod_h
     3USE compbl_mod_h
     4         USE clesphys_mod_h
    45      USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin
    56   USE phys_state_var_mod, ONLY : phys_state_var_init, phys_state_var_end, &
     
    5960      INCLUDE "tsoilnudge.h"
    6061      INCLUDE "fcg_gcssold.h"
    61       INCLUDE "compbl.h"
    6262
    6363!=====================================================================
Note: See TracChangeset for help on using the changeset viewer.