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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.