Ignore:
Timestamp:
Oct 28, 2024, 1:11:48 PM (3 months ago)
Author:
abarral
Message:

Turn iniprint.h clesphys.h into modules
Remove unused description.h

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

Legend:

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

    r5274 r5282  
    55      SUBROUTINE old_lmdz1d
    66
    7    USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin
     7   USE clesphys_mod_h
     8      USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin
    89   USE phys_state_var_mod, ONLY : phys_state_var_init, phys_state_var_end, &
    910       clwcon, detr_therm, &
     
    2324       u10m,v10m,ale_wake,ale_bl_stat
    2425
    25  
     26
    2627   USE dimphy
    2728   USE surface_data, only : type_ocean,ok_veget
    2829   USE pbl_surface_mod, only : ftsoil, pbl_surface_init, &
    2930                                 pbl_surface_final
    30    USE fonte_neige_mod, only : fonte_neige_init, fonte_neige_final 
     31   USE fonte_neige_mod, only : fonte_neige_init, fonte_neige_final
    3132
    3233   USE infotrac ! new
     
    6667
    6768!!      INCLUDE "control.h"
    68       INCLUDE "clesphys.h"
    6969!      INCLUDE "indicesol.h"
    7070
  • LMDZ6/trunk/libf/phylmd/dyn1d/scm.f90

    r5274 r5282  
    11SUBROUTINE scm
    22
    3    USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin
     3   USE clesphys_mod_h
     4      USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin
    45   USE phys_state_var_mod, ONLY : phys_state_var_init, phys_state_var_end, &
    56       clwcon, detr_therm, &
     
    1920       u10m,v10m,ale_wake,ale_bl_stat, ratqs_inter_
    2021
    21  
     22
    2223   USE dimphy
    2324   USE surface_data, only : type_ocean,ok_veget
    2425   USE pbl_surface_mod, only : ftsoil, pbl_surface_init, &
    2526                                 pbl_surface_final
    26    USE fonte_neige_mod, only : fonte_neige_init, fonte_neige_final 
     27   USE fonte_neige_mod, only : fonte_neige_init, fonte_neige_final
    2728
    2829   USE infotrac ! new
     
    6263
    6364!!      INCLUDE "control.h"
    64       INCLUDE "clesphys.h"
    6565!      INCLUDE "indicesol.h"
    6666
Note: See TracChangeset for help on using the changeset viewer.