Ignore:
Timestamp:
Jul 23, 2024, 8:22:55 AM (2 months ago)
Author:
abarral
Message:

Handle DEBUG_IO in lmdz_cppkeys_wrapper.F90
Transform some files .F -> .[fF]90
[ne compile pas à cause de writefield_u non défini - en attente de réponse Laurent]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phy_common/print_control_mod.F90

    r5082 r5101  
    55  INTEGER,SAVE :: prt_level ! debug output level
    66  LOGICAL,SAVE :: debug ! flag to specify if in "debug mode"
    7   LOGICAL,SAVE :: alert_first_call = .TRUE. ! for printing alerts on first call to routine only           
    8   LOGICAL,SAVE :: call_alert ! (combination of is_master and alert_first_call for easier use     
     7  LOGICAL,SAVE :: alert_first_CALL = .TRUE. ! for printing alerts on first CALL to routine only
     8  LOGICAL,SAVE :: call_alert ! (combination of is_master and alert_first_CALL for easier use
    99!$OMP THREADPRIVATE(lunout,prt_level,debug, alert_first_call, call_alert)
    1010
Note: See TracChangeset for help on using the changeset viewer.