Ignore:
Timestamp:
Mar 13, 2026, 11:02:03 PM (3 weeks ago)
Author:
fhourdin
Message:

Supression d'arguments dans conf_phys_m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r6099 r6105  
    5656    USE assert_m, only: assert
    5757    USE change_srf_frac_mod
    58     USE conf_phys_m, only: conf_phys
     58
     59    USE conf_phys_m, ONLY : conf_phys
     60    ! TBD 2026/03/13 : les variables ci dessous ont été passées en module.
     61    !                  elles foivent disparaitre de physiq_mod.F90
     62    USE conf_phys_m, ONLY : ok_journe, ok_mensuel, ok_instan, ok_hf, ok_LES
     63
    5964    USE carbon_cycle_mod, ONLY : infocfields_init, RCO2_glo, carbon_cycle_rad   ! PC
    6065
     
    524529    !cc      PARAMETER (soil_model=.FALSE.)
    525530    !======================================================================
    526     LOGICAL ok_journe ! sortir le fichier journalier
    527     SAVE ok_journe
    528     !$OMP THREADPRIVATE(ok_journe)
    529     !
    530     LOGICAL ok_mensuel ! sortir le fichier mensuel
    531     SAVE ok_mensuel
    532     !$OMP THREADPRIVATE(ok_mensuel)
    533     !
    534     LOGICAL ok_instan ! sortir le fichier instantane
    535     SAVE ok_instan
    536     !$OMP THREADPRIVATE(ok_instan)
    537     !
    538     LOGICAL ok_LES ! sortir le fichier LES
    539     SAVE ok_LES
    540     !$OMP THREADPRIVATE(ok_LES)
    541     !
    542     LOGICAL callstats ! sortir le fichier stats
    543     SAVE callstats
    544     !$OMP THREADPRIVATE(callstats)
     531    !
     532    !
    545533    !
    546534    LOGICAL ok_region ! sortir le fichier regional
     
    618606    CHARACTER*3 region
    619607    PARAMETER(region='3d')
    620     LOGICAL ok_hf
    621     !
    622     SAVE ok_hf
    623     !$OMP THREADPRIVATE(ok_hf)
    624608
    625609    INTEGER, PARAMETER :: longcles=20
     
    13001284       !
    13011285       !     appel a la lecture du run.def physique
    1302        CALL conf_phys(ok_journe, ok_mensuel, &
    1303             ok_instan, ok_hf, &
    1304             ok_LES, &
    1305             callstats, &
    1306             solarlong0, &
     1286       CALL conf_phys( solarlong0, &
    13071287            fact_cldcon,facttemps,ok_newmicro,iflag_radia, &
    13081288            iflag_cld_th, &
Note: See TracChangeset for help on using the changeset viewer.