Ignore:
Timestamp:
Jun 18, 2015, 12:00:37 PM (10 years ago)
Author:
ymipsl
Message:

module reorganisation for a cleaner dyn-phys interface
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/conf_phys_m.F90

    r3817 r3831  
    2727    USE phys_cal_mod
    2828    USE carbon_cycle_mod, ONLY : carbon_cycle_tr, carbon_cycle_cpl
    29     !USE control_phy_mod
    3029    USE mod_grid_phy_lmdz, only: klon_glo
    31     USE inifis_mod, ONLY: lunout
    32 
     30    USE print_control_mod, ONLY: lunout
     31    USE time_phylmdz_mod, ONLY: pdtphys
    3332
    3433    include "conema3.h"
     
    15111510    !Config Desc = freq_calNMC(2) = frequence de calcul fichiers histdayNMC
    15121511    !Config Desc = freq_calNMC(3) = frequence de calcul fichiers histhfNMC
    1513     !Config Def  = pasphys
    1514     !Config Help =
    1515     !
    1516     freq_calNMC_omp(1) = pasphys
    1517     freq_calNMC_omp(2) = pasphys
    1518     freq_calNMC_omp(3) = pasphys
     1512    !Config Def  = pdtphys
     1513    !Config Help =
     1514    !
     1515    freq_calNMC_omp(1) = pdtphys
     1516    freq_calNMC_omp(2) = pdtphys
     1517    freq_calNMC_omp(3) = pdtphys
    15191518    call getin('freq_calNMC',freq_calNMC_omp)
    15201519    !
     
    22882287
    22892288  use IOIPSL
    2290   USE inifis_mod, ONLY: lunout
     2289  USE print_control_mod, ONLY: lunout
    22912290  implicit none
    22922291  ! Configuration de l'interace atm/surf
Note: See TracChangeset for help on using the changeset viewer.