Ignore:
Timestamp:
Oct 30, 2024, 7:29:21 PM (4 weeks ago)
Author:
abarral
Message:

Turn YOMCST2.h.h into module

Location:
LMDZ6/trunk/libf/phylmdiso
Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/cv3_routines.F90

    r5304 r5305  
    35993599#endif
    36003600#endif
    3601 USE cv3param_mod_h
    3602     USE cvthermo_mod_h
     3601  USE cv3param_mod_h
     3602  USE cvthermo_mod_h
    36033603  USE cvflag_mod_h
     3604  USE nuage_params_mod_h
    36043605  IMPLICIT NONE
    3605 
    3606 
    3607   include "nuage.h"
    36083606
    36093607!inputs:
  • LMDZ6/trunk/libf/phylmdiso/dimpft_mod_h.f90

    r5304 r5305  
    1 link ../phylmd/dimpft.h
     1link ../phylmd/dimpft_mod_h.f90
  • LMDZ6/trunk/libf/phylmdiso/nuage_mod_h.f90

    r5304 r5305  
    1 link ../phylmd/nuage.h
     1link ../phylmd/nuage_mod_h.f90
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r5296 r5305  
    436436    USE calcul_divers_mod_h, ONLY: calcul_divers
    437437    USE compbl_mod_h
     438    USE nuage_params_mod_h
     439    USE dimpft_mod_h, ONLY: nvm_lmdz
    438440    IMPLICIT NONE
    439441    !>======================================================================
     
    488490
    489491    include "regdim.h"
    490     include "dimpft.h"
    491492    !======================================================================
    492493    LOGICAL, SAVE :: ok_volcan ! pour activer les diagnostics volcaniques
     
    12831284
    12841285    include "FCTTRE.h"
    1285     !IM 100106 BEG : pouvoir sortir les ctes de la physique
    1286     include "nuage.h"
    1287     !IM 100106 END : pouvoir sortir les ctes de la physique
    1288     !
     1286
    12891287    ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    12901288    ! Declarations pour Simulateur COSP
Note: See TracChangeset for help on using the changeset viewer.